Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Feedback

Strikethrough and Absolute positioning broken in WYSIWYG editor

qubodup
Wednesday, April 11, 2012 - 03:22
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).

  • Log in or register to post comments
qubodup
joined 16 years 4 months ago
Wednesday, April 11, 2012 - 04:49
qubodup's picture

This post is intended to test broken code and the "Cleanup messy code" button of the WYSIWYG editor.

It apparently is impossible to post messy code anyway though. When exiting "Edit HTML Mode", the code is already cleaned up.

The button seems to serve no purpose.

  • Log in or register to post comments