Closed
Bug 131182
Opened 23 years ago
Closed 21 years ago
empty item in the history tab folder context menu
Categories
(Core Graveyard :: History: Global, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: emanu_mary, Assigned: bugzilla)
References
Details
Attachments
(1 file)
883 bytes,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
BuildID: 20020310
I noticed that in my history tab (in the sidebar) the menu i got with a
right-click has an empty item, that is the "expand/collapse" item that appears
in the history window (tasks/tools/history) correctly. If i click on it mozilla
crashes
Reproducible: Always
Steps to Reproduce:
1.Add the history tab to the sidebar
2.open the menu
3.click on the empty item (a thin space over "open in new window")
Actual Results: Mozilla crashes
Expected Results: A collapse/expand action
Strange, few hours later it seems not to crash; now clicking on the empty item
make his work; however the label his absent
Comment 2•23 years ago
|
||
Confirming empty folder context menu item on 2002031403 on WinXP - no crash
though.
Clicking on the empty item Expands/collapses folder.
Seeing this JavaScript Console Error when right clicking on folder:
Error: gHistoryBundle has no properties
Source File: chrome://communicator/content/history/history.js
Line: 416
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Summary: empty item in the history tab → empty item in the history tab folder context menu
I think that this bug is not so hard to fix, but it is open since 0.9.9 and with
1.2b is still present.
Comment 5•21 years ago
|
||
The stringbundle containing the collapse/expand label is only loaded in the
standalone window history.xul, not in history-panel.xul, so it is not available
in the sidebar.
Patch fixes it.
Comment 6•21 years ago
|
||
Comment on attachment 138574 [details] [diff] [review]
patch: load stringbundle also in sidebar
Requesting r= from Neil and sr= from alecf.
Attachment #138574 -
Flags: superreview?(alecf)
Attachment #138574 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 7•21 years ago
|
||
The same fix is also part of the second patch for bug 227053.
Depends on: 227053
Comment 8•21 years ago
|
||
Comment on attachment 138574 [details] [diff] [review]
patch: load stringbundle also in sidebar
sr=alecf
Attachment #138574 -
Flags: superreview?(alecf) → superreview+
Updated•21 years ago
|
Attachment #138574 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Comment 9•21 years ago
|
||
Comment on attachment 138574 [details] [diff] [review]
patch: load stringbundle also in sidebar
Requesting approval for 1.6:
This is really low-risk and very visible (small horizontal bar instead of
context menu entry) - at a moderately visible place, though.
Attachment #138574 -
Flags: approval1.6?
Comment 10•21 years ago
|
||
Umm... forgot to mention that this was checked into trunk by Neil on 01/08/2004
17:02.
Marking as fixed on trunk (but still hoping for approval).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 12•21 years ago
|
||
Comment on attachment 138574 [details] [diff] [review]
patch: load stringbundle also in sidebar
1.6 is out, removing approval request.
Attachment #138574 -
Flags: approval1.6?
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•