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
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-3.3.0.GA_P10 [ 13877 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Summary | ice:inputText send two requests when pressing enter | ice:inputText sends two requests when pressing enter |
r53451: Disabled submitOnEnter for ice:inputText.