Closed Bug 693416 Opened 13 years ago Closed 13 years ago

Modals Should Be Absolutely Positioned

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gkoberger, Assigned: spasovski)

References

Details

The modals (in media/js/zamboni/global.js) are currently fixed positioned (meaning they don't move when someone scrolls), and are centered on the page. Our modals have become much more dynamic recently, which is resulting in odd positioning. Additionally, sometimes they get so long that they go off the bottom of the screen and there's no way to see the bottom. So, we need our modals to be positioned absolutely (so when the page is scrolled, the modal scrolls with it), and positioned 2ems or so from the top of the screen (so, $(window).scrollTop() + 2em) rather than centered vertically. If you need examples, let me know and I can quickly demonstrate.
Assignee: nobody → dspasovski
Target Milestone: 6.2.7 → 6.2.8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.