Commit Graph

7 Commits

Author SHA1 Message Date
Lucas Rocha
f21a33dd21 Bug 605365 - Properly update visibility of the previously visible popup (r=mfinkle)
ContentPopupHelper is meant to only handle one popup at a time. This means that
if you update the popup (via the popup setter), the previously visible popup
should be properly hidden and released before showing the new popup.
2011-09-19 09:45:44 -07:00
Lucas Rocha
13f1f66694 Bug 676321 - Do not reset popup position on content resize, panning, and zooming (r=mbrubeck)
We control the sidebar side effects by zeroing the maximum width of the
popup every time the window size changes.
2011-08-19 15:43:22 +02:00
Lucas Rocha
cd4a94bdda Bug 676321 - Sidebar briefly shows up on orientation change while using form autocomplete (r=mbrubeck) 2011-08-19 15:42:39 +02:00
Lucas Rocha
460080b349 Bug 676321 - Remove redudant visibility update as anchorTo() does it too (r=mbrubeck) 2011-08-19 15:41:18 +02:00
Lucas Rocha
90702231e0 Bug 676321 - Fix the phrasing of explanatory comment on ContentPopupHelper's anchorTo() (r=mbrubeck) 2011-08-19 15:40:39 +02:00
Vivien Nicolas
493cc3c1ff Bug 657337 - Form input selection arrows are partially off screen after switching orientation [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
a9ea2d4e29 Bug 648026 - Move Content Popup Helper out of FormHelperUI [r=mfinkle] 2011-05-14 12:27:50 +02:00