Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: 9.5.1.3
-
Fix Version/s: 9.6.0
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
Description
User Story
As an application developer, I want a textbox to fire onChanging event when users enter a text with auto-correction, predictive text, so that I can implement application log e.g. copying values upon that event.
Acceptance Criteria
Steps
visit zk-4938.zul with iPhone Chrome or Safari, enter a text in the first textbox with a predictive text
Expected result
ZK copies the entered text into the 2nd textbox
Details
- when users select a predictive text, a browser fires onInput event instead of keyup
- workaround: textbox-input.js