[
https://jira.jboss.org/jira/browse/JBIDE-3513?page=com.atlassian.jira.plu...
]
Denis Maliarevich commented on JBIDE-3513:
------------------------------------------
To support such a layout these elements were put into <span>s. After that as it
has turned out that these select element could not be selected in the visual part of VPE.
The reason is that some html tags such as <p> when they are put into <span>
cause Mozilla IFlasher could not afford to select wrapper span element.
Using <span>s was successfull with other jsf tags, it appears that only
<select> elements cause this problem. Using <div>s brakes the expected
layout.
Text bodies of tags h:select... are not rendered by VPE
-------------------------------------------------------
Key: JBIDE-3513
URL:
https://jira.jboss.org/jira/browse/JBIDE-3513
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.cr1
Reporter: Yahor Radtsevich
Assignee: Denis Maliarevich
Fix For: 3.0.1.GA
Attachments: 17_19-22_h_selectX_inner_text.gif
1. Download 'testT1_noVerbatim.zip' from JBIDE-3382 file attachment list and
import it into your Eclipse workspace.
2. Open file /richT1/WebContent/pages/emptyTest/emptyTags2.jsp in VPE.
3. Look at items 17,19,20,21,22
Actual Result: VPE DOES NOT render text bodies of the tags h:select... .
Expected Result: VPE DOES render the bodies of the tags. 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