[
https://issues.apache.org/jira/browse/CLK-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Schellink closed CLK-618.
-----------------------------
Resolution: Duplicate
Duplicate of CLK-520.
Please note that with IE the <button> element does not submit its value to the
server like Firefox do. Instead the button's "content" is submitted to the
server making it quite difficult to determine if the button was clicked or not.
There is a JavaScript workaround, but this makes a very simple control more
complex.
> add button tag support in Button, Submit, Reset
> -----------------------------------------------
>
> Key: CLK-618
> URL: https://issues.apache.org/jira/browse/CLK-618
> Project: Click
> Issue Type: New Feature
> Components: core
> Affects Versions: 2.1.0, 2.1.0 RC1
> Reporter: Andrey Rybin
>
> Current Button, Submit and Reset classes implementation always use "input"
> tag.
> Please add option, to switch it to "button" tag (other implementations can
> disable this option).
> ex: public void setUseButtonControlInsteadOfInput (boolean button)
> http://www.w3schools.com/tags/tag_button.asp
> It looks very easy to support, but then we will receive out-of-box support
> for
> http://code.google.com/p/sexybuttons/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.