Closed
Bug 179117
Opened 23 years ago
Closed 22 years ago
Increase number of URL bar dropdown menu items and decouple from number of history items
Categories
(SeaMonkey :: Location Bar, enhancement)
SeaMonkey
Location Bar
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: schapel, Assigned: hewitt)
Details
Attachments
(1 file, 2 obsolete files)
|
1.25 KB,
patch
|
hewitt
:
review+
alecf
:
superreview+
sspitzer
:
approval1.4b+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Currently, Mozilla uses a maximum of 15 items for the history lists (Back,
Forward, and Go menus) and also the URL bar dropdown menu. This doesn't seem to
be as much by design as it is that the const MAX_HISTORY_MENU_ITEMS in
sessionHistoryUI.js is used for both purposes. Two different consts should be
declared for the two different uses.
Additionally, I don't see any reason for showing only 15 items in the dropdown.
There's a scrollbar, so showing more entries will not take any more screen space
or force a scrollbar to appear more often than with 15 entries. Perhaps a
maximum of 30 entries would be more appropriate.
Updated•23 years ago
|
OS: Windows 98 → All
Hardware: PC → All
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Updated•23 years ago
|
| Reporter | ||
Updated•23 years ago
|
Attachment #105650 -
Flags: review?(hewitt)
| Assignee | ||
Updated•23 years ago
|
Attachment #105650 -
Flags: review?(hewitt) → review+
| Reporter | ||
Updated•23 years ago
|
Attachment #105650 -
Flags: superreview?
Comment 2•23 years ago
|
||
Comment on attachment 105650 [details] [diff] [review]
Patch to increase URL dropdown to 30 items
Jag, can you sr (and module owner review) this patch?
Attachment #105650 -
Flags: superreview? → superreview?(jaggernaut)
Comment 3•23 years ago
|
||
I think 30 items in the back/forward menubutton dropdown is too much. 15 items
already fills half my screen, 30 would fill my whole screen and be way more back
history than I typically want access to (read: be overwhelming). I agree however
that the urlbar dropdown menu should have more than 15.
Comment 4•23 years ago
|
||
Maybe I miss something, but isn't this here a dupe of bug 62010 as far as
back/forward/go are concerned?
Per the previous comment: Why should the menu not fill all of the screen? I
regularly would like to go that far back, it often happens with frames, where
you get long lists and have practically no chance to go back to the previous
(i.e., before entering the frames) page (especially combined with those bugs
which say that back does not work).
pi
| Reporter | ||
Comment 5•23 years ago
|
||
Yes, there is some overlap between this bug and my patch for bug 62010. I
thought a patch for this bug would be more easily accepted and would then
simplify the patch for the other bug.
As for the dropdown filling the entire window, my address bar dropdown displays
at most ten entries at any time. Any more than that, and a scrollbar appears. Is
the number of entries displayed platform dependant? If so, should this be fixed
so that the same number of entries appear in all platforms? Or should I just
increase the number of items to 20 instead of 30?
Comment 6•23 years ago
|
||
I never thought about the address bar dropdown. I thought the filling argument
is about the Go menu and the Back button. But again, I don't see the problem,
that is what they are good for.
pi
Comment 7•23 years ago
|
||
Comment on attachment 105650 [details] [diff] [review]
Patch to increase URL dropdown to 30 items
now this is reasonable. sr=alecf
Attachment #105650 -
Flags: superreview?(jaggernaut) → superreview+
| Reporter | ||
Comment 8•23 years ago
|
||
Could someone check this in for me? I don't have CVS access.
| Reporter | ||
Updated•22 years ago
|
Attachment #105650 -
Flags: approval1.4b?
Comment 9•22 years ago
|
||
Comment on attachment 105650 [details] [diff] [review]
Patch to increase URL dropdown to 30 items
a=sspitzer, since jag is ok with this:
"I agree however
that the urlbar dropdown menu should have more than 15."
Attachment #105650 -
Flags: approval1.4b? → approval1.4b+
| Reporter | ||
Updated•22 years ago
|
Attachment #105650 -
Flags: approval1.4?
Comment 10•22 years ago
|
||
what happened here? did this have r/sr/a for 1.4 beta, but never checked in?
Comment 11•22 years ago
|
||
Comment on attachment 105650 [details] [diff] [review]
Patch to increase URL dropdown to 30 items
a=asa (on behalf of drivers) for checkin to 1.4.
Attachment #105650 -
Flags: approval1.4? → approval1.4+
Comment 12•22 years ago
|
||
Has this landed yet? I don't see anything in bonsai.
Whiteboard: landed1.4?
| Reporter | ||
Comment 13•22 years ago
|
||
timeless just checked this in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 14•22 years ago
|
||
Still only seeing 15 items as of the 2003052708 build. What happened?
| Reporter | ||
Comment 15•22 years ago
|
||
This did get checked in. I've got 30 items in the URL bar dropdown menu with the
2003050708 build on Windows 98.
What OS are you using? Can you attach a screenshot showing the problem?
Whiteboard: landed1.4?
Comment 16•22 years ago
|
||
Comment 17•22 years ago
|
||
Comment 18•22 years ago
|
||
I've added two screen shots that hopefully show the problem. I'm running this on
Windows 2000. I'll check the same build on Mac OS X when I get home from work. I
also tested it in both themes to rule that out.
Updated•22 years ago
|
Attachment #124398 -
Attachment is obsolete: true
Updated•22 years ago
|
Attachment #124399 -
Attachment is obsolete: true
Comment 19•22 years ago
|
||
Sorry about that. I got the history menus and URL menu confused. Looks like Bug
62010 is what I really need for what I want.
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•