Re: ModalWindow and jQuery mousedown binding

2014-04-03 Thread Martin Grigorov
of the event. Please file a bug in our Jira with a quickstart and I'll try to find out. Thanks, Neil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-jQuery-mousedown-binding-tp4664859p4665236.html Sent from the Users forum mailing list archive

Re: ModalWindow and jQuery mousedown binding

2014-04-03 Thread neilbennett
: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-jQuery-mousedown-binding-tp4664859p4665250.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: ModalWindow and jQuery mousedown binding

2014-04-02 Thread neilbennett
has any suggestions to work around this or what would break/not break from changing this. Thanks, Neil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-jQuery-mousedown-binding-tp4664859p4665236.html Sent from the Users forum mailing list archive

Re: ModalWindow and jQuery mousedown binding

2014-03-12 Thread Martin Grigorov
javascript knowledge, hence why using Wicket, but I'm stumped on where to look on why these events aren't being sent to the datetime component. Thanks, Neil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-jQuery-mousedown-binding-tp4664859p4664902.html

Re: ModalWindow and jQuery mousedown binding

2014-03-11 Thread neilbennett
knowledge, hence why using Wicket, but I'm stumped on where to look on why these events aren't being sent to the datetime component. Thanks, Neil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-jQuery-mousedown-binding-tp4664859p4664902.html Sent from

Re: ModalWindow and jQuery mousedown binding

2014-03-10 Thread Martin Grigorov
-between-ModalWindow-and-jQuery-mousedown-binding-td4473055.html I have a ModalWindow open with a datetimepicker (http://www.malot.fr/bootstrap-datetimepicker/) component. On non-ModalWindow pages this component closes if open when clicked outside of it's area, but the ModalWindow consumes

ModalWindow and jQuery mousedown binding

2014-03-07 Thread neilbennett
Hi, I am experiencing an issue very similar to Andrew Geery here, http://apache-wicket.1842946.n4.nabble.com/weird-interaction-between-ModalWindow-and-jQuery-mousedown-binding-td4473055.html I have a ModalWindow open with a datetimepicker (http://www.malot.fr/bootstrap-datetimepicker/) component

Re: weird interaction between ModalWindow and jQuery mousedown binding

2012-03-14 Thread Andrew Geery
Line 749 of modal.js seems to have the answer that, yes, mousedown events don't bubble out of a ModalWindow -- am I reading that correctly? div class=\w_content_1\ onmousedown=\if (Wicket.Browser.isSafari()) { event.ignore = true; } else { Wicket.stopEvent(event); } \+ Thanks Andrew On Wed, Mar