Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: None
-
Labels:None
-
Environment:supported browsers
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Some applications/environments need no interference from our focus retention feature. A application wide parameter and a per page configuration parameter will be required. By default the focus management feature should be enabled.
Implemented application wide and page wide configuration mechanism for enabling/disabling focus management. Modified the mechanism for capturing current focus from using callbacks registered will all focus element to one callback registered with the bridge's container. This new implementation uses event capturing phase to intercept focus events.