Defect #35
onDataChange difference Windows versus OSX
100%
Description
Filed also as case: 298433, but I don't think Servoy sees the prio in this one, because no-one is working on MAC there.
--
This has been the case from the beginning of Servoy.
Can anything be done on the difference of behaviour of the onDataChange Event, on Windows versus OSX?
on Windows, the dataChange is fired when you hit ENTER or TAB. on OSX it is only fired when you hit TAB. So for OSX we mostly set the same method onAction also, but this fires the methods two times than.... (onAction & onDataChange)
Can there anything be done, that on OSX also ENTER key, will fire the onDataChange method?
Could someone, have a look, and try or sees a workaround??
History
Updated by Robert Ivens almost 15 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This seems to be fixed in the last Apple Java updates.
I tested it with Servoy 3.5.10 and 5.1.4 under Java 1.6.0_20 (Mac OS X) and hitting enter/return will trigger the onDataChange (as it should)