Search and Top Navigation
#8949 closed bug (notabug)
Opened January 04, 2013 08:12PM UTC
Closed January 04, 2013 09:43PM UTC
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.
Attachments (0)
Change History (4)
Changed January 04, 2013 08:44PM UTC by comment:1
owner: | → kenaniah |
---|---|
status: | new → pending |
Changed January 04, 2013 09:02PM UTC by comment:2
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.
Changed January 04, 2013 09:26PM UTC by comment:3
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.
Changed January 04, 2013 09:43PM UTC by comment:4
resolution: | → notabug |
---|---|
status: | new → closed |
Thanks!
Is this just a browser bug? Look at what happens if you put a span inside button 2: http://jsfiddle.net/KbfZf/6/