Ticket #2070 (closed Bug: duplicate)

Opened 3 months ago

Last modified 3 months ago

Style attribute changed in IE

Reported by: wwalc Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: Confirmed IE Cc:

Description (last modified by wwalc) (diff)

Install CategoryTree extension: http://www.mediawiki.org/wiki/Extension:CategoryTree

Use the <categorytree> tag. Error: style is being stripped.

<categorytree style="border: 1px solid gray; padding: 0.7ex; float: right; clear: right; margin-left: 1ex; background-color: white;" mode="pages">Manual</categorytree>

switch to wikitext, wysiwyg mode and back to wikitext:

<categorytree mode="pages" style="clear: right; border-right: gray 1px solid; padding-right: 0.7ex; border-top: gray 1px solid; padding-left: 0.7ex; float: right; padding-bottom: 0.7ex; margin-left: 1ex; border-left: gray 1px solid; padding-top: 0.7ex; border-bottom: gray 1px solid; background-color: white" mode="pages">Manual</categorytree>


style attribute has changed.

Change History

Changed 3 months ago by wwalc

  • description modified (diff)
  • summary changed from Style removed from custom tag in IE to Style attribute changed in IE

Original issue: Style removed from custom tag in IE.

Partially fixed with [1850], leaving opened because cssText property doesn't hold the exact same value as inline style declaration.

Changed 3 months ago by wwalc

  • status changed from new to closed
  • resolution set to duplicate

Dup of #1737.

Note: See TracTickets for help on using tickets.