• 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.

Item4615: Formatting lost after shift+return

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension WysiwygPlugin Normal Closed   n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Another attempt at reporting a bug that can be reproduced.

I can do this in IE6 and FF2. Not in IE7.

  1. Write a line of text e.g. ABCDE
  2. Shift Enter
  3. Write another line of text e.g. 12345
  4. Change the format of the second line of text to italics or bold
ABCDE 12345

In TinyMCE html, this becomes:

<p>ABCDE<br><i>12345</i><br></p>

I expected this to be translated as:

ABCDE%BR%
_12345_

But instead, it becomes:

ABCDE<br />_12345_
and so the underscores are ignored by TWiki.

I can do this in IE6 and FF2. With IE7, the data is stored in TML as ...

<P>ABCDE<BR><EM>12345</EM></P>
... but I think that's a different issue altogether!

-- TWiki:Main/JohnFitzpatrick - 12 Sep 2007

Let's try: ABCCDE
12345

OK, fixed.

CC

ItemTemplate
Summary Formatting lost after shift+return
ReportedBy TWiki:Main.JohnFitzpatrick
Codebase 4.1.2
SVN Range TWiki-4.2.0, Sat, 08 Sep 2007, build 14780
AppliesTo Extension
Component WysiwygPlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:14858
TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r2 - 2007-09-13 - CrawfordCurrie
 
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