Skip to content

andruhon/wicket-modal-mousedown-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to reproduce the issue

  • Start the application with gradle appRun or .\gradlew.bat appRun;
  • Open the application in the browser;
  • Open a modal window by clicking on the "Open the window!" link;
  • Open one of Select2 Select or MultiSelect;
  • Click anywhere inside of the Modal Window: the select drop does not collapse because onmousedown="Wicket.Event.stop(event);" in the modal.js swallows it;
  • Click anywhere outside of the Modal Window: select drop collapses as expected.

Related issues:

About

Quick-start to reproduce wicket modal dropdown issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published