Closed
Bug 307109
Opened 19 years ago
Closed 11 years ago
increase height of URL text box in Open Location dialog
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: harig.in, Assigned: martijn.martijn)
References
Details
(Keywords: polish)
Attachments
(2 files)
|
683 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.30 KB,
patch
|
neil
:
review-
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050903 Firefox/1.6a1 Hide the navigation bar. Press Ctrl + L to open the 'Open Web Location' dialog. The height of the box to type in the address is a little bit less that what is normally available elsewhere. see screenshot. I do know that this is trivial but perhaps much easy to rectify. please. [even with other themes this 'defect' is visible.]
| Assignee | ||
Comment 1•19 years ago
|
||
That would by removing align="center" in this line: http://lxr.mozilla.org/seamonkey/source/browser/base/content/openLocation.xul#69
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → martijn.martijn
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050905 Firefox/1.0+ ID:2005090509 same on branch
Version: Trunk → unspecified
Also reproducible with Mozilla 1.8b1 and SeaMonkey/20050904 (Ctrl+Shift+L).
| Assignee | ||
Comment 6•19 years ago
|
||
Oops! Forgot that one. This is untested, but should act the same as Firefox.
Attachment #195058 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•19 years ago
|
Status: NEW → ASSIGNED
Keywords: polish
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → 1.5 Branch
Comment 7•19 years ago
|
||
Comment on attachment 195058 [details] [diff] [review] patch for Seamonkey Well, to start with, we also have the similar attachWebPage dialog. But in fact this is not the correct way to fix the issue; the URL bar is mostly unreasonably large because the page proxy icon has margins on it, as you would see if you compared it with DOM Inspector's autocomplete box. Now the open location dialog's autocomplete textbox doesn't have an icon to enlarge it, so it should only be the same size as a regular textbox. Unfortunately in either Classic or Modern themes it seems to be a pixel or two out :-(
Attachment #195058 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Updated•18 years ago
|
Summary: increase height of location box in URL dialog → increase height of URL text box in Open Location dialog
Version: 1.5.0.x Branch → Trunk
Comment 9•18 years ago
|
||
(In reply to comment #8) >Why does that patch fix it, though? It doesn't, it makes the hbox stretch the textbox to the height of the button.
Updated•18 years ago
|
Attachment #194954 -
Flags: review?(mconnor)
Comment 10•11 years ago
|
||
This dialog is dead code now. See bug 953124.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•