Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.10-core
-
None
-
Windows Mobile 5
Description
Windows Mobile 5 (WM5) has limited JavaScript support, namely "this" keyword is not supported. In the case of commandButton, Trinidad tries to scope the intrinsic event handling functions using "this" keyword. Consequently, intrinsic event handling functions and its dependent page submition are failing for commandButton. There is no fix for this problem but only workaround would be not to scope the event handling functions in WM5 platform thus the scope of all the event handling functions would be global in WM5.