Page 1 of 1

TinyMCE: Small annoyance regarding lists + Gallerypicker

Posted: Sat Jul 31, 2010 1:36 pm
by crbn
Got a question regarding lists in WYSIWYG mode.

I have few lists on client's page, for example like this:

Code: Select all

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>Paragraph</p>
Now, when I try to add something between the list and the paragraph, the editor acts up a little. If I set the cursor to the end of the last list item and press enter twice - once to exit the list and once to start a new paragraph, the editor adds an empty list after the new paragraph, which cannot be removed in WYSIWYG mode.

Tried messing around with the unordered list toggle too, but it didn't help. What's the best way to add new content between a list and other content? For now I'm advising the client to write all content first and then making the necessary lists.

About Gallerypicker:
How do I add the gallerypicker (from Gallery module) to the editor? I toggled it from TinyMCE's settings, but there is no button or anything for it.

Re: TinyMCE: Small annoyance regarding lists + Gallerypicker

Posted: Sat Jul 31, 2010 2:01 pm
by Rolf
crbn wrote: About Gallerypicker:
How do I add the gallerypicker (from Gallery module) to the editor? I toggled it from TinyMCE's settings, but there is no button or anything for it.
You need to add 'gallery_picker' to the toolbar in Profiles settings of TinyMCE

grtz. Rolf

Re: TinyMCE: Small annoyance regarding lists + Gallerypicker

Posted: Sat Jul 31, 2010 3:57 pm
by crbn
Great, thanks.