Closed
Bug 40833
Opened 25 years ago
Closed 25 years ago
mouseover long links causes status bar to widen, scrollbars to vanish
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: doronr, Assigned: jrgmorrison)
References
Details
2000052708 - Win32/linux.
goto http://bugzilla.mozilla.org/, and mouse over the "View Bugs Already
Reported Today" link. You will see some terrible UI horkage (the reason for cc:
ben goodger) - the urlbar widget gets extended over the navigation buttons, the
scroll bar dissapears.
The reason for this is that the shown link in the status bar is longer that the
bar itself. Bugzilla links are highly prone to this.
Not sure if this is XPToolkit or XPApps or UI.
Comment 3•25 years ago
|
||
This looks just like bug #37658 I think this comes from ben's change to
navigatorOverlay.xul
Assignee | ||
Comment 5•25 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
The fix was to add 'flex="1"' to xul:text in the binding for 'statusbar-panel'
(in xmlBindings.xml) if anyone wanted to know.
Assignee | ||
Comment 10•25 years ago
|
||
... and the drawback of closing early, is that people don't find this bug
when they look for an existing open bug. Duh. Taking this bug for now.
Assignee: ben → jrgm
Status: REOPENED → NEW
Summary: mouseover a link longer than status bar causes UI horkage → mouseover long links causes status bar to widen, scrollbars to vanish
Reporter | ||
Comment 11•25 years ago
|
||
marking fixed
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•