Last modified: 2010-05-15 15:56:50 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 T8645, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6645 - table attribute parsing only works for parameters on the same line
table attribute parsing only works for parameters on the same line
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.6.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-12 10:11 UTC by Michael Vanier
Modified: 2010-05-15 15:56 UTC (History)
0 users

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


Attachments

Description Michael Vanier 2006-07-12 10:11:07 UTC
This table:

{| style="width:100%; height:100%;" cellpadding="5" cellspacing="0" align="center"
| width="25%" align="center" | Prev
| width="25%" align="center" | Next
| width="25%" align="center" | Up
| width="25%" align="center" | Home
|}

is rendered correctly only if all of the table attributes are on the same
physical line.  If the editor wraps the line so that the align="center" is on
the next line (or if I do it manually), it renders incorrectly as follows:

<table style="width:100%; height:100%;" cellpadding="5" cellspacing="0">
align="center"
<tr>
<td width="25%" align="center"> Prev
</td><td width="25%" align="center"> Next
</td><td width="25%" align="center"> Up
</td><td width="25%" align="center"> Home
</td></tr></table>
Comment 1 Brion Vibber 2006-07-12 18:44:24 UTC
Wrapping in the editor window is virtual and does not break 
actual lines of content.

Please confirm you're not using a broken web browser.
Comment 2 Antoine "hashar" Musso (WMF) 2006-07-12 19:17:36 UTC
Should only happen if you wrap stuff manually. The parameters
have to be on the same line.
Comment 3 Michael Vanier 2006-07-13 02:08:46 UTC
Yes, you're correct -- it only happens if I wrap stuff manually.  I didn't
realize there was this limitations.  OK, thanks; you can close this bug.
BTW I'm using Mozilla-Seamonkey 1.5.

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


Navigation
Links