- Edit a Wiki page.
- Switch to Edit HTML Source mode.
- Add
<p style="float:right; margin:0 0 1em 1.5em">Hello</p> - Switch out of Edit HTML Source mode.
Save and View the page.
Result: The
float:rightis maintained but the custom margin is removed.
Expected: The valid markup displayed in the WYSIWYG view during editing should be preserved.Edit the page and change it to
style="margin-bottom:1em; margin-left:1.5em", and then save.Result: The
margin-bottomis maintained but themargin-leftis removed.Edit the page and change it to
style="margin-bottom:1em; margin-left:1em", and then save.Result: Ahh, now the
margin-leftis preserved.
|
0
|
|
|||
|
|
|
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. |
|||
|
|