[
https://jira.jboss.org/jira/browse/JBIDE-3995?page=com.atlassian.jira.plu...
]
Yahor Radtsevich commented on JBIDE-3995:
-----------------------------------------
First part of the issue appears only when there is a non-option element inside a select
element. For example:
<select name="menu">
<option>sss</option>
<c:forEach items="${actionTypeCodes}" var="actionType">
<option
value="${actionType.actionType}">${actionType.actionTypeValue}</option>
</c:forEach>
</select>
Also see screenshot-1.
VPE - combobox looks <select> tag
---------------------------------
Key: JBIDE-3995
URL:
https://jira.jboss.org/jira/browse/JBIDE-3995
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.CR2
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
Priority: Minor
Fix For: 3.1.0
1) by default combobox looks 2 times taller then original expected
2) it is resizable but I can change width & hight to make it bigger - if I try to
make it smaller - I get strange baggy behavior - it is not possible make it smaller at all
--
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