Skip to main content

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

http://jsfiddle.net/KbfZf/5/

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 scottgonzalez comment:1

owner: → kenaniah
status: newpending

Is this just a browser bug? Look at what happens if you put a span inside button 2: http://jsfiddle.net/KbfZf/6/

Changed January 04, 2013 09:02PM UTC by kenaniah comment:2

status: pendingnew

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 kenaniah 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 scottgonzalez comment:4

resolution: → notabug
status: newclosed

Thanks!