proofy / stpivot

Automatically exported from code.google.com/p/stpivot
0 stars 1 forks source link

JS error "tmpSaveButton is null" in Firefox #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When opening a pivot table with STPivot, Firefox shows this error:

tmpSaveButton is null
File: http://s-dp4-app1:8180/pentaho/STPivot?solution=etc.
Line: 244

The line in question is:

tmpSaveButton.parentNode.parentNode.removeChild(tmpSaveButton.parentNode);

I don't know if this affects the correct functioning of the table, it seems
not.

Original issue reported on code.google.com by roberto....@gmail.com on 4 Jun 2010 at 1:12

GoogleCodeExporter commented 9 years ago
The ability to save an analisis view within Pentaho's user console is still 
under
development, but many pieces of the original code were left intact until 
resolved.
That's why we have this issue that doesn't affect the correct functioning of 
the rest. 
Partial solution would be to remove unused code, but definitive solution will 
be to
include the ability to save the view. So it must be resolved in comming 
releases.

Original comment by stpi...@gmail.com on 4 Jun 2010 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by stpi...@gmail.com on 4 Jun 2010 at 4:45