Closed
Bug 97805
Opened 24 years ago
Closed 24 years ago
OpenPopup at 0,0 appears in absolute upper left of screen
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: andy.edmonds, Assigned: hyatt)
Details
(Whiteboard: [vivendi])
Attachments
(2 files)
1.56 KB,
application/vnd.mozilla.xul+xml
|
Details | |
1.09 KB,
patch
|
waterson
:
superreview+
|
Details | Diff | Splinter Review |
openPopup places a popup offset from an element by parameters x and y. If these
parameters are both 0, the popup appears in the upper left hand corner of the
screen, regardless of window and element location.
![]() |
Reporter | |
Comment 1•24 years ago
|
||
![]() |
Reporter | |
Updated•24 years ago
|
Whiteboard: [vivendi]
![]() |
||
Updated•24 years ago
|
Attachment #47826 -
Attachment mime type: text/html → application/vnd.mozilla.xul+xml
![]() |
Assignee | |
Comment 5•24 years ago
|
||
![]() |
Assignee | |
Comment 6•24 years ago
|
||
This is a win32-only bug because of an optimization that win32 does that other
platforms don't for popups.
![]() |
||
Comment 7•24 years ago
|
||
Comment on attachment 52645 [details] [diff] [review]
Don't perform move optimization for popups
sr=waterson
Attachment #52645 -
Flags: superreview+
Comment 8•24 years ago
|
||
maybe add braces around 'mWindowType != eWindowType_popup'. r=sfraser
![]() |
Assignee | |
Comment 9•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•