-
Bug
-
Resolution: Done
-
Major
-
3.2.0.CR1
-
None
When user wants to edit value of <f:selectItem> via Visual Editor he has to click on <f:selectItem> text tree times to select only item text not to select item text together with item button symbol. Whole item text gets selected. When user starts to type item text is deselected and first two characters of item text are replaced with typed characters. The rest of item text stays unchanged.
It works like this only for <f:selectItem> tag placed in <h:selectOneRadio> tag. It's not possible to edit <f:selectItem> value at all when it's placed in <h:selectManyCheckbox> tag.
When <f:selectItem> text is selected in Visual Editor cursor is put to this text and arrow keys are moving him but it's not possible to edit item text.
Test page is attached to this Jira: https://issues.jboss.org/browse/JBIDE-3860
—
So the promlems are the following:
1) Three clicks to select the text in <f:selectItem>
2) Only 2 first characters are selected in the "itemLabel" attribute
3) Unable to select text in <f:selectItem> in <h:selectManyCheckbox>
- relates to
-
JBIDE-3860 The values of <f:selectItem> inside <h:select*> elements should be edited.
- Closed
-
JBIDE-12262 org.jboss.tools.jsf.vpe.jsf.test failure
- Closed
-
JBIDE-12263 org.jboss.tools.jsf.vpe.seam.test failure
- Closed