Announcement

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

    SelectItem.setCanSelectText() on chrome

    Hi, I have detected that SelectItems don't allow text selection in chrome when they are disabled. That is I have this code:

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

    The text of showed 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?

    Another question: How to select the title of formItems?

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

    Thanks in advance.

    #2
    Any solution?

    Comment

    Working...
    X