Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.2.0.GA, EE-3.3.0.GA_P05
-
Fix Version/s: 4.3, EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace jsf2
-
Support Case References:Support Case 14252:-https://icesoft.my.salesforce.com/5000g00001oqHON
-
Workaround Description:
Description
See the attached jsf (only) example to see standard h:commandButton behaviour. When any button on a form has focus and the enter key is pressed, that button submits (and triggers any actionListener methods or action methods). ice:commandButton also behaves this way.
For some reason, ace:pushButton does not.
Must also evaluate its impact on icecore:default and when a regular “submit” button is on the form behavior.
For some reason, ace:pushButton does not.
Must also evaluate its impact on icecore:default and when a regular “submit” button is on the form behavior.
r52116, r52117: fix to disable the bridge's submitOnEnter functionality on the ace:pushButton in order to allow the component's listener to be fired when pressing enter on the button (4.0 trunk and 3.3 EE maintenance branch)