Strikethrough and Absolute positioning broken in WYSIWYG editor

Strikethrough and Absolute positioning broken in WYSIWYG editor

qubodup's picture

The WYSIWYG forum post editor is broken.

Works: Bold

Works: Italic

Works: Underline

BROKEN: Strikethrough

Works:

  • Unordered Lists

Works:

  1. Ordered Lists

Works: Links

Works: Images 

Will test in separate post: Code Cleanup

Works(?): Remove Formatting

Dirty (gets cleaned up in "filtered html" mode anyway, supposed to look like http://i.imgur.com/tiHzu.png : 

  • by bart
  • Simple stic
  • # U+263A and U+263B are smiley faces (☺ and ☻)
    sender = u'Sender \u263A <sender@example.com>'

Clean: 

  • by bart
  • Simple stic
  • # U+263A and U+263B are smiley faces (☺ and ☻)sender = u'Sender \u263A <sender@example.com>'  

Works:

Blockquote

Works: Insert custom character Š♣≥

BROKKEN: Toggle absolute positioning / should look like http://i.imgur.com/HBZUg.png

"BROKEN" means that it looks fine in the editor but does not look as intended in the end result.

Solutions are either to remove the feature from the WYSIWYG editor or allow the features in the end result.

This was tested using "filtered HTML" text format.

This report is about the forum post WYSIWYG text editor only. The Art Submission editor might have other/additional issues (just saying).