Closed
Bug 9744
Opened 26 years ago
Closed 25 years ago
scrolling widgets fails to move drop down windows
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
Details
This shows up on test16.html. To reproduce it, open the drop down list for
the gears test and then scroll. The dropped down window will not move with
the other widgets.
Assignee | ||
Comment 1•26 years ago
|
||
This is probably a problem with nsWidget::WidgetShow(). It should probably do
an XMoveWindow() before mapping the window to make sure it's in the right
place. Its bounds might have been adjusted since the last time it was mapped
and it will show up in the wrong place.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This has been fixed.
Assignee | ||
Comment 3•25 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: RESOLVED → NEW
Assignee | ||
Comment 4•25 years ago
|
||
busted from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 25 years ago
Comment 5•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 7•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•