Closed
Bug 482232
Opened 16 years ago
Closed 16 years ago
Using search field in saved password window changes width of search field
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9.2a1
People
(Reporter: whimboo, Assigned: MattN)
Details
(Keywords: polish, verified1.9.1, Whiteboard: [polish-easy] [polish-interactive][polish-p2])
Attachments
(2 files, 1 obsolete file)
14.88 KB,
image/jpeg
|
Details | |
2.26 KB,
patch
|
Dolske
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
With a fresh profile the show password window is too narrow. So the whole textbox is cut-off and the magnifying glass is not visible. But when you search for a host the textbox width is changed and it will fit into the window with. Even the brush is visible.
Steps:
1. Create a fresh profile
2. Open the page info window of any web page
3. Go to the security tab and press "view saved passwords"
4. Hit ESC to clear the host name from the search textbox
With step 3 the search textbox fits exactly into the window. But hitting ESC stretches the textbox which let it flow outside of the window bounds and cuts-off the magnifying glass.
Reporter | ||
Updated•16 years ago
|
Summary: Using search field in saved password manager changes window width → Using search field in saved password window changes width of search field
Comment 1•16 years ago
|
||
Don't think this is a theme bug.
Component: Theme → Password Manager
Product: Firefox → Toolkit
QA Contact: theme → password.manager
Version: 3.1 Branch → 1.9.1 Branch
Updated•16 years ago
|
Whiteboard: [polish-easy] [polish-interactive]
Reporter | ||
Comment 2•16 years ago
|
||
Same happens with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4pre) Gecko/20090305 Shiretoko/3.1b4pre ID:20090305020312
OS: Linux → All
Hardware: x86 → All
Updated•16 years ago
|
Assignee: nobody → mmn100+mozilla
Assignee | ||
Comment 3•16 years ago
|
||
The longest string (from current localizations) that will be shown in the <description> of this window is from es-AR:
Las contrase\u00F1as para los siguientes sitios est\u00E1n guardadas en su computadora:
This fits snug into 450px so 500px leaves room for growth.
Attachment #376143 -
Flags: review?(dolske)
Comment 4•16 years ago
|
||
Comment on attachment 376143 [details] [diff] [review]
Set min-width of 500px on description element
This isn't future-proof, depends on the system font face and size, and is probably the wrong approach anyway.
I think what you want is make the text wrap when it's too long. I.e. set .textContent rather than .value.
Attachment #376143 -
Flags: review?(dolske) → review-
Assignee | ||
Comment 5•16 years ago
|
||
new patch based on suggestion in comment #4
Attachment #376143 -
Attachment is obsolete: true
Attachment #376310 -
Flags: review?(dolske)
Updated•16 years ago
|
Attachment #376310 -
Flags: review?(dolske) → review+
Updated•16 years ago
|
Keywords: checkin-needed
Comment 6•16 years ago
|
||
(I've got this in my checkin queue with other things, just waiting for a green tree)
Keywords: checkin-needed
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Comment on attachment 376310 [details] [diff] [review]
wrap long text with textContent of descr.
a191=beltzner
Attachment #376310 -
Flags: approval1.9.1+
Comment 9•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Target Milestone: --- → mozilla1.9.2a1
Reporter | ||
Comment 10•16 years ago
|
||
Verified fixed on trunk and 1.9.1 on all platforms with builds like
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090517 Minefield/3.6a1pre ID:20090517031115
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b5pre) Gecko/20090519 Shiretoko/3.5b5pre ID:20090519031312
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Comment 11•16 years ago
|
||
This bug's priority relative to the set of other polish bugs is:
P2 - Polish issue that is in a secondary interface, occasionally encountered, and is easily identifiable.
Whiteboard: [polish-easy] [polish-interactive] → [polish-easy] [polish-interactive][polish-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•