views:

18

answers:

0

I added a domHandler for changeEvents. Following the answer here: http://stackoverflow.com/questions/3098694/enabling-and-disabling-save-button-on-a-gwt-page

This works for listboxes in Chrome and Firefox but doesn't work for IE8.

Does anybody have any recommendations? I rather not individually handle each textbox and listbox on our page. I also rather not iterate through each widget on the page.