]
Max Rydahl Andersen closed JBIDE-6437.
--------------------------------------
Resolution: Won't Fix
not priority because of xulrunner dependency.
Implement drop inside text nodes for DnD in VPE
-----------------------------------------------
Key: JBIDE-6437
URL:
https://issues.jboss.org/browse/JBIDE-6437
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: visual-page-editor-core
Reporter: Yahor Radtsevich
Assignee: Konstantin Marmalyukov
Labels: dnd
Fix For: 4.2.0.CR1
Now elements and text selections can be dragged for Drag&Drop actions (see JBIDE-5042
and JBIDE-6229). But there are only 4 types of drop targets:
- at the BEGINNING of an element;
- at the END of an element;
- BEFORE an element;
- AFTER an element.
It is necessary to provide a way to drop also inside text nodes (between letters).