Last modified: 2014-02-22 02:23:52 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 T22184, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 20184 - Edit summary label is last-line justified when "justify paragraphs" is enabled
Edit summary label is last-line justified when "justify paragraphs" is enabled
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
: 23627 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-11 21:47 UTC by x42bn6
Modified: 2014-02-22 02:23 UTC (History)
3 users (show)

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


Attachments

Description x42bn6 2009-08-11 21:47:30 UTC
On Firefox 3.5.2, the edit summary label stretches itself across the page (i.e. last line justified) when "Justify paragraphs" is enabled in the user preferences.

WP:VPT: http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=307440890#Edit_summary_label_justified_looks_silly_on_Firefox_3.5.2

Screenshot: http://img297.imageshack.us/img297/4881/justify.png

Don't know if it is problematic on other browsers like IE8 because my IE8 has decided to act up again.

Steps to reproduce:

1) Enable "Justify paragraphs" in the user preferences
2) Be bold and edit something

-- x42bn6
Comment 1 Roan Kattouw 2010-06-19 18:22:14 UTC
*** Bug 23627 has been marked as a duplicate of this bug. ***
Comment 2 entlinkt 2010-09-08 01:27:24 UTC
This is because both the label and the following input field are inline (the input actually behaves just like a single very long word). What browsers do if the label contains text that is long enough to push the input field to the next line is correct: They can't break the input field between lines and therefore justify the label by inserting large amount of space.

Possible workaround:

.editOptions { text-align: left }
.rtl .editOptions { text-align: right }

Another approach is to change the label and/or the input field from inline to block, but that would make it look different in cases where the label would be short enough to fit on a single line together with the input field.
Comment 3 Bartosz Dziewoński 2014-02-22 02:23:52 UTC
The preference was just recently removed (bug 52810), I guess that makes this a WONTFIX.

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


Navigation
Links