Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Selection of values and titles from formItems with the mouse

    Hi, I have two questions about selection of text of formItems:

    First one, it is possible to select the title of formItems? For example text "Username" here

    Click image for larger version

Name:	formulario.png
Views:	37
Size:	3.6 KB
ID:	240848

    Second question: I have detected that SelectItems don't allow text selection in chrome when they are disabled. For instance, text "Dog" here:

    Click image for larger version

Name:	formulario.png
Views:	36
Size:	955 Bytes
ID:	240849

    The code is this:

    [...]
    selectItem.setDisabled(true);
    selectItem.setShowIcons(false);
    selectItem.setCanSelectText(true);
    [...]

    The text of shown element can be selected in Firefox or IE. However, it cannot be selected in Chrome. Do I have to add something? Is it a bug?

    I have: gwt 2.7.0, smartgwt-5.0.jar and smartgwt-skins-5.0.jar

    Thanks in advance.
Working...
X