Closed
Bug 290449
Opened 20 years ago
Closed 17 years ago
germany-tourism.de - The search bar at the top of this page is too short to see the text in it.
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lxtanner, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Mozilla makes the bar with the search box on it too short. When using IE, the bar is taller and the text is easily visible. In Mozilla, only the top half of the text and cursor can be seen in the search box. Reproducible: Always Steps to Reproduce: See above Actual Results: See above Expected Results: See above
This page seems to send different stylesheets to different browsers (dzt_ie.css, dzt_ns6.css, ...). The searchbox at the top of the page uses the .normal class and the relevant differences in that class are font-size: 8pt (IE 7pt), height: 10px (IE no height). If I change the height to 18px (or remove it) I can see the full height of the search text.
Comment 2•20 years ago
|
||
You can edit this in userChrome.css in your profile
change the width to a fixed value
#search-container { width: 200px !important;}
#searchbar { width: 200px !important;}
change the width to maximum with a minimal limit of 200 px
#search-container { -moz-box-flex: 200 !important;}
#searchbar { -moz-box-flex: 200 !important;}
change any other property (height,font. etc..) you wish
Comment 3•20 years ago
|
||
As said in comment 1, they have height:10px on the search field, so mozilla is not doing anything wrong here. Best thing would be to contact them and inform them about this issue --> Tech Evangelism
Assignee: firefox → german
Component: General → German
OS: Windows 2000 → All
Product: Firefox → Tech Evangelism
QA Contact: general → german
Hardware: PC → All
Summary: The search bar at the top of this page is too short to see the text in it. → germany-tourism.de - The search bar at the top of this page is too short to see the text in it.
| Reporter | ||
Comment 4•19 years ago
|
||
Request for bug resolution sent to info@d-z-t.com (German National Tourist Board)
Comment 5•17 years ago
|
||
Page is 404. Probably moved to http://www.germany-tourism.de/ ;) Site renders approximately the same in Firefox 2, Camino trunk, and Safari 3 now. FIXED as far as I'm concerned.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•