Last modified: 2011-03-13 18:06:00 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 T2458, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 458 - Table rendering bug -- links in cell parameters
Table rendering bug -- links in cell parameters
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.4.x
PC other
: Lowest normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/w/wiki.phtml?...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-09-12 03:34 UTC by Tim Starling
Modified: 2011-03-13 18:06 UTC (History)
0 users

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


Attachments

Description Tim Starling 2004-09-12 03:34:49 UTC
{|
|[[abc|def]]|ghi
|}

produces an unexpected result. On the live site:

<table>
<tr>
<td>&lt;  class="new" title="Abc"&gt;&lt;/&gt;&gt;ghi</td>
</tr>
</table>

In HEAD:

<table >
<tr >
<td <!--    -->>ghi
</td></tr></table>
Comment 1 JeLuF 2004-09-20 21:35:03 UTC
The table syntax
| text | some more
considers "text" as table cell properties, e.g. align="center"
style="background:#333333;"
[[abc|def]] is not a valid option, so it get's removed.

{|
|| [[abc|def]] || ghi
|}

or

{|
| [[abc|def]]
| ghi
|}

work as intended.
Comment 2 Antoine "hashar" Musso (WMF) 2005-03-04 13:48:01 UTC
Invalid syntax.

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


Navigation
Links