Wikipedia:Phase II bug reports: Difference between revisions

Content deleted Content added
editing redirected pages - workaround
Eob (talk | contribs)
Nested HTML tables do not work.
Line 4:
 
== Unresolved Issues ==
 
'''11 Feb, Nested HTML tables do not work.''' It seems the wiki parser goes into "table mode" when it sees a <table> and exits table mode when it sees a </table>. Instead it should increment a table nesting integer for each <table> and decrement it for each </table> so that it can keep track of nesting levels. --[[user:Eob]]
 
Example:
<table border="1">
<tr><td>
top cell of outer table
</td></tr>
<tr><td>
bottom cell of outer table
 
<table border="1">
<tr>
<td>left cell of nested table</td>
<td>right cell of nested table</td>
</tr>
</table>
 
</td></tr>
</table>
 
'''Can't edit a redirected entry''' - 12 Feb
I cannot edit the link for [[Juggler]]. It gets redirected to [[Juggling]]. On the Juggling page I click on the (redirected from [[Juggler]]) link but end up on the same page. Could someone try this out and let me know if the problem is specific to my OS/browser combination (MS/IE6)? --[[user:MarkReid|MarkReid]]