Closed
Bug 515979
Opened 16 years ago
Closed 15 years ago
The menu of the upper hierarchy is scrolled by a mouse wheel on sub-menu, and The select position of the menu slips off.
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: alice0775, Assigned: smaug)
Details
(Keywords: testcase)
Attachments
(3 files)
|
3.93 KB,
application/vnd.mozilla.xul+xml
|
Details | |
|
780 bytes,
patch
|
Details | Diff | Splinter Review | |
|
3.94 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090911 Firefox/3.5.1
Build Identifier: http://hg.mozilla.org/mozilla-central/rev/ecb355c31e14
When use overflow:auto for scrollbox,
The menu of the upper hierarchy is scrolled by a mouse wheel on the sub menu, and The select position of the sub menu slips off.
Reproducible: Always
Steps to Reproduce:
1.Start Minefield with new profile
2.Open TestCase
3."MENU-B" > Select "BB001" > Wheel scroll on "BBB0**", and Move mouse top/bottom on the "BBB0**".
Actual Results:
The menu of the upper hierarchy is scrolled by a mouse wheel on the sub menu, and The select position of the sub menu slips off.
Expected Results:
The menu of the upper hierarchy should not be scrolled
And the select position of the menu properly.
| Reporter | ||
Comment 1•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
Summary: The menu of the upper hierarchy is scrolled by a mouse wheel, and The select position of the menu slips off. → The menu of the upper hierarchy is scrolled by a mouse wheel on sub-menu, and The select position of the menu slips off.
| Assignee | ||
Comment 2•16 years ago
|
||
There is some regression here (the selected menu item handling).
Though, I think mouse scroll on BBB0** shouldn't scroll BB***, and that is not a
regression from 1.9.0.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> There is some regression here (the selected menu item handling).
Regression range could be very useful.
| Reporter | ||
Comment 4•16 years ago
|
||
Regression window is as follows:
Works (as same as Firefox3.0.*):
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080903034741 Minefield/3.1b1pre ID:20080903034741
Broken:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080904035000 Minefield/3.1b1pre ID:20080904035000
Pushlog(from the above build Id, because I cannot identify changesets of the above build):
http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2008-09-03+03%3A47%3A41&enddate=2008-09-04+03%3A50%3A00
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → Olli.Pettay
| Assignee | ||
Comment 5•16 years ago
|
||
Needs tests, but I think something like could work..
Comment 6•16 years ago
|
||
is this related to Bug 530504 ?
| Reporter | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> is this related to Bug 530504 ?
I think so, because Created an attachment (id=400292) fixes the issue of Bug 530504 too.
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0-
Updated•15 years ago
|
blocking2.0: --- → ?
Updated•15 years ago
|
blocking2.0: ? → -
Updated•15 years ago
|
tracking-fennec: 2.0- → ---
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•13 years ago
|
Resolution: DUPLICATE → WORKSFORME
| Reporter | ||
Comment 9•13 years ago
|
||
For your record
Updated•7 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
•