Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.RC1
-
Fix Version/s: 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Firefox, IE, ICEfaces 3.1.0 BETA2 06282012
-
Assignee Priority:P1
Description
When dynamically adding an ace:chart to the page, vie a ui:include for example. Various issues can be seen depending on the browser:
IE - When the content that has the chart is includes a JavaScript error is thrown: 'ice.ace.jq.jqplot.CategoryAxisRenderer' is null or not an object. The chart does not display once the error is thrown. A browser refresh does resolve the issue.
Firefox - Similar behaviour to IE but a JavaScript error is not thrown. The chart does not display and a full browser refresh is required.
IE - When the content that has the chart is includes a JavaScript error is thrown: 'ice.ace.jq.jqplot.CategoryAxisRenderer' is null or not an object. The chart does not display once the error is thrown. A browser refresh does resolve the issue.
Firefox - Similar behaviour to IE but a JavaScript error is not thrown. The chart does not display and a full browser refresh is required.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000NGhfd] |
Arran Mccullough
made changes -
Attachment | Case11448Example.war [ 14701 ] | |
Attachment | Case11448Example.zip [ 14702 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30065 | Wed Jul 18 09:24:03 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/chart/ChartMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/chart/ChartRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlMeta.java |
Ken Fyten
made changes -
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P1 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows issue. The code for this test case is the exact same that's available in the showcase demo.
Steps: