Closed
Bug 543065
Opened 16 years ago
Closed 16 years ago
menulist hover causes scroll on parent
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(2 files, 1 obsolete file)
|
541 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
|
6.50 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The attached test has a menulist inside a scrollable container.
1. Open the menulist
2. Move and hover over each item
3. Instead of highlighting the item, the parent area scrolls
| Assignee | ||
Comment 1•16 years ago
|
||
The popup should already be visible so only scroll one level.
I'll include a test as part of bug 530504 where I discovered the bug in testing.
Attachment #424281 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Flags: in-testsuite+
| Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Verified fixed using Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a2pre) Gecko/20100220112323
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 5•16 years ago
|
||
Backed this out again due to regression bug 548011.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•16 years ago
|
||
It seems that the SCROLL_FIRST_ANCESTOR_ONLY should stop at the first scrollable container, not just the first parent.
Attachment #424281 -
Attachment is obsolete: true
Attachment #428804 -
Flags: review?(roc)
Attachment #428804 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 7•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Verified fixed using Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100303 Minefield/3.7a3pre
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•