[fixed] MicroTiny Formating

The members of the Dev team will place issues here that they consider to be solved.
Post Reply
uniqu3

[fixed] MicroTiny Formating

Post by uniqu3 »

When adding unordered or ordered list, text after list is wrapped inside div instead of paragraph.

1. Go edit some content
2. In MT press Ordered or Unordered list and enter some text
3. Press enter to close list
4. Start adding regular text

End result is this:

Code: Select all

<p>Some third party add-on modules may include additional license restrictions.</p>
<h3>Askfdlkdlgjdl</h3>
<ul>
<li>Some list</li>
<li>Some list</li>
<li>Some list</li>
</ul>
<div>Now comes text that should be inside paragraph but is in div.</div>
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: MicroTiny Formating

Post by Rolf »

confirmed in latest svn
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: MicroTiny Formating

Post by calguy1000 »

This is a bug in TinyMCE itself it seems. In my searching I found similar reports for other CMS's that use TinyMCE.

http://www.tinymce.com/develop/bugtrack ... hp?id=4454

Result: Not much we can do till a new stable version of TinyMCE is released... However this is a valid reason to have a quick way to toggle html mode on and off.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
uniqu3

Re: [confirmed] MicroTiny Formating

Post by uniqu3 »

Fixed with MicroTiny 1.1
Post Reply

Return to “Closed Issues”