Re: noautohide attribute not working for panel
Mudit Jain <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <198c0be7-fe98-4453-b64a-74f38b6111bf@p10g2000prm.googlegroups.com> |
Got it working. The problem was that this effect is not visible when browser.xul is loaded(even though caching has been disabled). When I restarted FF I could see the effect in main browser window. I am so grateful to Windows that it hanged and forced me to reboot. :P On Sep 11, 11:55 am, Mudit Jain <[email protected]> wrote: > Hi > I tried this simple code > <statusbar id="status-bar"> > <statusbarpanel id="my-status" label="my-stat" popup="testp" /> > </statusbar> > > <panel id="testp" noautohide="true" noautofocus="true"> > <label control="search" value="Terms:" /> > <textbox id="search" /> > </panel> > > But the noautohide attribute is not working as expected. It is as good > as not having it or setting it to false. > The noautofocus is working fine though. I tired to add these to label > and textbox(perhaps an act of desperation) but that didn't change > anything either. > Also I tried noautohide with tooltip and that working perfectly fine. > I have tried this on FF3.5.2 and 3.0.1. noautohide for panels fails on > both. > > Do I have to do some special hack to make this work? > > Regards > Mudit