Opened 10 years ago
Closed 10 years ago
#8949 closed bug (notabug)
Buttons ignore formaction attribute when physically clicked - jsfiddle included
Reported by: | kenaniah | Owned by: | kenaniah |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.button | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The above fiddle demonstrates an issue in which UI button elements do not honor the formaction attribute when physically clicked (potentially due to how mouse events are handled?).
Presumably this is an issue for the other HTML 5 form* button / input element attributes as well.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to kenaniah |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
Scott,
Apparently this is a bug with chrome latest (23.0.1271.97), as it works in Firefox. The span tag appears to be the culprit. I'll file a similar bug over there.
comment:3 Changed 10 years ago by
Bug report filed for Chrome: http://code.google.com/p/chromium/issues/detail?id=168404
Please close this ticket as the issue is actually upstream.
Note: See
TracTickets for help on using
tickets.
Is this just a browser bug? Look at what happens if you put a span inside button 2: http://jsfiddle.net/KbfZf/6/