]
Jeff MAURY closed JBIDE-11430.
------------------------------
Resolution: Won't Fix
VPE is deprecated
Multiple selection in Source Editor is not properly reflected in
Visual Editor
------------------------------------------------------------------------------
Key: JBIDE-11430
URL:
https://issues.redhat.com/browse/JBIDE-11430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 3.3.0.Beta2
Environment: Linux 32 bit, JBT Beta2 H134
Reporter: Vlado Pakan
Assignee: Ilya Buziuk
Priority: Minor
Fix For: LATER
Attachments: correctVisualSelection.png, incorrectVisualSelection.png,
vpemultipleselection
1. Create JSF 1.2 Kickstart project
2. Open hello.jsp page
3. Select this part of page source code via mouse:
{noformat}
<h:outputText value="#{Message.hello_message}" />,
<h:outputText value="#{user.name}" />!
{noformat}
4. Selection displayed within Visual Editor is proper
!correctVisualSelection.png!
5. Select the same text with keyboard
6. Even the same text is selected within Source Editor selection in Visual Editor is
different and incorrect.
!incorrectVisualSelection.png!
After 30 seconds multiple selection appears in Visual Editor but it's really to late.
Should be much faster.