inner window: affected by toggling chrome elements (menubar, titlebar, toolbar, docked console, changing density)

Hello, when we are opening findbar panel (ctrl + F hotkeys) screen size will changes. You may see javascript properties: height width availHeight availWidth

You may fix this with css style like this:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

findbar { position: fixed !important; bottom: 0px !important; left: 0px !important; width: 100% !important; }

.findbar-closebutton.close-icon { /*

  • Do something with close findbar button */ }

Trac:
Username: tmpAnon