jwl
28 May 2008, 3:59 AM
gxt 1.0-beta3.
enable method doesn't work well, when i use it on field, it disables it (whatever it was enabled or disabled before). checked on ff2, opera, safari, ie6, ie7. this effect appears on all browsers except IE. firebug says that DOM attribute "disabled" is set to true and html attribute equals "". strange.
i have to override this bug by adding removeAttribute("disabled") to element.
enable method doesn't work well, when i use it on field, it disables it (whatever it was enabled or disabled before). checked on ff2, opera, safari, ie6, ie7. this effect appears on all browsers except IE. firebug says that DOM attribute "disabled" is set to true and html attribute equals "". strange.
i have to override this bug by adding removeAttribute("disabled") to element.