• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.
Original text before edit:

<!-- to change the organizational tree, edit 'OrgTree' in the Main web -->
%INCLUDE{"Main.OrgTreeHeader"}%
%RENDERLIST{ theme="org" focus="%WEB%.%TOPIC%" depth="2" }%
%INCLUDE{"Main.OrgTree"}%

Edit with WysiwygPlugin in FF 1.0 to make text red, resulting in:

<!-- to change the organizational tree, edit 'OrgTree' in the Main web --><SPAN style="color: red;">
%INCLUDE{"Main.OrgTreeHeader"}%
%RENDERLIST{ theme="org" focus="%WEB%.%TOPIC%" depth="2" }%
%INCLUDE{"Main.OrgTree"}%</SPAN>

Edit with WysiwygPlugin in IE 6.0 on original text, same operation, resulting in:

<!-- to change the organizational tree, edit 'OrgTree' in the Main web --><FONT color="#ff0000">%INCLUDE{"Main.OrgTreeHeader"}% %RENDERLIST{ theme="org" focus="%WEB%.%TOPIC%" depth="2" }% %INCLUDE{"Main.OrgTree"}% </FONT>

Two differences:

  • span vs. font tag (no problem)
  • Newlines are replaced by spaces (breaks the renderlist)

Also, for XHTML compatibility, tags should be lowercase.

-- PTh

I was actually going to report the same thing today as I see Peter did.

This is actually a very annoying thing. People have twiki variables followed by HTML comments on the next line changed to be on the same line making the twiki variable not work.

Also EDITTABLE and TABLE tags are put on the same line so they do not work as they should. All the same root cause: Wysiwyg stripping new lines away from the topic.

KJL

Sorry about this, but Wysiwyg takes great care not to strip newlines from topics. However IE is not so careful. I really don't know what I can do about this; asking M$ to fix their browser is unlikely to work frown

CC

I believe this is fixed now (see Item4435), but only testing will tell.

CC

ItemTemplate
Summary IE eats newlines
ReportedBy TWiki:Main.PeterThoeny
Codebase

SVN Range Mon, 27 Mar 2006 build 9563
AppliesTo Extension
Component WysiwygPlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins 9564
TargetRelease minor
ReleasedIn 4.2.0
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2008-01-22 - KennethLavrsen
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback