Page MenuHomePhabricator

Tables drop their class when pasted in IE11
Closed, ResolvedPublic

Description

Pasted table in IE11

IE11 - create a simple table in Edit source:

{| class="wikitable"

!
<nowiki> </nowiki>Header text
!
<nowiki> </nowiki>Header text
!
<nowiki> </nowiki>Header text

-
Example
Example
Example
-
Example
Example
Example
}

In Edit mode - copy and paste it. It becomes:

{|
!
<nowiki> </nowiki>Header text
!
<nowiki> </nowiki>Header text
!
<nowiki> </nowiki>Header text

-
Example
Example
Example
-
Example
Example
Example
}

class="wikitable" will be dropped. Look at the screenshots.


Version: unspecified
Severity: normal

Attached:

IE11_pasted_table.png (768×1 px, 135 KB)

Details

Reference
bz72599

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:55 AM
bzimport set Reference to bz72599.

Is this fixed now that table editing has landed?

Verified in betalabs that now it works in IE11(and in Chrome too).

Verified the fix in test2 - IE11, FF, and Chrome.

Jdforrester-WMF renamed this task from VisualEditor: Tables drop their class when pasted in IE11 to Tables drop their class when pasted in IE11.Nov 24 2014, 2:17 AM
Jdforrester-WMF set Security to None.