Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA, 3.1
-
Fix Version/s: EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Firefox, IE
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
This is a follow-on JIRA from ICE-8453. Remaining issue relates to using the ace:dateTimeEntry component in popup mode with ace:ajax specified.
When a date is selected via the popup dialog when ajax event is added for date select, the focus is lost after coming back from server.
The log trace shows that the re-focusing is being done by the framework, yet the focus can't be found anywhere.
When a date is selected via the popup dialog when ajax event is added for date select, the focus is lost after coming back from server.
The log trace shows that the re-focusing is being done by the framework, yet the focus can't be found anywhere.
Issue Links
- depends on
-
ICE-8453 ace:dateTimeEntry - tab order is lost after selecting a date with the mouse
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee Priority | P2 | P1 |
Description | When a date is selected via the popup dialog, focus is lost and therefore the tab order is gone and you can't tab into the next field. Tabbing into the date input field and then changing the date via the keyboard does retain the tab order. |
This is a follow-on JIRA from When a date is selected via the popup dialog when ajax event is added for date select, the focus is lost after coming back from server. The log trace shows that the re-focusing is being done by the framework, yet the focus can't be found anywhere. |
Priority | Major [ 3 ] | Minor [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30822 | Tue Sep 11 17:18:05 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30945 | Thu Sep 20 10:40:35 MDT 2012 | yip.ng | |
Files Changed | ||||
![]() ![]() ![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Fix Version/s | EE-3.2.0.GA [ 10332 ] | |
Fix Version/s | 3.2 [ 10338 ] |
Fix Version/s | 3.3 [ 10370 ] |
Salesforce Case Reference | 5007000000NImRIAA1 |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32857 | Tue Dec 18 14:28:59 MST 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32925 | Thu Dec 27 11:46:19 MST 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38310 | Mon Sep 30 09:27:24 MDT 2013 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Change configuration during postbacks so that 'onfocus' callbacks are not wired. Rewire the 'onfocus' callbacks with the newly DOM attached elements after a delay so that ice.applyFocus command has a chance to run.