Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 3.1
-
Assignee Priority:P1
Description
Since JQ 1.7 :first and other positional selectors have been broken in delegate .on() listeners. This is due to the jQuery bug reported here: http://bugs.jquery.com/ticket/11315
It is also reported in the thread above that initializing a delegate that uses :first is comparatively very intensive as well, thus removing :first in favour of liberal use of the > selector has multiple advantages.
This refactoring has already been applied to list, datatable selection, row editing and panel expansion feature selectors.
It is also reported in the thread above that initializing a delegate that uses :first is comparatively very intensive as well, thus removing :first in favour of liberal use of the > selector has multiple advantages.
This refactoring has already been applied to list, datatable selection, row editing and panel expansion feature selectors.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29316 | Tue Jun 05 14:27:01 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29323 | Tue Jun 05 15:42:52 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29326 | Tue Jun 05 16:17:25 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Assignee Priority | P1 | |
Affects Version/s | 3.1.0.BETA1 [ 10335 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29332 | Wed Jun 06 10:34:30 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Component/s | ACE-Components [ 10050 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29657 | Fri Jun 22 14:50:54 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
There are over 100 individual usages of :first likely applicable for this refactoring.