firefox - How can I inspect a XUL popup element without it disappearing? -


My problem is that since firefox 31 broke my Googlebar Lite extension, and why I'm trying to debug The mouse no longer clicks for search suggestions that appear in the autocomplete popup menu (which comes as part of the control). I want to inspect these chrome elements, but closes popups (before destroying anonymous children) before inspecting them.

How can I inspect a popup element (in this case it) without disappearing? Is there no way that I can force such an element to remain open so that I can check my children?

"post-text" itemprop = "text">

Autocomplete code requires automatic hacking in order to inspect the complete DOM so that the objects To prevent them from destroying. If possible, then I would like to first see that if the autocomplete code has changed, then I tried:

  • Find the result interface on MXR:
  • < Li> Check logs:
  • Check out the latest changes and bugs.
  • And in fact, the interface was modified in Bug 754265.

So I implemented the interface change, implemented the new API method, and then the broken material works again:

  getFinalCompleteValueAt: Function (index) {return._results [index]; },  

I have made one for you.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -