Opened 18 years ago
Closed 18 years ago
#2010 closed Bug (duplicate)
ie 6 table bug
| Reported by: | elfassy | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.5.1 |
| Keywords: | Cc: |
Description
When loading this page in IE 6.0, it is impossible to use the "Wikitext" button. The javascript error says
Line: 590
Char: 5
Code: object doesn't support this property or method
Code: 0
Url: .../extensions/FCKeditor/fckeditor/editor/fckeditor.html?Instancename=wpTextbox1&Toolbar=Wiki <br> the code on the page is (and yes, it is badly formatted html, but still a bug):
=== Foreground ===
* You should have the following files under <nowiki>~</nowiki>/t/t
{| width="100%" cellspacing="2" border="0"
|-
| <font size="1"></font><br>
| t.for
| t.for'
|-
| <font size="1"></font><br>
| t.for
| t.for'
|-
| <font size="1"></font><br>
| t.for
| t.for'
|-
| <font size="1"></font><br>
| t.for
| t.for'
|-
| <font size="1"></font><br>
| t.for
| t.for'
|-
| colspan="2" | <font size="1"></font><br>
| t.inc'
|}
keep up the great work! cheers, mike
Change History (1)
comment:1 Changed 18 years ago by
| Keywords: | 590 IE removed |
|---|---|
| Priority: | High → Normal |
| Resolution: | → duplicate |
| Status: | new → closed |

Hi!
Apparently colspan collapses the table, we already have a bug reported, so I'm marking this one as DUP of #1214.
Thanks for investigating.