Closed
Bug 19209
Opened 26 years ago
Closed 26 years ago
menus should truncate long entries.
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: danny, Assigned: hyatt)
References
()
Details
this is in the milestone 11 build
menu pull-downs can get overly wide when faced with an extremely long URL.
TO RECREATE: Bookmark http://www.ntk.net/~danny/mozbug.html
which has an extremely long title.
worse, sub-menus can write to and over the right hand side of the screen, making
it impossible to descend down the sub-menu tree. It's not very likely that
a menu-bar would have a long entry - it could be truncated
during the construction of the menu, for example. Butmany users will find
sub-menus butting against the right hand side (even with short menu entries) if
they have folders within folders in their bookmarks file.
TO RECREATE:
Create folders, and sub-folders in bookmarks until the sub-menu reaches the far
right of the screen.
SOLUTIONS:
Menu entries should be truncated with a "..."
the sub-menu widget should spring out to the left when it detects it cannot fit
within the remaining space on the left (this appears to be Windows' default
behaviour. WindowMaker widgets on Linux will scroll the entire menu-tree to the
right, which is pleasant in floating menus, but probably not desirable on menu
bar sub-menus)
Updated•26 years ago
|
Assignee: trudelle → saari
Target Milestone: M14
Comment 1•26 years ago
|
||
assigning to saari as p3 for m14
Updated•26 years ago
|
Component: XP Toolkit/Widgets → XPMenus
Comment 2•26 years ago
|
||
updated component --Claudius, should this stay with you or go to me...?
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14 → M15
Updated•26 years ago
|
Assignee: saari → pinkerton
Status: ASSIGNED → NEW
Summary: menu bars don't wrap overly long entries; sub-menus don't notice when they hit the edge of the screen → menus should truncate long entries.
Comment 3•26 years ago
|
||
taking over popup/menu bugs.
Updated•26 years ago
|
QA Contact: claudius → sairuh
Updated•26 years ago
|
Hardware: PC → All
BULK MOVE: Changing component from XP Menus to XP Toolkit/Widgets: Menus. XP
Menus component will be deleted.
Component: XPMenus → XP Toolkit/Widgets: Menus
| Assignee | ||
Comment 10•26 years ago
|
||
Have a fix for this using XBL.
Assignee: pinkerton → hyatt
Status: ASSIGNED → NEW
| Assignee | ||
Comment 11•26 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 12•26 years ago
|
||
the previous URL at www.ntk.net is currently broken, so i replaced it with
another one.
verified as fixed on winNT and linux w/opt comm bits 2000022808. still a problem
on mac --but will close out this one and open another for that problem.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•