"Rectangle is outside bounds" when using TableTools
"Rectangle is outside bounds" when using TableTools
steinark
Posts: 7Questions: 1Answers: 0
I tried to search for this error message in the forums, but there was no match. I have a simple setup of DataTables and the TableTools, both with latest releases. When I click any of the buttons for PDF, CSV, Excel etc., nothing happens. But starting Firebug, I see an error message sent to the console - "PPB_Graphics2D.PaintImageData: Rectangle is outside bounds." Apparently related to something in the JS-Flash communication? I have checked several times, and is pretty sure the right versions of each component and framework is correct here, see View Source on my page. TableTools and DataTables files are accessed as they are unzipped.
I am using Chrome, but the same thing happens with Firefox.
My page is here:
http://proto.tracetracker.com/JIRA/jira.cgi?issue=Story-128&from=2012-09-01&to=2012-10-03&bizLocationName=Stovner&bizLocationId=urn:epc:id:sgln:705474.911112.0
TableTools is used in the table in the Event Details tab.
I tested TableTools on the DataTables table in the first tab, and there it works! This indicates it may have something to do with my data? What type of limitations would exist if so?
Thanks for any help,
Steinar Kjærnsrød
I am using Chrome, but the same thing happens with Firefox.
My page is here:
http://proto.tracetracker.com/JIRA/jira.cgi?issue=Story-128&from=2012-09-01&to=2012-10-03&bizLocationName=Stovner&bizLocationId=urn:epc:id:sgln:705474.911112.0
TableTools is used in the table in the Event Details tab.
I tested TableTools on the DataTables table in the first tab, and there it works! This indicates it may have something to do with my data? What type of limitations would exist if so?
Thanks for any help,
Steinar Kjærnsrød
This discussion has been closed.
Replies
Thanks for any help,
Steinar Kjærnsrød
First PPB_Graphics2D is used in NaCL, I don't know if your somehow using it or if its a coincedence but I found this: https://developers.google.com/native-client/pepperc/struct_p_p_b___graphics2_d__1__0#aa0f76efe067af8a0c00698574bc42fc5
Secondly if you bring up the console and click on the distribution chart tab and the click off, you'll see that is where the errors are coming from. Not the buttons.
I don't know why it is causing TableTools to break, or what else is happening but I hope this helps you!
http://proto.tracetracker.com/JIRA/jira.cgi?issue=Story-test&from=2012-09-01&to=2012-10-03&bizLocationName=Stovner&bizLocationId=urn:epc:id:sgln:705474.911112.0
Thanks,
Steinar
There are more details about it in my post here: http://datatables.net/forums/discussion/5859/tabletool-problem-when-hiding-datatable_wrapper/p1
Allan
Thanks,
Steinar
I did have some luck with Alexandre Mathieu's solution here:
http://iksela.tumblr.com/post/3445022287/using-jquery-ui-tabs-and-datatables-tabletools
However, that solution is not working the first time I click on a tab. If I click on a tab that was hidden on load, then another tab, then back to the tab it works fine.
Allan