Last modified: 2006-06-01 02:35:06 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 T4965, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2965 - textarea bug on IE (Special:Emailuser)
textarea bug on IE (Special:Emailuser)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
PC Windows XP
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-07-25 21:05 UTC by Netoholic
Modified: 2006-06-01 02:35 UTC (History)
0 users

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


Attachments

Description Netoholic 2005-07-25 21:05:50 UTC
Most noticable on Special:Emailuser, the textarea form field is compacted on IE.  
Due to an incompatibility (shock), the CSS specification of "width: 100%;" in the 
main.css of many skins fails.  The result is a textare field which is about 20 
characters wide.  Not very useful when writing an email.

Please correct these CSS files:

  monobook/IE60Fixes.css
  wikimania/IE60Fixes.css
  amethyst/IE60Fixes.css

Replace the current "textarea" specification with this:

  textarea { width: auto; }

This seems to restore it to working order.
Comment 1 Netoholic 2005-07-25 21:10:10 UTC
Alternatively, there is are workarounds which would require changing the form itself. Dunno 
how any of these look on other browsers though.

http://fplanque.net/2003/Articles/iecsstextarea/
Comment 2 Netoholic 2005-07-26 06:55:47 UTC
Actually, forget the resolution in the first section.  Textarea seems to work fin for editing boxes, 
just not on Special:Emailuser.
Comment 3 Brion Vibber 2005-07-26 11:36:10 UTC
My IE installation under VirtualPC seems to be weirdly broken. Can someone with Windows test this?
Comment 4 Rob Church 2006-06-01 02:35:06 UTC
Looks fine to me now using IE 6. Fixed as of 1.6 at least, as far as I can tell.

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


Navigation
Links