Closed
Bug 130650
Opened 23 years ago
Closed 23 years ago
In page info, "Security" tab lacks shortcut.
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jaagup.irve, Assigned: KaiE)
References
(Blocks 1 open bug)
Details
(Keywords: polish, Whiteboard: fixed on trunk)
Attachments
(1 file)
1.59 KB,
patch
|
KaiE
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
In Mozilla 0.9.9's page info, "Security" tab lacks underlined shortcut key while
the other tabs have one.
Updated•23 years ago
|
Blocks: accesskey
Keywords: helpwanted,
polish
![]() |
||
Comment 1•23 years ago
|
||
To page info. None of the shortcuts seem to work in any case...
Assignee: aaronl → db48x
Status: UNCONFIRMED → NEW
Component: Keyboard Navigation → Page Info
Ever confirmed: true
OS: Windows 98 → All
QA Contact: sairuh → pmac
Hardware: PC → All
Comment 2•23 years ago
|
||
The accesskey's don't work because of bug 128608 - Accesskeys don't work for
(xul) tabpanels
Comment 3•23 years ago
|
||
-> PSM, client library. anything and everything related to the security tab
comes from a seperate overlay.
Assignee: db48x → ssaux
Component: Page Info → Client Library
Product: Browser → PSM
QA Contact: pmac → junruh
Version: other → 1.01
Comment 4•23 years ago
|
||
Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 76485 [details] [diff] [review]
patch
r=kaie
Attachment #76485 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 76485 [details] [diff] [review]
patch
>Index: mozilla/security/manager/pki/resources/locale/en-US/PageInfoOverlay.dtd
>===================================================================
>RCS file: /cvsroot/mozilla/security/manager/pki/resources/locale/en-US/PageInfoOverlay.dtd,v
>retrieving revision 1.2
>diff -u -r1.2 PageInfoOverlay.dtd
>--- mozilla/security/manager/pki/resources/locale/en-US/PageInfoOverlay.dtd 2001/05/03 00:41:10 1.2
>+++ mozilla/security/manager/pki/resources/locale/en-US/PageInfoOverlay.dtd 2002/03/28 00:44:08
>@@ -20,7 +20,8 @@
> - Terry Hayes <thayes@netscape.com>
> -->
>
>-<!ENTITY pageInfo.securityTab "Security">
>+<!ENTITY pageInfo.securityTab "Security">
I can't see anything having changed, so I suspect it's whitespace added to the
end of the line.
If you're adding spaces there, can you remove them?
>+<!ENTITY pageInfo.accesskey "s">
> <!ENTITY pageInfo.securityHeader "Security information for this page">
> <!ENTITY pageInfo.view.label "View">
>-
>+
Same for this change
sr=jag
Attachment #76485 -
Flags: superreview+
Comment 7•23 years ago
|
||
jag, the extra lines aren't spaces, but places where the file had DOS line
endings.
Comment 8•23 years ago
|
||
Ah, cool, thanks for fixing that. So has this been checked in yet?
Assignee | ||
Comment 9•23 years ago
|
||
Let me know if you want me to check this in.
Assignee | ||
Comment 11•23 years ago
|
||
Checked in to trunk, fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 12•23 years ago
|
||
Verified code checked into 5/29 Win2000 trunk in en-US.jar, PageInfoOverlay.dtd
Assignee | ||
Comment 13•23 years ago
|
||
A question, do those shortcuts actually work? When I try on Linux, I could not
find out how to open any tab using the shortcut key.
Comment 14•23 years ago
|
||
See comment 1.
Comment 15•23 years ago
|
||
How about an nsbeta1+?
Assignee | ||
Comment 16•23 years ago
|
||
If those shortcuts are indeed not yet working anywhere, I think it's not
required to land this on the branch.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•