Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-3.3.0.GA_P03, 4.1
-
Component/s: ICECORE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #13325 - https://icesoft.my.salesforce.com/50070000013W5UR
Description
Feature Request: Currently the focusManager for attribute can be set for a component id so that when the page is loaded focus will be set on this component. The request is to investigate to see if it is possible to have focus set when an ajax update occurs (button click, menu selection, etc).
Modified component to apply focus only when the chosen component is different from last focus application to avoid interfering with submits triggered during the 'blur' events. Without this provision the focus will be put back right away as described in issue
ICE-9639.