facebook

html code completion problem [Bug-3.8.1]

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

    I’ve noticed a small problem with html tag completion. I was trying to add a <tbody> to an existing table. My html looked something like this:

    <table>
    <tr>

    If I put my cursor just to the left of the <tr> and start typing <t it correctly lets me know that a <tbody> should go there. However when I select it, it incorrectly puts an extra < preceeding the <tbody>. I end up with code looking like this:

    <table>
    <<tbody></tbody><tr>

    If I instead open a blank like in between the <table> and <tr> so it looks like this:

    <table>

    <tr>

    and the start typing <t on the blank line and select <tbody> I get code looking like this:
    <table>
    <tbody></tbody>
    <tr>

    which is what I would expect.

    Thanks,

    Chris

    #214555 Reply

    Riyad Kalla
    Member

    Chris,
    It looks like you have uncovered a bug! I will file it, thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: html code completion problem [Bug-3.8.1]

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