Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 3.3
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:JBoss EAP 6
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
The application is using ace:tabSet with ace:menuBar components in the ace:tabPane "label" facets. The menuBar selections are supposed to switch tabs and/or change the tab content. When switching tabs, a post is performed by the tabSet and the menuBar, resulting in a flicker of the tabPane content from the first post which is quickly replaced by the tabPane content resulting from the second menuBar post.
The problem has been traced to ice.ace.util.isEventSourceInputElement in util.js. The menu has an anchor with a child span that is identified as the event source.
The problem has been traced to ice.ace.util.isEventSourceInputElement in util.js. The menu has an anchor with a child span that is identified as the event source.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Attachment | Test.war [ 16034 ] |
Fix Version/s | 3.4 [ 10770 ] |
Assignee | Ken Fyten [ ken.fyten ] | Mark Collette [ mark.collette ] |
Assignee Priority | P2 [ 10011 ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36663 | Thu Jul 11 19:47:01 MDT 2013 | mark.collette | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case Reference | 5007000000UaCTLAA3 |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee | Mark Collette [ mark.collette ] | Ken Fyten [ ken.fyten ] |
Attachment | Test.war [ 16538 ] |
Attachment | WithoutICE9340.txt [ 16539 ] | |
Attachment | ICE9340.txt [ 16540 ] |
Assignee | Ken Fyten [ ken.fyten ] | Mark Collette [ mark.collette ] |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Assignee | Mark Collette [ mark.collette ] | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Comment | [ Removing the commons-collections.jar was sufficient. ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test application that can be run on Tomcat 7. Hover over the 'My Customer Pricing' tab, select the 'Change Request List' menu item and you should see the two posts performed with the source event coming from the span tag.