#5683 closed bug (wontfix)
icons don't work on input type submit
Reported by: | klawd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.button | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
please see the above fiddle or use this code to see the issue:
<input type="submit" id="foo" name="foo" value="foo"/> <button id="bar">bar</button> var options={"icons":{"primary":"ui-icon-disk"}}; $('#foo').button(options); $('#bar').button(options);
the button will have the icon, the input type submit will not
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Component: | ui.core → ui.button |
---|
Note: See
TracTickets for help on using
tickets.
See documentation http://docs.jquery.com/UI/Button#overview "When using an input of type button, submit or reset, support is limited to plain text labels with no icons."
This is a browser limitation.