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