You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
Hi @mrsvan.
Umm...
I guess this fix plan has some problem.
If we add preventDefault within ClickHandler as default beheiber of Button, happen another problems.
I'll think another plan of this.
GWTBootstrap implements its buttons as elements with an href.
When you click on a button in IE8, the click event propagates into a PlaceChangeEvent which messes up the whole Activity/Places workflow.
In order to prevent the event propagation, I must manually add "event.preventDefault()" to my ClickHandlers.
This bug does not appear on more recent WebKit browsers.
Would it be possible to add preventDefault() to GWTBootstrap's internal implementation of Button?
The text was updated successfully, but these errors were encountered: