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.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32597 | Mon Dec 03 17:04:49 MST 2012 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 3.3 [ 10370 ] | |
Affects Version/s | 3.2 [ 10338 ] | |
Assignee Priority | P1 [ 10010 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Fix Version/s | EE-3.2.0.GA [ 10332 ] |
Fix Version/s | EE-3.2.0.BETA [ 10573 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.