Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Several workarounds for older browsers were removed. The special JavaScript event "inputchange" for IE is no longer supported and should be replaced with the standard "input change" instead.

AjaxFormChoiceComponentUpdatingBehavior and FormComponentUpdatingBehavior "change" event
Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWICKET-6718

Behaviors to update form components always use the "change" JavaScript event now, the previous workaround with "click" for IE<9 was removed.

Dependencies

Wicket 9.0 requires Java 11

...