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

Item4647: first bullet list not translated

Item Form Data

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

Edit Form Data

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

Detail

On a TWiki4.1.2 codebase,

with latest Wysiwyg & TinyMCE plugins of SVN 2009-09-17 morning, both enabled

change history 16 Sep 2007

When I edit a topic with 2 bullet items in a list, I see the html code in TMCE before saving:

 <!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics--><p>
</p><div>List: </div><div>
<ul><li>   A</li><li>B<br> </li></ul></div>

When I save, I see briefly the contents going down (as if a<p> have been added at the top)

then what is saved on disk is the TML (raw view):

<div>List: </div><div> * A
* B<br /> </div>

That, when re-edited gives the html in TMCE:

<!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics--><p>
</p><div>List: </div><div> * A
<p></p>
<ul>
<li> B<br> </li></ul></div>

-- TWiki:Main/ColasNahaboo - 17 Sep 2007

I haven't analysed it yet, but I'm raising it to Urgent until I do. It looks like it's related to the DIV problems noted elsewhere.

CC

Confirmed.

CC

Fixed by treating DIV as if it was a P (see also Item4652)

CC

ItemTemplate
Summary first bullet list not translated
ReportedBy TWiki:Main.ColasNahaboo
Codebase 4.1.2
SVN Range TWiki-4.2.0, Sat, 15 Sep 2007, build 14883
AppliesTo Extension
Component WysiwygPlugin
Priority Urgent
CurrentState Closed
WaitingFor

Checkins TWikirev:14918
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-17 - 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