On Feb 8, 10:37 am, Worel <[email protected]> wrote: > >> I don't understand what you mean by the 'titlebar' > > I mean adding menu options and adding menu buttons But where would you like to add these options and buttons?
> > The problem here is the focus - the the drop down box disappears as > > soon as it losses focus. > > Yes there are 1 - 2 seconds till the product name list disappears. - > But I think if there would be a "copy all" button in the menu I would > click it and it would be fast enough to copy the product name list to > the windows clipboard. So, the "copy all" would be available in the page context menu? (that shows if you right click on the drop down) Note that 1-2 sec is not much and in other cases it can be even less, which would make the feature unusable. If there would be a way how to freeze the drop down and effectively bypass the unfocus/blur than it would be possible to inspect it using the HTML panel (as any other element) and also utilize the existing "Copy HTML" and "Copy Inner HTML" actions. Perhaps we could do something similar to what Firebug.Debugger does http://code.google.com/p/fbug/source/browse/branches/firebug1.7/content/firebug/debugger.js#502 to freeze the page when halting at a breakpoint. However not sure about the UI and UX Honza Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
