Creating a hyperlink in a list with Internet Explorer 8

Created on 24 January 2011, over 13 years ago
Updated 8 December 2023, 7 months ago

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

🐛 Bug report
Status

Closed: won't fix

Version

2.1

Component

Code

Created by

🇧🇪Belgium Ozmodiar

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024