Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
6.3.0, 6.5.0, 6.10.0
-
None
-
None
-
Env N/A. Browser: several versions of FF, IE, Chrome, and Safari.
Description
Create a page and add a TextField, OnChangeAjaxBehavior and repeatingView. Add an AjaxLink to each row. Add the OnChangeAjaxBehavior to the TextField.
Each time the textfield receives a keystroke, it correctly fires the onUpdate() method. However, when the control is blurred, it also receives the onUpdate() event. That is probably acceptable, but the onClick() event of the AjaxLink does not fire. Only after the TextField is blurred does the onClick() event fire correctly.
QuickStart attached.
NOTE: I tried this with wicket 6.10, 6.5, and 6.3. It appears to have been introduced with the 6.x branch. The 1.5.x line did not exhibit this behavior.
Attachments
Attachments
Issue Links
- relates to
-
WICKET-4482 Regression in OnChangeAjaxBehavior
- Resolved