Eliezer_Yudkowsky comments on Issues, Bugs, and Requested Features - Less Wrong

10 Post author: Eliezer_Yudkowsky 26 February 2009 04:45PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (628)

You are viewing a single comment's thread.

Comment author: Eliezer_Yudkowsky 05 March 2009 03:25:01PM 1 point [-]

Although indented (not quoted, indented) text shows up fine in the editor, it does not show in the actual article. Perhaps the "p" tag is not cleared to show the style="padding-left: 30px;" attribute - it shows up in the editor's HTML, but not in the actual article.

Comment author: wmoore 06 March 2009 01:29:23AM 1 point [-]

We filter user submitted HTML to remove potentially unsafe content. style attributes are one of the things that gets removed because in IE you can embed javascript in them. I thought that all of the markup the editor was generating was permitted but it looks like this one case where that's not true. I've raised an issue to fix it. #122

Comment author: Z_M_Davis 08 March 2009 07:34:45AM 2 points [-]

Potentially related: my italics are showing up fine in the editor, but not in the actual post. Markdown-style asterisks aren't working either. I see italics in other people's posts--how are they doing it?

Comment author: Z_M_Davis 19 March 2009 06:30:37PM 1 point [-]

Okay, now I can get the italics to work---by manually editing the HTML source, changing the <span style="font-style: italic;">editor's tags</span> to <i>such</i> or <em>such</em>. But the editor should really be fixed---or is it just my browser? I'm running Safari 3.2.1.

Comment author: thomblake 19 March 2009 06:57:16PM 1 point [-]

There's definitely a problem with the editor - it shouldn't be spitting out anything with style attributes, since they're dropped due to an exploit in IE.