facebook

HTML tag completion unaware of empty element [Bug-3.8.1]

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213434 Reply

    siderean
    Member

    I’m using Eclipse 3.0, MyEclipse 3.8.1 (via the update site), Sun’s JDK 1.4.2_03-b02 and Windows XP Home SP1.

    If you use empty element shorthand the HTML tag completion will still try to add an end tag during auto-completion.

    To Reproduce Type:
    <tr><td><iframe/></
    and the auto-complete mechanism will incorrectly finish it like this:
    <tr><td><iframe/></iframe>
    instead of the correct:
    <tr><td><iframe/></td>

    #213440 Reply

    Riyad Kalla
    Member

    Thank you for the report, I will file it.

    #229357 Reply

    Any news on this bug?

    #229362 Reply

    Riyad Kalla
    Member

    This will most likely get address in 5.0, we are doing a big refresh of the editors then.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: HTML tag completion unaware of empty element [Bug-3.8.1]

You must be logged in to post in the forum log in