Last modified: 2006-10-22 20:26:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T8276, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6276 - Search field too big
Search field too big
Status: CLOSED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.7.x
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.mediawiki.org/w/index.php?...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-11 19:48 UTC by Janus Troelsen
Modified: 2006-10-22 20:26 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Illustration (23.56 KB, image/png)
2006-06-11 19:53 UTC, Janus Troelsen
Details

Description Janus Troelsen 2006-06-11 19:48:49 UTC
I experienced this on 1.7alpha (r14665).
In the cologne-blue skin the search field in the menubar can get too big. This is 
because the width of 
the search field is specified in characters, and not pixels. (or equivalent)

Right now it looks like this:
<input type='text' name="search" size='14' value="" />

Can be fixed with something like:
<input type='text' name="search" style='width: 120px;' value="" />

The error only occurs if your screen resolution is big. (or you have big default 
characters)

Related with: cologne blue search field oversize menubar menu overflow
Comment 1 Janus Troelsen 2006-06-11 19:52:10 UTC
Can be seen on http://goxadidi.dk/filer/bug.png
(cannot guarantee for reliability)
Comment 2 Janus Troelsen 2006-06-11 19:53:45 UTC
Created attachment 1938 [details]
Illustration

Illustrates the bug.
Comment 3 Aryeh Gregor (not reading bugmail, please e-mail directly) 2006-10-20 03:41:51 UTC
Fixed in r17122 with a CSS override.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links