Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11465

Wrong source insertion after dnd an element into the <div /> with no end tag on JSP page.

XMLWordPrintable

    • Hide

      You drag an element "<div>abc</div>" into "<div style="width:200px; height:200px;"/>" – the result is

      <div style="width:200px; height:200px;"/><div>abc</div>
      

      But should be

      <div style="width:200px; height:200px;"><div>abc</div></div>
      
      Show
      You drag an element "<div>abc</div>" into "<div style="width:200px; height:200px;"/>" – the result is <div style= "width:200px; height:200px;" /><div>abc</div> But should be <div style= "width:200px; height:200px;" ><div>abc</div></div>

      After DnD an element into the <div /> with no end tag on JSP page – it is inserted at the end of the tag, but not inside of it.

            ibuziuk@redhat.com Ilya Buziuk
            dmaliarevich_jira Denis Maliarevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: