0

  1. Edit a Wiki page.
  2. Switch to Edit HTML Source mode.
  3. Add <p style="float:right; margin:0 0 1em 1.5em">Hello</p>
  4. Switch out of Edit HTML Source mode.
  5. Save and View the page.

    Result: The float:right is maintained but the custom margin is removed.
    Expected: The valid markup displayed in the WYSIWYG view during editing should be preserved.

  6. Edit the page and change it to style="margin-bottom:1em; margin-left:1.5em", and then save.

    Result: The margin-bottom is maintained but the margin-left is removed.

  7. Edit the page and change it to style="margin-bottom:1em; margin-left:1em", and then save.

    Result: Ahh, now the margin-left is preserved.

Fog Creek Case FC2060485

flag

1 Answer

1

That sounds like a bug in our HTML and CSS scrubber. Thanks for reporting it!

This has been fixed (pending Quality Assurance testig) and will ship with a future version of FogBugz.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.