[
https://issues.jboss.org/browse/JBIDE-8964?page=com.atlassian.jira.plugin...
]
Denis Maliarevich edited comment on JBIDE-8964 at 4/3/12 9:55 AM:
------------------------------------------------------------------
So dnd works without the patch, and there is no need in changing anything.
But for <div /> that has *no end tag* on *jsp* page -- inserting is *wrong* and
should be corrected.
was (Author: dmaliarevich):
So dnd works without the patch, and there is no need in changing anything.
But for <div /> that has no end tag on jsp page-- inserting logic should be
corrected.
Impossible to dnd any element into the <div /> with no end tag
--------------------------------------------------------------
Key: JBIDE-8964
URL:
https://issues.jboss.org/browse/JBIDE-8964
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M1
Reporter: Vitali Yemialyanchyk
Assignee: Denis Maliarevich
Fix For: 3.3.0.Beta3
Attachments: jbide8964.patch
There is no possibility to drag-and-drop into the div:
===
<div style="width : 200px; height : 200px;"/>
===
only possible to drag-and-drop into this div:
===
<div style="width : 200px; height : 200px;">
!!! i want insert here !!!
</div>
===
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira