Yes, this is the correct behavior. The reason why is that there are many times where the content of a toolstrip may need to depend on the currently displayed tab, so they need to have separate state. Also things like mouseover effects would be really weird if they happened in all windows at once (you mouseover a button in one window, and all the buttons highlight in all windows).
Our idea for the case you are asking about is that we are going to have all toolstrips be able to communicate with each other. Similar to the way that all frames in a page can communicate if they are on the same origin. This isn't wired up yet, though. - a 2009/5/8 PhistucK <[email protected]>: > When you click on something in the toolstrip that changes the DOM in the > toolstrip (for example, hiding a button), it will only update the DOM in the > current window, the rest of the windows stay as the were (with the not > hidden button). > Is this the correct behavior, or is this a part of the work in progress? > If it is the correct behavior, should I, sort of, send a message (somehow) > to all of the operating toolstrips in all of the windows to get everything > synchronized? > ☆PhistucK > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
