-
10 Dec 2012 7:33 AM #1
ValueBaseField.setReadOnly(false) not working
ValueBaseField.setReadOnly(false) not working
I was wondering why setReadOnly(false) did not work on my TextArea
With this implementation in ValueBaseField its surely not working:
workaround:Code:public void setReadOnly(boolean readOnly) { getCell().setReadOnly(true); getCell().getInputElement(getElement()).setReadOnly(readOnly); }
I call textarea.getCell().setReadOnly(false) directly after calling textarea.setReadOnly(false).
I used gxt-3.0.3-SNAPSHOT
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote