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
Second question: I have detected that SelectItems don't allow text selection in chrome when they are disabled. For instance, text "Dog" here:
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.
First one, it is possible to select the title of formItems? For example text "Username" here
Second question: I have detected that SelectItems don't allow text selection in chrome when they are disabled. For instance, text "Dog" here:
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.