Closed
Bug 139624
Opened 24 years ago
Closed 24 years ago
View Source menu has redundant item, missing access key
Categories
(Core Graveyard :: View Source, defect)
Core Graveyard
View Source
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gregvalure, Assigned: gregvalure)
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
|
1.92 KB,
patch
|
bzbarsky
:
review+
alecf
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
View Source | Wrap Long Lines doesn't update its checkmark when toggled, nor
does it have an access key. The patch fixes this.
2002-04-17-11 Win98 (1.0 RC 1)
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Comment 2•24 years ago
|
||
agreed on the accesskey issue, but the check updates correctly here (linux
2002-04-22-07 trunk build). How do I reproduce the "check not updating" problem?
| Assignee | ||
Comment 3•24 years ago
|
||
Okay, I figured it out. The checkmark will toggle if you click the menu item
with the mouse, but not if you select it with the keyboard, either by
arrows+enter or accesskey.
Trying this with some other menus shows that it's a more general issue and not a
View Source issue. For example, in the Manage Bookmarks window, View | Toolbar
and View | Show Columns | Keyword work correctly via keyboard, but View | Show
Columns | Location does not. I don't know what the difference is. Anyway, I
think this is bug 96229.
| Assignee | ||
Comment 4•24 years ago
|
||
Retargeting bug then, since the checkbox issue is separate, and I found another
problem with the menu anyway. We have a redundant New Navigator Window item,
which makes the menu look like this:
New Navigator Window
New >
Navigator Window
Composer Page
Since other menus are using the New submenu, the top-level one should go. The
Ctrl+N shortcut still works without it.
Assignee: doron → gregvalure
Severity: normal → minor
Summary: Wrap Long Lines doesn't update check, have accesskey → View Source menu has redundant item, missing access key
| Assignee | ||
Comment 5•24 years ago
|
||
Updated patch. Drops the JavaScript changes and removes the redundant menu
item.
Attachment #80706 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•24 years ago
|
||
...the patch still defines the access key, too.
Updated•24 years ago
|
Attachment #80735 -
Flags: review+
Comment 7•24 years ago
|
||
Comment on attachment 80735 [details] [diff] [review]
Updated Patch
r=bzbarsky; get ben or blake to sr.
Comment 8•24 years ago
|
||
Comment on attachment 80735 [details] [diff] [review]
Updated Patch
sr=alecf
Attachment #80735 -
Flags: superreview+
Comment 9•24 years ago
|
||
Checked in on the trunk, leaving open in case Greg wants to try to get this on
the branch.
Comment 10•24 years ago
|
||
Comment on attachment 80735 [details] [diff] [review]
Updated Patch
a=asa (on behalf of drivers) for checkin to the 1.0 branch
Attachment #80735 -
Flags: approval+
Comment 11•24 years ago
|
||
Checked in on the branch, marking fixed. Thanks for the patch, Greg!
Comment 12•23 years ago
|
||
Verified on all platforms (netscape branch build: 2002-07-17-08-1.0.0)
Status: RESOLVED → VERIFIED
Keywords: verified1.0.0
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•