]
Denis Maliarevich commented on JBIDE-9548:
------------------------------------------
The exception occurs when we do not wrap text nodes into <span> element.
StringIndexOutOfBoundsException possilbe during selection text nodes
--------------------------------------------------------------------
Key: JBIDE-9548
URL:
https://issues.jboss.org/browse/JBIDE-9548
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M2
Reporter: Maxim Areshkau
Assignee: Denis Maliarevich
Fix For: 3.3.0.M3
Attachments: exception.log, jbide-9548-2.patch, jbide-9548.patch
StringIndexOutOfBoundsException possilbe during selection text nodes when we not wrap
text nodes into span(see template for text nodes);
In some cases wrap text nodes into span broke layout. But if we change template for text
nodes to not wrap into span it brokes selections.
#1 Create page with followint content
"<html><body>test1<p>test2</p></body></html>"
#2 try to select from test1 till test2 in source page
#3 out of bounds exception will be thrown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: