[
https://jira.jboss.org/jira/browse/JBIDE-3587?page=com.atlassian.jira.plu...
]
Denis Maliarevich commented on JBIDE-3587:
------------------------------------------
This situation happens after fixing JBIDE-3512, textArea was put into wrapper spans
elements to render plain html text properly. Spans don't flow round textArea, so
selection rectange is wrong. Changing span style or changing it to div element solves
selection problem but page layout goes wrong because in this case wrapper element becames
block element and surrounded text goes to a new line.
The same selection problem will occur if we apply current span wrapper mechanism to fix
JBIDE-3513. Because span will not flow round <select> elements.
So the solution is to revert current changes to textArea and invent another way to
diplay verbatim html text (JBIDE-3382).
Incorrect selection for h:inputTextarea
---------------------------------------
Key: JBIDE-3587
URL:
https://jira.jboss.org/jira/browse/JBIDE-3587
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.CR2
Reporter: Yura Zhishko
Assignee: Denis Maliarevich
Fix For: 3.1.0
Attachments: screenshot-1.jpg
1) Select h:inputTextarea in source code
2) Go to visual pane
ASSERT: Component should be selected and sizable in VPE
RESULT: Component isn't selected correctly (see screenshot-1)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira