Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P09
-
Fix Version/s: EE-3.3.0.GA_P10
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Any
Description
The ice:inputText component is sending two requests when pressing the enter key on it, instead of just one. After some investigation, it was observed that the second request is done by the bridge, which captures submits of various elements. Although this component already renders some code to prevent this behaviour from the bridge, it's failing to prevent it. Another approach is needed to avoid making this second request.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r53451: Disabled submitOnEnter for ice:inputText.