Hello
I ran into the following problem (using Internet Explorer 8):
I created an
- structure with TinyMCE.
<ul> <li>test1</li> <li>test2</li> <li>test3</li> <li>test4</li> </ul>Next, I selected one of the items (using the cursor). Now, if you select a complete list item with IE8, it looks like it selects some sort of "space" at the end of the line. If you try to attach a hyperlink to that selection (in this case "test3"), the following happens:
<ul> <li>test1</li> <li>test2</li> <a title="Google" href="/google"><li>test3</li><li></li></a>test4</ul>If I select the list item using my keyboard (this way the mysterious "space" behind the item is not selected), everything works as expected...
I hope that my explanation is clear... :-)
Ozmodiar
Comments
Comment #1
peter törnstrand commented