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.
When clicking "com.github.gwtbootstrap.client.ui.Button" in Internet Explorer (I tested version 9, 10 and 11) GWT raises an event that makes it call the "mayStop" method in "com.google.gwt.activity.shared.Activity"s.
I have to completly remove the "href" attribute from the Button element to prevent this behavior. By default the button contains href="javascript:;" which should be removed as long as no href value is assigned.
The text was updated successfully, but these errors were encountered:
An anchor without a href don't have the "hand" cursor on hover. I believe that because of that, but I dunno if this is from gwt-bootstrap or gwt itself.
When clicking "com.github.gwtbootstrap.client.ui.Button" in Internet Explorer (I tested version 9, 10 and 11) GWT raises an event that makes it call the "mayStop" method in "com.google.gwt.activity.shared.Activity"s.
I have to completly remove the "href" attribute from the Button element to prevent this behavior. By default the button contains href="javascript:;" which should be removed as long as no href value is assigned.
The text was updated successfully, but these errors were encountered: