ICEfaces
  1. ICEfaces
  2. ICE-8376

Ace:chart fails on mouseover with animation,highlighter,highlighterBringSeriesToFront=true

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.RC1
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7 on Chrome 20.0, Firefox 13.0.1 and IE 9.0
    • Assignee Priority:
      P3

      Description

      When animated, highlighter and highlighterBringSeriesToFront all equal true, running the mouse cursor over any data-point during the animated rendering sequence will cause the chart to break. Odd animation glitches (the line graph that I had run the mouse over 'floating' entirely out of the chart being one example) usually occur, but I have seen it occur without them. Similarly, parts of the chart may be stuck outside of the chart and will not disappear until a page refresh.

      After the crash occurs, some or all of the chart elements will be rendered invisible until mouse rollover, at which point only the selected datapoint will be visible, and it will disappear again after the cursor is removed.

      Suspected that the issue is with jqPlot, but creating the JIRA for reference.
      1. Chart1.png
        63 kB
      2. chart2.png
        73 kB

        Activity

        Brennan Mckinney created issue -
        Hide
        Brennan Mckinney added a comment -

        Two screenshots showing one example failure.

        Show
        Brennan Mckinney added a comment - Two screenshots showing one example failure.
        Brennan Mckinney made changes -
        Field Original Value New Value
        Attachment Chart1.png [ 14706 ]
        Attachment chart2.png [ 14707 ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 3.2 [ 10338 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31238 Mon Oct 01 15:33:00 MDT 2012 nils.lundquist ICE-8376 - Upgraded to JQPlot 1.04.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.cursor.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.canvasTextRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.ciParser.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.trendline.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.pyramidAxisRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.canvasAxisLabelRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.mekkoAxisRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.bubbleRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.meterGaugeRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.funnelRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.dragable.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.barRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.canvasAxisTickRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.logAxisRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.enhancedLegendRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.categoryAxisRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.mekkoRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.pyramidRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.canvasOverlay.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.BezierCurveRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.pointLabels.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/jquery.jqplot.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.dateAxisRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.highlighter.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.pieRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.blockRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.donutRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.pyramidGridRenderer.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/plugins/jqplot.ohlcRenderer.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31241 Mon Oct 01 15:40:53 MDT 2012 ken.fyten ICE-8376 - Updated to JQPlot 1.0.4.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/lib/versions-licenses.html
        Hide
        Ken Fyten added a comment - - edited

        Should look to see if a newer jQplot version is available.

        Show
        Ken Fyten added a comment - - edited Should look to see if a newer jQplot version is available.
        Hide
        Nils Lundquist added a comment - - edited

        Revision #31238
        Committed by nils.lundquist
        A minute ago
        ICE-8376 - Upgraded to JQPlot 1.04.
        Modified the 'Combined' showcase chart example to add animation and this issue was not reproduced.

        Show
        Nils Lundquist added a comment - - edited Revision #31238 Committed by nils.lundquist A minute ago ICE-8376 - Upgraded to JQPlot 1.04. Modified the 'Combined' showcase chart example to add animation and this issue was not reproduced.
        Migration made changes -
        Assignee Nils Lundquist [ nils.lundquist ]
        Fix Version/s 3.3 [ 10370 ]
        Fix Version/s 3.2 [ 10338 ]
        Assignee Priority P3 [ 10012 ]
        Migration made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Migration added a comment -

        Should look to see if a newer jQplot version is available.

        Show
        Migration added a comment - Should look to see if a newer jQplot version is available.
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Brennan Mckinney
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: