[
https://jira.jboss.org/jira/browse/JBIDE-3850?page=com.atlassian.jira.plu...
]
Ronald van Kuijk commented on JBIDE-3850:
-----------------------------------------
Uhmmm...
I think that it was not used anywhere is the cause that it never showed... probably users
user their own strings. Removing it is plain wrong since the list that is left now is:
123 public static final String VALUE_TYPE_TEXT = "text";
//$NON-NLS-1$
124 public static final String VALUE_TYPE_PASSWORD = "password";
//$NON-NLS-1$
125 public static final String VALUE_TYPE_IMAGE = "image";
//$NON-NLS-1$
126 public static final String VALUE_TYPE_CHECKBOX = "checkbox";
//$NON-NLS-1$
127 public static final String VALUE_TYPE_HIDDEN = "hidden";
//$NON-NLS-1$
128 public static final String VALUE_TYPE_BUTTON= "button";
//$NON-NLS-1$
So I do not understand this choice... It should be left in and have the correct value. Now
I still have to use my own string....
HTML.VALUE_TYPE_RADIOBUTTON has wrong value
-------------------------------------------
Key: JBIDE-3850
URL:
https://jira.jboss.org/jira/browse/JBIDE-3850
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.CR2
Environment: Fedora 10, OpenJDK 1.6.1
Reporter: Ronald van Kuijk
Assignee: Yura Zhishko
Priority: Minor
Fix For: 3.0.0.GA
Original Estimate: 1 minute
Remaining Estimate: 1 minute
The value of org.jboss.tools.vpe.editor.util.HTML.VALUE_TYPE_RADIOBUTTON is wrong. It has
the value of "radiobutton" while "radio" is required.
The VPE displays a plain input field if VALUE_TYPE_RADIOBUTTON is used. If I use
"radio" it displays a radiobutton.
--
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