Closed
Bug 539344
Opened 15 years ago
Closed 15 years ago
Menu content shifts a few pixels after a sub-menu is opened and selection switches to sub-menu
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
DUPLICATE
of bug 543065
People
(Reporter: u88484, Assigned: roc)
References
Details
(Keywords: regression)
Attachments
(3 files)
Menus shift a few pixels after a sub-menu is opened and selection switches to sub-menu.
STR:
1) Open bookmarks menu
2) Hover over the bookmarks toolbar (or a folder that has a sub-folder)
3) Move mouse to newly opened menu and watch the bookmark menu content shift to the left a few pixels.
Can also reproduce with View->Toolbars
Summary: Menus shift a few pixels after a sub-menu is opened and selection switches to sub-menu → Menu content shifts a few pixels after a sub-menu is opened and selection switches to sub-menu
Comment 1•15 years ago
|
||
I also see this problem. On my system, it happens on both Vista and Windows 7, but not on XP.
Comment 2•15 years ago
|
||
looks like cset:
http://hg.mozilla.org/mozilla-central/rev/5dca6c28cca5 is ok
and
http://hg.mozilla.org/mozilla-central/rev/cea14ad20b61 is bad.
Which could only be two bugs. A patch from moving scrolling from the viewport to layout bug 526394 or the followup fix for the second bug 501095.
Comment 3•15 years ago
|
||
I also have this problem, reported the bug as well because I didn't see this topic...
:')
https://bugzilla.mozilla.org/show_bug.cgi?id=539377
Comment 5•15 years ago
|
||
As bug states this also happens for Shredder. So its probably a widget issue.
Component: Menus → XP Toolkit/Widgets: Menus
Product: Firefox → Core
QA Contact: menus → xptoolkit.menus
Comment 6•15 years ago
|
||
I've made a case for a probably related issue where bookmarks jump off the toolbar:
STR:
- Open latest Minefield with the attached profile
- Note the order of the Personal Toolbar, first you see "Most Visited" and then "Getting Started"
- Click on "New Folder" (on the right) and hover over the sub-folder "New Folder2"
- Note that at this point the first item "Most Visited" jumps to an invisible place on the left, and that the submenu opens on the newly allocated spot, leaving a gap between the menus.
This regressed with http://hg.mozilla.org/mozilla-central/rev/47cd92d616d7
So it's bug 526394.
Blocks: 526394
Keywords: regressionwindow-wanted
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → roc
Comment 9•15 years ago
|
||
Just wanted to note that this occurs not only on Windows platforms, but it also occurs on Mac OSX 10.6.2. I'm not certain about Linux builds, but the platforms certainly needs to be extended to Windows and Mac OSX.
Updated•15 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
Comment 10•15 years ago
|
||
If bug 526394 is correct, are there also CSS rules defining spacing/padding/borders on the menu widgets throwing them off?
Comment 11•15 years ago
|
||
Open testcase and click button5.
Comment 12•15 years ago
|
||
Open testcase2 and click any button
Comment 13•15 years ago
|
||
(In reply to comment #12)
> Created an attachment (id=425165) [details]
> testcase2
>
> Open testcase2 and click any button
And mouse hover popup.
Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 14•15 years ago
|
||
Part 12,27,29 of bug 526394 look related to this bug.
Assignee | ||
Comment 15•15 years ago
|
||
The patch in bug 543065 fixes this bug.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•15 years ago
|
blocking2.0: ? → ---
Comment 16•15 years ago
|
||
After landing tha patch bug 543065,
testcase2 is still broken on
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100310 Minefield/3.7a3pre ID:20100310040439
So I filed new Bug 551463.
Updated•6 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
•