ICEfaces
  1. ICEfaces
  2. ICE-10037

ace:printer does not display chart data

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P01
    • Fix Version/s: 4.0, EE-3.3.0.GA_P03
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      jsf2

      Description

      use following markup to create a test page in ace chart (QA test). NOte that the ace:printer does not display any of the actual chart data (just the grids, legends, etc). If you use File->Print from the browser the bar chart data does display.

      <h:form id="renderedForm">
      <ace:panel id="panOutput" header="selectedChart" rendered="#{not empty barChart.barData}">
      <ace:chart id="chart" stackedSeries="false"
                             animated="false"
                             xAxis="#{barChart.xAxis}"
                             yAxes="#{barChart.yAxes}"
                             widgetVar="barChart1"
                             value="#{barChart.barData}" />
              </ace:panel>
              <ace:panel id="prChoose" >
                  <h:commandLink id="prchart">
                      <h:outputText id="p1" value="Print Chart"/>
                      <ace:printer for="panOutput"/>
                  </h:commandLink>
              </ace:panel>
      </h:form>

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53381 Fri Jul 16 18:30:00 MDT 2021 art.zambrano ICE-11428 ICE-10037 Modified clone() method to redraw contents of canvas elements.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/readme.txt
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #41788 Tue Jul 15 15:28:16 MDT 2014 art.zambrano ICE-10037 updated jquery readme.txt
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/readme.txt
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #41787 Tue Jul 15 15:26:36 MDT 2014 art.zambrano ICE-10037 modified jquery clone method to copy canvas tags context and redraw their contents in the copied canvases; modified printer script to benefit from this change
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/printer/printer.js

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: