• Resolved [email protected]

    (@matthewvbgmailcom)


    I’m noticing a bug using a tags using 3.4.1. Tried on a few sites using 3.4.1.

    To replicate:

    1. When editing a post, go in HTML view.
    2. Add a link with both a HREF and a NAME:
      <a href="https://google.com" name="#google">google</a>
    3. Click on Visual mode
    4. Go back to HTML mode. code now looks like:
      <a href="https://google.com" name="#google"></a>google
    5. Link text is being moved outside the a tag.

      Let me know if you have any questions. I don’t believe this should happen – you should, in theory, be able to put both an HREF and a NAME together, though perhaps this isn’t valid syntax.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A tag bug’ is closed to new replies.