Claes Rosell
Claes Rosell
### Discussed in https://github.com/eclipse/birt/discussions/946 Originally posted by **jochenberger** April 19, 2022 Hi there, I'm getting the following exception when trying to create an XLSX report. The report contains an HTML...
Added special case for ScriptConstants.ROW_NUM_KEYWORD in org.eclipse.birt.data.engine.executor.aggregation.ProgressiveAggregationHelper$JSColumnBindingRow as seen in org.eclipse.birt.data.engine.script.JSResultSetRow also made some clean up. @hvbtup, can you do some hardcore testing on this? This seems like a small...
Test org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest.testNavigatorOnSubCursor is currently disabled since it fails to retrieve the correct data after .setPosition() on a sub cursor.
The replacement of top.loadFrames() in javadoc index.html files currently fails and is therefor disabled. This needs to be investigated and fixed.
Guilty code, the GC created is never disposed. Easy enough. However, from the look of this code I think that we should reconsider how the bold font is retrieved and...
@hvbtup I am not that sharp with the scripting stuff, but these changes add script support for OnCreate and OnRender for all ExtendedItem. Do you think this is enough?