GitHub user andruhon opened a pull request:
https://github.com/apache/wicket/pull/294
WICKET-5552 fix modal mousedown and make modal more extendable
Demo to reproduce the issue
https://github.com/andruhon/wicket-modal-mousedown-issue
Demo using 9.0.0-SNAPSHOT from maven local to demonstrate the fix:
https://github.com/andruhon/wicket-modal-mousedown-issue/tree/fix-WICKET-5552
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andruhon/wicket
WICKET-5552-fix-modal-mousedown-and-make-it-more-extendable
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/294.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #294
----
commit 3adf1b5144b5948c45100129c6279fa183d85420
Author: Andrew Kondratev <andruhon@...>
Date: 2018-09-26T02:58:11Z
WICKET-5552 fix modal mousedown and make it more extendable
----
---