Closed
Bug 304926
Opened 19 years ago
Closed 19 years ago
Tooltip for padlock (security) icon in location bar is missing
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: 32768, Assigned: Gavin)
Details
(Keywords: fixed1.8, regression)
Attachments
(1 file, 1 obsolete file)
1.21 KB,
patch
|
mconnor
:
review+
mscott
:
approval1.8b5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050815 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050815 Firefox/1.0+
Hovering over the padlock icon in the location bar doesn't give any information.
Hopefully we can come up with something that explain, in plain english, that
both tells the user that they're in a secure session as well as telling them
what clicking the icon does. Perhaps it's too hard to fit all that into a
single tooltip.
Reproducible: Always
Steps to Reproduce:
1. Go to https://bugzilla.mozilla.org/
2. Hover over padlock icon in location bar
Actual Results:
nothing
Expected Results:
Tooltip explaining that site is secure and I can click for security details.
Suggestion for tooltip: 'View security information for this page'
This is a usability-related enhancement.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
Just realized that we do have a tooltip for this in 1.0. This might have
something to do with us adding the RSS icon to the location bar...
Severity: enhancement → normal
Keywords: regression
Summary: Create tooltip for padlock icon in location bar → Tooltip for padlock (security) icon in location bar is missing
Comment 2•19 years ago
|
||
Okay. I verified this regressed when we added the RSS icon to the location bar,
and philor pointed out this was caused by the change made to autocomplete.xml
here: http://tinyurl.com/bsthh
Updated•19 years ago
|
Flags: blocking1.8b5?
Assignee | ||
Comment 3•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Firefox1.5
Assignee | ||
Comment 4•19 years ago
|
||
Attachment #195710 -
Attachment is obsolete: true
Attachment #195711 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Attachment #195710 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch-r?]
Comment 5•19 years ago
|
||
Comment on attachment 195711 [details] [diff] [review]
patch
good catch guys!
Attachment #195711 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch-r?] → [patch-r+][checkin needed]
Assignee | ||
Comment 7•19 years ago
|
||
mozilla/browser/base/content/browser.js;
new revision: 1.501; previous revision: 1.500
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [patch-r+][checkin needed]
Assignee | ||
Comment 8•19 years ago
|
||
Comment on attachment 195711 [details] [diff] [review]
patch
Simple regression fix for security UI.
Attachment #195711 -
Flags: approval1.8b5?
Updated•19 years ago
|
Attachment #195711 -
Flags: approval1.8b5? → approval1.8b5+
Assignee | ||
Comment 9•19 years ago
|
||
mozilla/browser/base/content/browser.js; new revision: 1.479.2.25;
Keywords: fixed1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•