sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

TextField's setNotifyImmediately method will cause an exception #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I add an addActionListener method to TextField, want to get the 
input event in TextField. 
If the user input in the textfield, the input event will be fired,
but it will throw an exception:

Exception during Client.processUpdates(): this.extComponent.focus is not a
function

I commit the test case in the regression test set.

Original issue reported on code.google.com by simon...@gmail.com on 30 Apr 2009 at 5:50

GoogleCodeExporter commented 9 years ago
I fix the bug, if the focus() method can't be found, using the el.focus() 
method instead.

Original comment by simon...@gmail.com on 4 May 2009 at 2:36