System here is FreeBSD running Firefox 3.6.13 with NoScript, Adblock and a handful of other plugins and addons.

How to reproduce:

  • Look for a tag without any wiki content (e.g. dynamic-data).
  • Click on help us edit this wiki

The Excerpt edit widget goes too far to the right, it is obscured by the "What are Tag Wikis?" box. This is independent of font size.

Suggested fix: reduce width of "Excerpt" edit widget.

(PS: I've checked with Firefox 3.6.16 on Windows 7; the edit widget is properly sized here. There's a dependency somewhere...)

share|improve this question
@Renesis If you want to suggest a fix, post it as a comment or an answer; don't modify the asker's suggestion – Michael Mrozek Apr 19 '11 at 19:53

1 Answer

up vote 0 down vote accepted

It is seems like it's likely due to the use of rows and cols on the excerpt textarea instead of using CSS to define a pixel width:

<textarea tabindex="101" rows="3" cols="92" name="excerpt" id="excerpt"></textarea>

While rows/cols may still be useful if someone is viewing the page without CSS, the #excerpt CSS rule should define a pixel width and height (which should take precedence) so that, for modern browsers, the width can be consistent regardless of browser/system/font-widths.

share|improve this answer
If someone wants me to test a fix, please let me know and I'll try it under FreeBSD. – Jens May 11 '11 at 20:43
@Jens - If you use FireBug to add height and width to a style attribute, does it fix it? – NickC May 11 '11 at 20:47
Yes, adding "width:100%" to the textarea in all.css makes the edit widget the same width as the box above with "You do not yet have tag wiki edit privileges. Your edit will be placed in a queue until it is peer reviewed." – Jens May 12 '11 at 18:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged