Last modified: 2013-03-20 18:09:17 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 T42610, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 40610 - Editing textarea overflows out of bodyContent div
Editing textarea overflows out of bodyContent div
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
unspecified
All All
: Low trivial (vote)
: 1.21.0 release
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 34557
  Show dependency treegraph
 
Reported: 2012-09-29 02:35 UTC by Isarra
Modified: 2013-03-20 18:09 UTC (History)
5 users (show)

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


Attachments

Description Isarra 2012-09-29 02:35:43 UTC
Because of the padding and borders, the editing textarea is slightly wider than it should be, causing to to overflow out of the bodyContent by 4px.

Putting the textarea in a container div as follows, with css along these lines, should resolve this:

<div id="editBox">
	<textarea .../>
</div>

#wpTextbox1 {
	padding: 0; 
	border: none;
}
#wpEditBox {
	border: solid 1px #c0c0c0; 
	padding: .1em;
}

Note that the WikiEditor extension fixes this bug but introduces a similar one due to its implementation (Bug 40608); this fix should not affect that.
Comment 1 Isarra 2012-10-19 06:58:56 UTC
I have no idea what the words for this are, but this is now this: https://gerrit.wikimedia.org/r/28665

Also, there is probably a status for this sort of thing but I have no idea what that is either.
Comment 2 Bartosz Dziewoński 2012-10-19 19:32:35 UTC
Adding patch-in-gerrit keyword – this is the only status there is :)
Comment 3 Derk-Jan Hartman 2012-11-02 13:17:59 UTC
There is a more general ticket about 'all locations' where we have this problem https://bugzilla.wikimedia.org/34557 and that we should avoid/fix it.
Comment 4 Derk-Jan Hartman 2012-11-02 13:19:04 UTC
And E3 team will have to remove their 'margin-right:-2px' from the editOptions class.

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


Navigation
Links