-
New Feature
-
Resolution: Done
-
Normal
-
9.5.1.3
-
None
-
Security Level: Jimmy
-
None
-
None
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
- relates to
-
ZK-5451 keep pressing backspace key doesn't fire onChange event
- Open