issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
199,358
Bug 199358 [Automation][Regression] masterpage extends from report library is disappeared when preview in html
steps to reproduce: - use the attached report design and library - preview in html expected behavior: - masterpage should appear actual behavior: - it simply did not do so
closed fixed
f2eb368
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-13T07:06:25Z"
"2007-08-09T06:13:20Z"
199,028
Bug 199028 A problem with dataset valid check
Description: There is a sample datasource and dataset, delete the datasource, the dataset will be invalid. Then create a datasource like the previous one, the dataset still does not work. Build version:2.2.0.v20070807-0630 Steps to reproduce: 1. Create a sample datasource and dataset. 2. Delete the datasource, and the dataset will be invalid. 3. Create a sample datasource again, with the same name as the deleted one. 4. Double click on the dataset, error pops "The datasource of this dataset is missing". Expected result: The dataset shall be refer to the same name datasource. Actual result: If remove a datasource, the related datasets will not workable and repairable.
closed fixed
beb6fc0
["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/DataSetNodeProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataSourceSelectionDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-13T05:27:42Z"
"2007-08-07T09:46:40Z"
198,479
Bug 198479 NullPointerException when exporting report with a bar chart to PDF
null
verified fixed
50711f4
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dom/DOMReportItemExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-13T02:29:31Z"
"2007-08-01T06:33:20Z"
199,687
Bug 199687 Compile error occurs in org.eclipse.birt.report.engine in daily build 20070813
Compile error occurs in org.eclipse.birt.report.engine in daily build 20070813. Please see the attachment for details.
closed fixed
875d65d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-13T02:22:19Z"
"2007-08-13T01:53:20Z"
199,009
Bug 199009 [Automation][Regression] 2D percent stacked area chart did not render properly
steps to reproduce: - use the attached report design - preview in html expected behavior: - chart was renderred properly actual behavior: - it simply did not do so please refer to the attached screen captures
closed fixed
471819b
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCacheManager.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/PaletteEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisScaleSheet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T10:04:43Z"
"2007-08-07T07:00:00Z"
199,514
Bug 199514 [SVG][Regression] Exception is thrown out when preview a SVG Chart [13]
Description: Exception is thrown out when preview a SVG Chart. Build number: 2.2.1.v200708010-0630 Steps to reproduce: 1. New a SVG Chart and preview. Expected result: The chart is rendered correctly. Actual result: Exception is thrown out. Error log: Stack Trace: org.eclipse.birt.chart.device.svg.SVGGraphics2D.flush(SVGGraphics2D.java:1140) org.eclipse.birt.chart.device.svg.SVGRendererImpl.after(SVGRendererImpl.java:231) org.eclipse.birt.chart.factory.Generator.render(Generator.java:1292) org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:516) org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:746) org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:413) org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:144) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:80) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:104) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:140) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
closed fixed
e2465a2
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T06:48:12Z"
"2007-08-10T01:40:00Z"
198,917
Bug 198917 set __parameterpage to false for required parameter will cause wrong Exception[0705]
null
closed fixed
d9113cc
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/i18n/MessageConstants.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T06:47:29Z"
"2007-08-06T08:46:40Z"
144,577
Bug 144577 Print in Web Viewer doesn't work in Linux
Description: Print in Web Viewer doesn't work in Linux Steps to reproduce: 1. New a report 2. Preview in Web Viewer and click Print button Expected result: Page is printed Actual result: Nothing happened.
closed fixed
4633b0e
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/PrintReportServerDialogFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/SidebarFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T06:19:39Z"
"2006-05-31T01:46:40Z"
199,021
Bug 199021 Error message pops up several times when click an invalid dataset
Description: There is a sqlserver datasource and dataset, remove the jtds driver to let the dataset invalid. Double click on the dataset, the error message will pop up serveral times. Build version:2.2.0.v20070807-0630 Steps to reproduce: 1. Create a sqlserver datasource and dataset. 2. Remove the jtds driver, and the dataset will be invalid. 3. Double click on the dataset. Expect result: Error message pops up once to indicate the problem. Actual result: Error message pops up serveral times.
closed fixed
9c28a81
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/provider/JdbcMetaDataProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T05:52:47Z"
"2007-08-07T09:46:40Z"
199,503
Bug 199503 Error occurs when join two datasets with alias name[0706]
Description: Error occurs when join two datasets with alias name[0706] Build number: 2.2.1.v20070810-0630 Steps to reproduce: 1, New two datasets: CUSTOMERS and ORDERS 2, Edit the both CUSTOMERNUMBER's alias to cus and cus2 3, Create a joint dataset with two datasets and the join key is cus and cus2 4, Preview in dataset Expected result: Preview should be successful Actual result: Error occurs: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.1.v20070809 Error Code:data.engine.possibleMixedDataTypeInColumn Error Message:An error happen during population of data. This might be caused by including data of mixed type in a column of "ANY" type. Error log: org.eclipse.birt.data.engine.core.DataException: An error happen during population of data. This might be caused by including data of mixed type in a column of "ANY" type. at org.eclipse.birt.data.engine.impl.ComputedColumnHelperInstance.process(ComputedColumnHelper.java:396) at org.eclipse.birt.data.engine.impl.ComputedColumnHelper.process(ComputedColumnHelper.java:109) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.processFetchEvent(RowResultSet.java:132) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:96) at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:62) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:288) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:261) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:224) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:68) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiResultSet(PassUtil.java:145) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil.java:66)
closed fixed
43e60a9
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-10T03:05:15Z"
"2007-08-10T01:40:00Z"
199,381
Bug 199381 base_url not used for SOAP Request
Scenario: using the BIRT viewer behind a reverse proxy which change the request URL It is possible to specify a baseurl in the property file "viewer.properties" which is used in the generated jsp-files. So in you can change teh JSP files to the nedded (extern) URL. Anyhow the SOAP request are generated using the request URL (and therefore the reports are not displayed when the birtviewer is installed behind a reverse proxy). To change this Problem the class BirtSoapMessageDispatcherServlet.java have to be patched: In the Method doPost the soapURL is generated by the followig statement String soapURL = request.getRequestURL( ).toString( ); For solving this problem you have to replace this statements with the following String soapURL = request.getRequestURL( ).toString( ); if (ParameterAccessor.getBaseURL() != null) { soapURL = ParameterAccessor.getBaseURL() + request.getContextPath() + request.getServletPath(); } If a BaseURL parameter exists it is used to generate the URL. I hope you add this to the next release. BIRT ist a great tool!!!! Mit freundlichen Gruen / best regards Dr. Arndt Schonberg
resolved fixed
bcdd636
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T09:46:38Z"
"2007-08-09T09:00:00Z"
198,486
Bug 198486 One cell is lost when preview the attached design file in PDF [1200]
Description: One cell is lost when preview the attached design file in PDF. Build number: 2.2.1.v20070801-0630 Steps to reproduce: 1. Open the attached design file and preview in PDF. Expected result: The second cell in the first page is shown as when preview in Web Viewer. Actual result: The second cell in the first page is not shown when preview in PDF. Error log: N/A
closed fixed
9c945b5
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T07:16:19Z"
"2007-08-01T09:20:00Z"
199,360
Bug 199360 Provide new servlet to retrieve html fragment when in reportlet mode
Currently in reportlet mode, the framesset servlet will still wrap and return all ajax viewer code. We need a new servlet to return only html fragment generated by engine. Then this fragment can be further parsed by client side according to user's requirement.
resolved fixed
c1bb1b8
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageAllActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T05:51:37Z"
"2007-08-09T06:13:20Z"
198,594
Bug 198594 XLS Emitter: Decimal value exported as String instead of Number
null
resolved fixed
9998176
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T02:44:55Z"
"2007-08-01T23:13:20Z"
144,115
Bug 144115 [Accessibility]Can't change parameter value in chart builder without mouse
Can't change parameter value in chart builder without mouse. Steps to reproduce: 1. New a report 2. New a sample data soure 3. New a data set ds1 4. Add a parameter p1 in data set builder 4. Insert a chart to open Chart builder, switch to Select Data tab, use ds1 as Data Set. 5. Use Tab key to navigate Select Data tab, when Parameters... button gets focus, press Enter key, Parameters dialog shows up 6. Try to use keyboard to locate insertion caret in the cells of Value column Expected result: Can locate insertion caret in the cells of Value column Actual result: Can't locate insertion caret in the cells of Value column by keyboard
closed fixed
83573df
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ExpressionDialogCellEditor.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ReportItemParametersDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T02:29:27Z"
"2006-05-28T07:06:40Z"
199,225
Bug 199225 [Automation][Regression] NPE caught when preview attached report in web viewer
steps to reproduce: - use the attached report design - preview in web viewer expected behavior: - report should be rendered properly actual behavior: - NPE caught
closed fixed
75258ed
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-09T01:47:47Z"
"2007-08-08T08:00:00Z"
197,241
Bug 197241 Cross tab - Advanced filter on time dimension does not work
Please refer to the attached report design. - Createa a cross tab with time dimension on one axis and product line on another axis - Define a filter on level = month, to show all months with sales >= 100000 for productLine = "classic cars" The filter does not work.
resolved fixed
b122091
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/filter/LevelFilter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-08T09:28:37Z"
"2007-07-20T05:40:00Z"
198,909
Bug 198909 page-break-after: avoid doesn't work in some special cases
page-break-after: avoid doesn't work in some special cases. Plese refer to attached report.
resolved fixed
e227ca8
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-08T08:13:37Z"
"2007-08-06T06:00:00Z"
199,034
Bug 199034 [Automation][Regression] text alignment did not work properly
steps to reproduce: - use the attached report design - preview in html (using run and preview pattern) expected behavior: - text alignment takes effect actual behavior: - with preview pattern, text alignment did not work at all please refer to the attached screen captures
closed fixed
63d2c59
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-08T07:27:22Z"
"2007-08-07T09:46:40Z"
191,629
Bug 191629 Use different master page in Web Viewer and PDF [04]
Description: Use different master page in Web Viewer and PDF Build number: 2.2.0.v20070607-1421 Steps to reproduce: 1. Preview the attached design file in PDF and Web Viewer. Expected result: The first page use the same master page. Actual result: See the screenshot. Error log: N/A
closed fixed
47e6f69
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLBlockStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLInlineStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLListLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLRowLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/AbstractNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/INode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/IPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageHintGenerator.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageNode.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-08T07:22:10Z"
"2007-06-08T02:33:20Z"
198,998
Bug 198998 Errors and Faiures occur in Junit test org.eclipse.birt.data.tests and org.eclipse.birt.report.data.jdbc.tests in daily build 20070807
Errors and Faiures occur in Junit test org.eclipse.birt.data.tests and org.eclipse.birt.report.data.jdbc.tests in daily build 20070807. Please see the attachment for details.
closed fixed
b665269
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-07T06:12:57Z"
"2007-08-07T04:13:20Z"
121,002
Bug 121002 Dialogs span multiple monitors instead of center on main monitor
Birt 2.0M3 (only version tested) Dialog boxes in the Report Designer (Chart editor, error message dialogs, etc.) when used on a machine with multiple monitors, are displayed centered across both displays, causing them to span the 2 monitors so half the dialog is on one monitor and the other half is on the 2nd monitor. This is true for error message dialogs as well as the chart editor dialog (and probably others). These dialogs should appear centered on the main monitor, or centered on the monitor that has the main Eclipse window, or centered in the Eclipse window or whatever is the guideline for Eclipse/SWT apps. Other dialogs in Eclipse (error message dialogs, new project wizard, project properties, etc.) behave properly.
resolved fixed
5f5c7ec
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/MarkerLineImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/MarkerRangeImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisMarkersSheet.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-06T10:09:45Z"
"2005-12-15T04:13:20Z"
147,101
Bug 147101 Report generation performance is sluggish
The overall performance of report generation appears to be quite sluggish. Here are numbers that we have measured using ORACLE as a DB. We use ORACLE 10g w/ojdbc14.jar thin driver. select rownum, datetime_id, another_id, text from ( select max(datetime_id) as datetime_id, another_id, text from some_oracle_schema.sample_table where text < 'c%' group by another_id, text ) Query resulting in 8465 rows Using PL/SQL developer: ----------------------- Execution: approx 1 second Iterating through all rows via PL/SQL developer UI: 10 seconds BIRT: ----- Preview page (via dataset editor): shows all 8465 rows in 53 seconds Preview tab (in the designer): shows all 8465 rows in 79 seconds Generation of rptdocument from rptdesign using API: 55 seconds
resolved fixed
1b73985
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupCalculationUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutorUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-06T08:57:43Z"
"2006-06-14T18:33:20Z"
198,843
Bug 198843 XLS Emitter: DataCache.java contains System.out.println()
Build ID: I20070625-1500 org.eclipse.birt.report.engine.emitter.excel.DataCache.java contains System.out.println() two times instead of logger.log().
resolved fixed
aabcd15
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DataCache.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-06T07:20:18Z"
"2007-08-03T19:40:00Z"
198,056
Bug 198056 Overline, Underline, line-through does not take effect on master page when preview as DOC, PPT, PDF, POSTSCRIPT, XLS [12]
Description: Overline, Underline, line-through does not take effect on master page when preview as DOC, PPT, PDF, POSTSCRIPT, XLS. Build number: 2.2.1.v20070727-0630 Steps to reproduce: 1. New a report, insert label in master header/footer. 2. Select the masterpage, go to Property Editor->Advanced, set font Overline, Underline and Line-through. 3. Preview as DOC, PPT, PDF, POSTSCRIPT, XLS. Expected result: Overline, Underline, line-through takes effect. Actual result: Overline, Underline, line-through does not take effect. Error log: N/A
closed fixed
a7cc879
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-06T07:10:19Z"
"2007-07-27T01:33:20Z"
193,287
Bug 193287 Switch to gantt chart and return will pop up error[0602]
Description: Switch to gantt chart and return will pop up error[0602] Step: 1. New a report, datasource and dataset 2. Add a bar chart. 3. Drop a string row from dataset into Category (X) Series 4. Input 100 into Value (Y) Series 5. Switch to Select Chart Type 6. Change the type as Gantt and return to Bar chart Actual result: The error will pop up and said that "Unable to use a non-datetime data to render a datetime axis"
closed fixed
1f0b732
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-06T06:55:04Z"
"2007-06-19T10:46:40Z"
198,774
Bug 198774 Can not publish to template folder when set the preview image as thnmbnail image[00]
Description: Can not publish to template folder when set the preview image as thnmbnail image[00] Step: 1.New a template. 2.Set the Preview as thnmbnail image. 3.Publish the template to template folder Actual result: It hint that the preview image file does not exist. Expected result: The template can be publish to template folder when use the thnmbnail image.
closed fixed
2c64c05
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardReportSettingPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T09:53:38Z"
"2007-08-03T05:46:40Z"
197,585
Bug 197585 URL Link error in Line-Chart output in PDF format
null
resolved fixed
286e54e
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T09:37:44Z"
"2007-07-24T04:06:40Z"
198,481
Bug 198481 [Regression] Chart can not be rendered when inherit table data in Web Viewer [0002]
Description: Chart can not be rendered when inherit table data in Web Viewer. Build number: 2.2.1.v20070731-0928 Steps to reproduce: 1. New a table binding to a data set. 2. Insert a chart in table detail row and inherit table's data. 3. Preview in Web Viewer. Expected result: The charts are rendered correctly. Actual result: Exception is thrown out. Error log: null ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:582) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:746) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:413) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:144) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:94) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layoutChildren(HTMLRowLM.java:41) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:31) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:66) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:142) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:91) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:570) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:254) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NullPointerException at org.eclipse.birt.chart.render.DeferredCacheManager.createDeferredCache(DeferredCacheManager.java:82) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1274) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:516) ... 86 more
closed fixed
6ebd466
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedSubquery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T08:11:08Z"
"2007-08-01T06:33:20Z"
198,054
Bug 198054 The width of the page is not the same in PDF and POSTSCRIPT [1201]
Description: The width of the page is not the same in PDF and POSTSCRIPT. Build number: 2.2.1.v20070727-0630 Steps to reproduce: 1. Preview the attached design file in PDF and POSTSCRIPT. Expected result: Page width of PDF and POSTSCRIPT are the same. Actual result: Page of POSTSCRIPT is wider than PDF(See the screenshot). Error log: N/A
closed fixed
69a60d7
["engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T08:06:16Z"
"2007-07-27T01:33:20Z"
198,624
Bug 198624 Some unknow code in Thumbnail after import a preview image
Description: Some unknow code in Thumbnail after import a preview image Build number: 2.2.1.v20070802-0630 Steps to reproduce: 1, New a report 2, Import preview image(/templates/mailing_labels.gif) in general of Property editor 3, Go to Advanced and check the Thumbnail Expected result: I don't know what the code should be, but must not be the unknown code Actual result: Some unknow code such as BM.....I will attach a screen image to show you.
closed fixed
c92f09e
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T07:04:14Z"
"2007-08-02T07:33:20Z"
198,076
Bug 198076 If export a report design including a propertyBindings to a library, the exported library is incorrect[01]
Description: Export a report design to a library, make sure the report design's dataset has a propertyBindings. After exporting, we can get a library file. Open the library file. Problem message occurs: "The property "queryTimeOut" in the element "library" is not defined." "The property "queryText" in the element "library" is not defined." After remove the queryTimeOut and queryText Properties, the problem resolved I think it is a issue when export the propertyBindings from rptdesign to library
closed fixed
ac3f2f0
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExporter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T06:34:27Z"
"2007-07-27T09:53:20Z"
198,761
Bug 198761 [WS4] Exception is thrown out when new a library and there are only XML Source and Preview tab when new a report [00]
Description: Exception is thrown out when new a library and there are only XML Source and Preview tab when new a report. Build number: 2.2.1.v20070803-0630 Steps to reproduce: 1. New a library and a report. Expected result: The library and the report is created correctly. Actual result: Exception is thrown out when new a library and there are only XML Source and Preview tab when new a report. Error log: java.lang.IndexOutOfBoundsException: Index: 2, Size: 1 at java.util.ArrayList.add(ArrayList.java:369) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.sortFormPageList(EditorContributorManager.java:317) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.access$0(EditorContributorManager.java:263) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager$EditorContributor.merge(EditorContributorManager.java:69) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.createEditorContributorMap(EditorContributorManager.java:241) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.getEditorContributor(EditorContributorManager.java:146) at org.eclipse.birt.report.designer.ui.editors.actions.MultiPageEditorActionBarContributor.createPageMenu(MultiPageEditorActionBarContributor.java:258) at org.eclipse.birt.report.designer.ui.editors.actions.MultiPageEditorActionBarContributor.contributeToMenu(MultiPageEditorActionBarContributor.java:239) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:167) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:146) at org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:318) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:786) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604) at org.eclipse.ui.internal.PartStack.add(PartStack.java:499) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103) at org.eclipse.ui.internal.PartStack.add(PartStack.java:485) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:774) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:673) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:634) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2719) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603) at org.eclipse.birt.report.designer.internal.ui.ide.adapters.NewLibraryCreationPage$2.run(NewLibraryWizardAdapterFactory.java:277) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934) at org.eclipse.birt.report.designer.internal.ui.ide.adapters.NewLibraryCreationPage.performFinish(NewLibraryWizardAdapterFactory.java:193) at org.eclipse.birt.report.designer.ui.wizards.NewLibraryWizard.performFinish(NewLibraryWizard.java:90) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
closed fixed
fba8cd4
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/CorePlugin.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T04:07:56Z"
"2007-08-03T03:00:00Z"
198,604
Bug 198604 After refresh the library, the link groups key are changed in cube builder[1101]
Description: After refresh the library, the link groups key are changed in cube builder[1101] Build number: 2.2.1.v20070802-0630 Steps to reproduce: 1, New a cube in library, the cube has a joint key between dimension table and facttable 2, Using the cube in a report design 3, Check the joint status in link group 4, Refresh the library in outline 5, Recheck the joint staus in link group Expected result: After step5, the joint status are correct and as same as the status in library Actual result: The dimension table is missing and the joint key is disconnected
closed fixed
af83b75
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/ReloadLibraryTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ElementStructureUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-03T03:11:01Z"
"2007-08-02T02:00:00Z"
191,404
Bug 191404 Connection is still successful after delete drivers[0703]
Description: Create a Sqlserver datasource and dataset, then delete the jtds driver. Click "Test Connection" is still successful, and the dataset still works. Build Version:2.2.0.v20070607-0630 Steps to reproduce: 1. Add a jtds driver, and create a Sqlserver connection and dataset. 2. Go to "Manage JDBC Drivers" dialog, and delete the driver. 3. Click "Test Connection", the connection is successful. 4. Click "Preview Results" in "Edit Data Set" dialog, it works. Expected Result: Delete driver will lose the connection.
closed fixed
9b61aef
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-02T10:04:24Z"
"2007-06-07T01:33:20Z"
194,695
Bug 194695 Rightside borders of the last shown column are not printed in PDF for tables where the real last column is hidden
I first noticed this problem on a very large table for which I must hide the last column(s). In HTML everythings looks neat, but on PDF the rightside borders of the last shown column are either invisible or at best 1 pixel wide (regardless of the zoom level!!) I tried hiding one of the inner columns and then the borders were shown (because the last column was visible) confirming my hypothesis. There is a workarround, but it's not pretty: I made a very thin "dummy" last column with only leftside borders and made it visible for PDF only :D Hope you nail this one soon. Thanks guys and keep up the good work.
resolved fixed
ad38a35
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-02T09:31:48Z"
"2007-06-28T00:20:00Z"
198,172
Bug 198172 Crosstab - cannot cast from BigDecimal to Double
null
resolved fixed
b5b9b44
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-02T05:41:28Z"
"2007-07-27T23:46:40Z"
198,504
Bug 198504 The same name aggregation should be hint in dialog[0001]
Description: The same name aggregation should be hint in dialog[0001] Step: 1.New a datasource, dataset, table and binding the dataset. 2.New a aggregation column binding on table named aggr1. 3.Drop a aggregation item into table and set the named as aggr1. 4.Click OK Actual result: Pop up an error message said that the name is exist. Expected result: It can hint in dialog when input the same name, but pop up an error dialog
closed fixed
40d3af3
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-02T03:58:27Z"
"2007-08-01T09:20:00Z"
198,239
Bug 198239 Memory leak using script and also localized strings
null
resolved fixed
8eec10f
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-01T08:15:05Z"
"2007-07-30T10:06:40Z"
193,463
Bug 193463 Standalone chart builder should provide a dialog to input URL hyperlink
Since URL hyperlink in Interactivity is common functionality which is not related to BIRT report, not like hyperlink to Bookmark or Drill Throught, standalone chart builder should provide a dialog to input URL hyperlink. This dialog can be simple to input URL only in standalone chart builder. But if integrated in BIRT, this dialog can provide inputing URL/Bookmark/DrillThrough as before.
resolved fixed
954ece0
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionHandle.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionUtil.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-01T04:52:33Z"
"2007-06-20T06:13:20Z"
198,434
Bug 198434 && operator shows up as & in expression builder
Build ID: I20070621-1340 Steps To Reproduce: 1. open an expression in the expression builder 2. select Operators->Logical->&& 3. the preview of the operator, above the Category label, reads "&" instead of "&&" More information:
resolved fixed
8357ad2
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-08-01T01:58:36Z"
"2007-07-31T16:40:00Z"
112,287
Bug 112287 It's better to transfer to "new data source" dialog when creating a new data set without existing data source.
Description: It's better to transfer to "new data source" dialog automatically when creating a new data set without existing data source. Steps to reproduce: 1. There is no existing data source. 2. Create a new data set. 3. It pops up hint message, saying that "there is no data source". Actual result: it's better to transfer to "new data source" dialog box now and help users create a new data source.
resolved fixed
16819f9
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-31T08:04:21Z"
"2005-10-12T06:53:20Z"
192,829
Bug 192829 Aggregation binding filter doesn't work for crosstab
The filter condition on bindings for Crosstab doesn't take effect. Currently Dte hasn't supported this yet.
resolved fixed
4623b30
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/CubeAggregationTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/AggregationFunctionDefinition.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationCalculator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationExecutor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableAccessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIteratorWithFilter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/IFactTableRowIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/IFacttableRow.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-31T03:38:13Z"
"2007-06-15T09:33:20Z"
198,231
Bug 198231 Exception when preview attached report in excel.[1203]
null
closed fixed
eb47d9d
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-31T03:31:19Z"
"2007-07-30T07:20:00Z"
195,970
Bug 195970 Two issues when evaluate a query inlcuding a subquery[07]
Description: Currently, when evaluating a query which includes a subquery, the query will be evaluated twice. The binding of query will pass to subquery twice. If user write a java script such as new Date() and i++. The result of query will be incorrect. Another issue: when write the report document, the binding of query will be written twice and the performance is not good to evalulate it twice.
closed fixed
77088f5
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedSubquery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-30T09:01:50Z"
"2007-07-10T09:33:20Z"
198,212
Bug 198212 XLS Emitter: Report with hidden rows throws NPE
null
resolved fixed
c94e3d3
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-30T06:31:30Z"
"2007-07-29T20:13:20Z"
198,070
Bug 198070 ArrayIndexOutOfBoundsException throws out for grid with ZERO columns
The exception stack is: java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.birt.report.engine.emitter.excel.layout.LayoutUtil.createTable(LayoutUtil.java:96) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.startTable(ExcelEmitter.java:128) at org.eclipse.birt.report.engine.layout.html.HTMLTableLayoutNoNestEmitter.startTable(HTMLTableLayoutNoNestEmitter.java:72) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil$StartContentVisitor.visitTable(ContentEmitterUtil.java:82) at org.eclipse.birt.report.engine.content.impl.TableContent.accept(TableContent.java:87) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil$StartContentVisitor.visit(ContentEmitterUtil.java:55) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:42) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.startContent(HTMLAbstractLM.java:113) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:142) For an empty GRID, the BIRT will create a table content with ZERO columns, XLS should handle it gracefully.
resolved fixed
9b9e7ea
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/LayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-30T05:31:55Z"
"2007-07-27T07:06:40Z"
197,929
Bug 197929 Fail to preview document from BIRT2.1.3 in BIRT2.2.1[0900]
Description: Fail to preview document from BIRT2.1.3 in BIRT2.2.1 in pdf format with frameset servlet Build number:2.2.1.v20070726 Steps to reproduce: 1. Preview attached document in web viewer. 2. Click Print As PDF button. Expected result: Display content in pdf. Actual result: damanged file. Error log:n/a
closed fixed
5cc4c28
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-27T08:17:52Z"
"2007-07-26T08:53:20Z"
189,748
Bug 189748 Some HTML scripts do not work
Steps to reproduce: 1. Start BIRT and create a blank report. 2. Drag and drop a Text element from the palette onto the report designer. 3. Double click on the Text element in the report designer to bring up its editor. 4. Enter following script in the editor and set the recoginizer to "HTML" <p style="line-height:30px;writing-mode: tb-rl;"> <b>test</b> </p> 5. Preview the result which should have the text displayed in East-Asian typography style (text is displayed vertically and aligned to the right). 6. Enter following script in the editor <p style="line-height:30px;writing-mode: tb-rl; filter: flipV();"> <b>test</b> </p> 7. Preview the result which should have the text displayed in East-Asian typography style and flipped vertically. (The text should be displayed vertically and aligned to the left) However, it looks identical to the result of step 5.
resolved fixed
8a1a5db
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-27T06:45:06Z"
"2007-05-29T17:33:20Z"
198,059
Bug 198059 [regression]SVG chart cannot display in html.[13]
Description: SVG chart cannot display in html. Steps to reproduce: 1. New a report with a SVG chart. 2. Preview in Web Viewer and html. Expected result: Display chart. Actual result: Fail to display chart in html but pdf is ok. png chart can display
closed fixed
be96b68
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-27T06:24:02Z"
"2007-07-27T04:20:00Z"
197,451
Bug 197451 Export report current page to pdf will cause a redundant first page.[1200]
Description: Export report current page to pdf will cause a redundant first page. Build number:2.2.1.v20070723 Steps to reproduce: 1. Open attached report. 2. Preview in Web Viewer, navigate to second page. 3. Click Export Report->PDF, select current page and click OK. Expected result: Display data rows in second page, total two pages. Actual result: First page display table header without data. Second and third pages display the expected result. Error log:n/a
closed fixed
86e8e11
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-27T06:18:11Z"
"2007-07-23T08:40:00Z"
197,765
Bug 197765 Static level display will be affected by display field in dynamic[1101]
Description: Static level display will be affected by display field set previously in dynamic Build number:2.2.1.v20070725 Steps to reproduce: 1. Open attached report. (In the report. CUSTOMERNUMBER level in cube is dynamic level at first and I set CUSTOMERNAME as display field, then I change it to static. 2. Preview. Expected result: Display static level in column area with the specified value in static level definition. Actual result: Display static level with CUSTOMAME value. Error log:n/a
closed fixed
0278eb7
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-26T10:06:15Z"
"2007-07-25T10:40:00Z"
197,261
Bug 197261 [2.2.1]The report that contain library xtab and set filter cannot be run
Description: [2.2.1]The report that contain library xtab and set filter cannot be run Step: 1.New a library and add a xtab 2.New a report and use the library 3.Drop the xtab from library explorer into layout 4.Set the filter on the xtab that is in report 5.Preview Actual result: It pop up an error said that the report cannot be run
closed fixed
730ec40
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-26T08:40:59Z"
"2007-07-20T08:26:40Z"
190,942
Bug 190942 Compact html ouput to reduce file size
In html output, the emitter should check and compact style attribute string like: "border-left: 1px solid red; border-right: 1px solid red; border-top: 1px solid red; border-bottom: 1px solid red;" to "border: 1px solid red;", this will dramatically reduce the output html file size, which is important when the report contains large table or crosstab. This is also true for padding, margin and other style properties.
resolved fixed
4517a44
["engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/HTMLEmitterOptimizeTest.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/AttributeBuilder.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/MetadataEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-26T07:58:48Z"
"2007-06-05T05:06:40Z"
197,742
Bug 197742 Underline does not take effect when preview as POSTSCRIPT [1201]
Description: Underline does not take effect when preview as POSTSCRIPT. Build number: 2.2.1.v20070724-0630 Steps to reproduce: 1. Preview the attached design file as POSTSCRIPT. Expected result: "Additional Information" is underlined. Actual result: Underline does not take effect. Error log: N/A
closed fixed
f585aa1
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-26T05:37:34Z"
"2007-07-25T02:20:00Z"
194,727
Bug 194727 Pyramid chart with 2d+ dimension should like a pyramid
Pyramid chart in 2d+ dimension should like a pyramid, rather than a triangle with depth effect. In addition, pyramid in 2d+ should like itself in 3d as well. Take a look at attached screenshot to compare the charts.
verified fixed
10dd9cb
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-25T07:22:54Z"
"2007-06-28T08:40:00Z"
197,747
Bug 197747 NullPointerException in XLS emitter
NullPointException throw out when generate a report contains a hyperlink in XLS. The stack trace is: java.lang.NullPointerException at org.eclipse.birt.report.engine.api.HTMLActionHandler.getRenderContext(HTMLActionHandler.java:336) at org.eclipse.birt.report.engine.api.HTMLActionHandler.getURL(HTMLActionHandler.java:40) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.parseHyperLink(ExcelEmitter.java:338) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.startLabel(ExcelEmitter.java:249) the line 336 should be removed: actionHandler.getURL( act, null );
resolved fixed
fcf87f6
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-25T06:48:08Z"
"2007-07-25T05:06:40Z"
192,801
Bug 192801 [Acceptance]A problem when drill-through to other report in doc [1202]
Description: Drill-through to other report design file, and the target report design has two pages. Drill-through to the page2, and set the target report in doc. The target report doesn't paginated properly. Build version:2.2.0.v20070614-1316 Steps to reproduce: 1. Get the attached report design files. Preview a.rptdesign, click on the label, and check the result. Expected result: Click on the label will go to the page 2 of the target report.
closed fixed
ea21b94
["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/HyperlinkInfo.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-25T06:14:10Z"
"2007-06-15T06:46:40Z"
197,589
Bug 197589 Need constant for automaic attribute name "DateTime"
Currently when set dateTimeLevelType for cube level, model will automatically create a built-in attribute "DateTime". But the name is hard-coded. We need a public constant for this name to allow UI to access it.
resolved fixed
930c779
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/LevelAttribute.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-25T05:56:20Z"
"2007-07-24T06:53:20Z"
197,245
Bug 197245 Interactivity in Gantt series doesn't work[13]
Description: Inconsistent behaviors occur when (Y) Series and Legend Interactivity [Series Color By: Value Series] Build number: 2.2.1.v20070720-0630 Steps: 1. Create a Gantt Chart, Set Color By: Value Series. 2. Set Interavtivity Event: Mouse Click, Action: Highlight at (Y) Series and Legend. 3. Preview and Click. (Y) Series and Legend. Expected result: (Y) Series change color. Actual result: Chart Area change color. Error log: N/A
closed fixed
069940b
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-25T03:58:16Z"
"2007-07-20T05:40:00Z"
197,269
Bug 197269 Cant set a series invisible per default
I have a line chart with several value series. I want to have some invisible as the default, so I set the "OnLoad" event for the series to "Toggle Visbility". But the onLoad event is triggered for every segment of the series so the result, wether the line is visible or not, depends on a odd or even number of datapoints. The same happens with "Toggle Datapoint Visibility"
resolved fixed
38d0954
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-24T08:46:16Z"
"2007-07-20T08:26:40Z"
196,448
Bug 196448 Cannot open 2.1.2 report templates in 2.2
When I try to open a report design that was created with BIRT 2.1.2 with the new 2.2 version, I get the following exception : java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.addPages(MultiPageReportEditor.java:222) at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:146) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283) at org.eclipse.birt.report.designer.ui.editors.ReportEditorProxy.createPartControl(ReportEditorProxy.java:121) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:263) at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1405) at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:939) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:797) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
resolved fixed
4950d3f
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/xml/XMLEditor.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportDocumentProvider.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportProvider.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DocumentProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-24T07:13:40Z"
"2007-07-13T12:33:20Z"
196,745
Bug 196745 Data Engine implementation of BPS80- Result Set Sharing
null
resolved fixed
886d8d8
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/CacheResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultSetCacheUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-24T06:02:45Z"
"2007-07-16T23:53:20Z"
197,586
Bug 197586 Compile error occurs in org.eclipse.birt.data in daily build 20070724-0630
Compile error occurs in org.eclipse.birt.data in daily build 20070724-0630. Please see the attachment for details.
closed fixed
99ff03a
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQueryUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-24T05:39:38Z"
"2007-07-24T06:53:20Z"
183,321
Bug 183321 Word output does not retain formatting
Attached report has colors for rows etc. When exported to Word format, no row color formatting seems to be retained.
resolved fixed
e1cd339
["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-24T05:17:13Z"
"2007-04-20T06:20:00Z"
188,027
Bug 188027 PasteAction is diabled
null
verified fixed
f3c6d7e
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SlotHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ThemeStyleNameValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ContainerContext.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/NameExecutor.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-23T08:23:53Z"
"2007-05-21T04:00:00Z"
197,225
Bug 197225 Only set master page width will not take effect when preview in PDF [1200]
Description: Only set master page width will not take effect when preview in PDF. Build number: 2.2.1.v20070719-0630 Steps to reproduce: 1. New a report with a label. 2. Switch to Master Page tab and select type as "Custom", set Width to 5 in. 3. Preview in PDF. Expected result: The master page width take effect. Actual result: The master page width will not take effect until Height is set. Error log: N/A
closed fixed
a607b36
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-23T06:34:03Z"
"2007-07-20T02:53:20Z"
191,687
Bug 191687 ArrayIndexOutOfBoundsException occurs when open the attache report design file
Description: ArrayIndexOutOfBoundsException occurs when open the attache report design file Build number: 2.2.0.v20070608-0630 Steps to reproduce: 1, Open the attache report design Expected result: If the report design is invalud, we just pops up a warning message to tell user Actual result: ArrayIndexOutOfBoundsException occurs Error log: java.lang.ArrayIndexOutOfBoundsException: 1 at org.eclipse.birt.report.designer.internal.ui.editors.schematic.border.TableBorderHelper.initialize(TableBorderHelper.java:165) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.border.TableBorderHelper.updateCellBorderInsets(TableBorderHelper.java:287) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:146)
closed fixed
8cb3816
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportElementHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/table/LayoutUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-20T07:53:09Z"
"2007-06-08T10:53:20Z"
197,228
Bug 197228 Need updaet createdBy info when serialize the module
When open module, designer will pass the property map which contains the createdBy info. this info should be retained by moduleHandle and then be updated and written when doing serialization. Note if this info is null, model should not update it during serialization. This could happen for api users or third-party designer. For BIRT designer, it will guarantee this value always not null.
resolved fixed
165e176
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ReportDesignParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IModuleOption.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-20T06:52:51Z"
"2007-07-20T02:53:20Z"
197,068
Bug 197068 Failure occurs inJunit test of org.eclipse.birt.report.engine.tests in daily build 20070719
Failure occurs inJunit test of org.eclipse.birt.report.engine.tests in daily build 20070719. Please see the attachment for details.
closed fixed
8306854
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-19T06:33:15Z"
"2007-07-19T01:53:20Z"
195,122
Bug 195122 NPE throws out when click import value in list type dynamic parameter[0705]
Description: NPE throws out when click import value in list type dynamic parameter[0705] Build number: 2.2.0.v20070702-0630 Steps to reproduce: 1, New a dataset with no resultset 2, New a report parameter 3, Select List Box as display type 4, In static, click Import Values Expected result: No value can be imported or tell the user that no value in resultset Actual result: NPE Throws out Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:135) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:117) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImportValueDialog.refreshValues(ImportValueDialog.java:555) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImportValueDialog.refreshColumns(ImportValueDialog.java:449)
closed fixed
e11ea6d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-19T05:50:58Z"
"2007-07-02T12:40:00Z"
189,397
Bug 189397 Columns for exported should be listed as display order or order in binding pane.[0001]
Description: Columns for exported should be listed as display order or order in binding pane. Build number:2.2.0.v200705281033 Steps to reproduce: 1. New sample db and dataset from OFFICES. 2. Drag the dataset to layout 3. Preview in Web Viewer 4. Click Export Data button. Expected result: Columns are listed as display orders Actual result: Columns are listed in meaningless order. Error log:N/A
closed fixed
184da6c
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/BaseQueryDefinition.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-19T02:56:07Z"
"2007-05-28T11:00:00Z"
196,767
Bug 196767 "Finish" button does not take effect when first use CSS file then import CSS style in a library [0303]
Description: "OK" button is disabled when first use CSS file then import CSS style in a library. Build number: 2.2.1.v20070717-0630 Steps to reproduce: 1. New a library, in Outline view, right click to select default Theme->Use CSS File..., select one css file, click "OK". 2. in Outline view, right click to select default Theme->Import CSS Style..., select one css file, click "Select All" button, click "OK". Expected result: "OK" button is enabled. Actual result: "Ok" button is disabled. Error log: N/A
closed fixed
526908d
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ThemeHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-19T02:12:29Z"
"2007-07-17T02:40:00Z"
196,894
Bug 196894 BIRT Cross tab, Cube - Time dimension enhancements
There were a couple of time dimension related enhancments planned post BIRT 2.2. This entry is to track those. This enhancments also includes - supporting additional predefined data time formats, that could make it easier to define data time dimension and use it in data items.
resolved fixed
1a18fcb
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/LevelHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/ILevelModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-18T06:27:18Z"
"2007-07-18T00:53:20Z"
196,897
Bug 196897 [Regression] Tube, Cone and Pyramid Chart title is wrong by default [13]
Description: Tube, Cone and Pyramid Chart title is wrong by default . Build number: 2.2.0.v20070718-0630 Steps to reproduce: 1. Drag a chart from the Palette to the Layout, select type as Tube, Cone or Pyramid. Expected result: The title is correct by default. Actual result: See the screenshot. Error log: N/A
closed fixed
d0124be
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AbstractBarChart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-18T05:13:35Z"
"2007-07-18T03:40:00Z"
196,895
Bug 196895 [Automation][Regression] long text was not rendered properly
steps to reproduce: - use the attached report desgin - preview in pdf expected behavior: - no break in text actual behavior: - text was breaked please refer to the attached screen capture for the difference
closed fixed
02a42f8
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-18T03:44:42Z"
"2007-07-18T00:53:20Z"
196,608
Bug 196608 Compile error when i switch jdk from 1.5 to 1.6
When i switch jdk from 1.5 to 1.6, there are 2 compile errors in plugin: org.eclipse.birt.report.data.oda.jdbc here is the error message: - The type SqlBlobUtil.BlobHelper must implement the inherited abstract method Blob.free() - The type SqlBlobUtil.BlobHelper must implement the inherited abstract method Blob.getBinaryStream(long, long) One more thing, the jdk version is 1.6.0_02. Thanks.
resolved fixed
4e41956
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SqlBlobUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-17T10:12:31Z"
"2007-07-16T07:13:20Z"
192,585
Bug 192585 The Tube/Cone/Pyramid Chart Y Axis type will be Date/Time after change type to Gantt then change back [0001]
Description: The Tube/Cone/Pyramid Chart Y Axis type will be Date/Time after change type to Gantt then change back Build number: 2.2.0.v20070614-0939 Steps to reproduce: 1. Drag a chart from the Palette to the Layout. 2. Select chart type as Gantt, then change to Tube/Cone/Pyramid. Expected result: The Chart in the preview pane is the same as the one when chart builder first opened. Actual result: Their Y Axis type change to Date/Time(see the screenshot). Error log: N/A
closed fixed
21b1a70
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AbstractBarChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BarChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ConeChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/GanttChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PyramidChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/TubeChart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-17T03:29:33Z"
"2007-06-14T05:46:40Z"
196,419
Bug 196419 Long string word in element will lost head and tail when preview as PDF[0004]
Description: Long string word in element will lost head and tail[0004] Step: 1.Input "labellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabellabel" in label or text. 2.Preview as PDF Actual result: It only privew the center of content on label and text. Please see the attached image
closed fixed
d09916e
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-17T02:47:09Z"
"2007-07-13T07:00:00Z"
172,998
Bug 172998 Font "vI" cause error under some special situation.
Reproduce step: 1. new a report; 2. insert 3 labels, input "Arial","Bodoni MT","Bodoni MT Black" respectively, set fonts to "Arial","Bodoni MT","Bodoni MT Black"; 3. preview as postscript. Result: Error.
resolved fixed
816cf7e
["engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/truetypefont/Util.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-17T02:25:03Z"
"2007-02-06T05:33:20Z"
193,882
Bug 193882 Chart fails when deploy BIRT and CHART deploy runtime together.[0601]
Description: Chart fails when deploy BIRT and CHART deploy runtime together. Build number:2.2.0.v200706221102 Steps to reproduce: 1. Copy BIRT deploy runtime WebViewerExample in birt-runtime-xxx.zip to Tomcat WebApp folder. 2. Copy Chart deploy runtime chart-view-example.war in birt-chart-xxx.zip to Tomcat WebApp folder. 3. Start Tomcat server. 4. Preview reports containing chart. Expected result: Chart displays Actual result: Chart fails to display. Error log: Exception org.eclipse.birt.chart.exception.ChartException: org.eclipse.birt.chart.datafeed.DataSetProcessorImpl at org.eclipse.birt.chart.util.PluginSettings.newInstance(PluginSettings.java:928) at org.eclipse.birt.chart.util.PluginSettings.getDataSetProcessor(PluginSettings.java:358) at org.eclipse.birt.chart.api.ChartEngine.getDataSetProcessor(ChartEngine.java:134) at org.eclipse.birt.chart.internal.datafeed.DataProcessor$AggregationExpressionHelper.addSeriesDefinitions(DataProcessor.java:124) at org.eclipse.birt.chart.internal.datafeed.DataProcessor.mapToChartResultSet(DataProcessor.java:379) at org.eclipse.birt.chart.internal.datafeed.DataProcessor.generateRuntimeSeries(DataProcessor.java:424) at org.eclipse.birt.chart.factory.Generator.bindData(Generator.java:571) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:446) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:678) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:368) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:480) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:488) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:488) at org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.intializeHeaderContent(HTMLListingBandLM.java:96) at org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.initialize(HTMLListingBandLM.java:48) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.initialize(HTMLTableBandLM.java:43) at org.eclipse.birt.report.engine.layout.html.HTMLLayoutManagerFactory.createLayoutManager(HTMLLayoutManagerFactory.java:51) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.createLayoutManager(HTMLReportLayoutEngine.java:130) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:72) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:142) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:532) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:254) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtChangeParameterActionHandler.doRenderPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractChangeParameterActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleChangeParameter(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.ClassNotFoundException: org.eclipse.birt.chart.datafeed.DataSetProcessorImpl at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1332) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.eclipse.birt.chart.util.PluginSettings.newInstance(PluginSettings.java:923) ... 77 more
closed fixed
090d4e0
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/pdf/PDFChartGenerator.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/Chart3DViewer.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/CurveFittingViewer.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/DialChartViewer.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingChartViewerSelector.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingLiveChartViewer.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwtChartViewerSelector.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/ChartWizardLauncher.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/render/ImageRenderTest.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/UIHelper.java", "chart/org.eclipse.birt.chart.viewer/src/org/eclipse/birt/chart/viewer/internal/util/ChartImageManager.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-16T10:05:24Z"
"2007-06-22T05:26:40Z"
196,272
Bug 196272 Text position is incorrect in postscript and ppt.
Text position need to be ajusted according to baseline position.
resolved fixed
407c477
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java", "engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPage.java", "engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPageDevice.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPage.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPageDevice.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/AbstractPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-16T07:24:58Z"
"2007-07-12T08:46:40Z"
195,961
Bug 195961 Toggle Visibility does not work for Marker Line/Range and Chart Area [13]
Description: Toggle Visibility does not work for Marker Line/Range and Chart Area. Build number: 2.2.0.v20070710-1223 Steps to reproduce: 1. New a Chart, in "Format Chart" tab, add interactivity for Chart Area or Marker Line/Range, Event: Mouse Click, Action: Toggle Visibility. 2. Preview, click the Chart Area or Marker Line/Range. Expected result: Interactivity works. Actual result: It does not work. Error log: N/A
closed fixed
9011ac7
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/engine/util/TriggerSupportMatrixTest.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerEditorDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartLegendSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartTitleSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/InteractivitySheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisMarkersSheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/NeedleSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesYSheetImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-13T06:11:04Z"
"2007-07-10T09:33:20Z"
191,645
Bug 191645 Some border are missing in second page when preview the attached report design in PDF[1102]
Description: Some border are missing in second page when preview the attached report design in PDF[1102] Build number: 2.2.0.v20070608-0630 Steps to reproduce: 1, Open the attached report design 2, Preview it in PDF 3, Go to page2 to check the border Expected result: All the border can be shown Actual result: Some border are missing in crosstab
closed fixed
a929109
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-13T03:29:46Z"
"2007-06-08T08:06:40Z"
195,785
Bug 195785 Report Drill down fails when using a resource folder other than default
Build ID: I20070625-1500 Steps To Reproduce: 1. Create a simple report with a drilldown hyperlink to a subreport for each line of the table. Sample screenshot attached showing example using sample database, with a drill down for each customer in the sample database. 2. Define a master page or styles in a library that both the main report and the drill-down report use. 3. Put the library in a directory / file location other than the default project directory. In our case, we create a resource/lib directory in our report project, and then put the library in that directory. 4. Change the resource directory from the default using the window->preferences->report design Eclipse option. In our case, it points to <eclipse_project>/resource directory. 5. Change the report to use the library from the resource/lib directory location. In our case, it is relative to the resource directory (lib/ourlibrary.rptlibrary) 6. Run the master report. Only the first drill-down hyperlink will work correctly (the first table entry) and use the correct library values, the second and subsequent hyperlinks have invalid values for resource directory and do not get the proper formatting. On the second and each additional entry in the table, the _resourceFolder parameter on the viewer/run http request adds an extra %25 around the text characters. More information: The first hyperlink will have a %2f in multiple places in our resourceFolder parameter, the second link will have %252f, the third will have %25252f, the fourth will have %2525252f and so on down the table. Only the first hyperlink will be correct, all the subsequent ones will fail. This code worked correctly on BIRT 2.1.2, but fails when moving up to BIRT 2.2.0. A text file containing the first 4 hyperlink entries will be attached to this bug report to show the complete hyperlink information.
resolved fixed
c7d191c
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-13T02:44:23Z"
"2007-07-09T03:00:00Z"
196,105
Bug 196105 There is an extra red square when preview the attached design file in ppt[1205]
Description: There is an extra red square when preview the attached design file in ppt. Build number: 2.2.1.v20070711-0630 Steps to reproduce: 1.Open attached report design 2.Preview in PPT Expected reuslt: The report is previewed correctly. Actual result: See the screenshot. Error log: N/A
closed fixed
d034359
["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T08:54:33Z"
"2007-07-11T05:00:00Z"
193,674
Bug 193674 Cross table page break is not correctly[1102]
Description: Cross table page break is not correctly[1102] Please see the attached report and screen image on page2 Actual result: The measure value will display on dimension area Exception: The first and second page should be: Australia Melbourne 6.0 null value null value null value null value France Strasbourg null value 4.0 null value null value null value
closed fixed
75e4662
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T08:42:16Z"
"2007-06-21T10:00:00Z"
196,186
Bug 196186 Page Break not working in PDF using Page Break Interval set to 1 on a List
null
resolved fixed
f291ae1
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T08:31:49Z"
"2007-07-11T16:06:40Z"
192,430
Bug 192430 [Acceptance] "Rever to Template Item" is not shown in the top menu "Element" [00]
Description: "Rever to Template Item" is not shown in the top menu Element Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1. New a template add a label. 2. Select the label, create a template item and revert it to report element, save. 3. Select the label, click top menu "Element". Expected result: "Rever to Template Item" is shown. Actual result: Only "Create Template Report Item" and "Revert to Report Item" are shown. Error log: N/A
closed fixed
a2a7524
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/RevertToReportItemAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T03:49:37Z"
"2007-06-13T13:06:40Z"
196,257
Bug 196257 NPE when call ArgumentInfoList.argumentsIterator()
When call ArgumentInfoList.argumentsIterator(), it will throw NPE sometimes. This is caused the inner "arguments" member may not initialized when call this method.
resolved fixed
e45cb39
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/scripts/ArgumentInfoList.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/scripts/MethodInfo.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T03:40:11Z"
"2007-07-12T03:13:20Z"
195,083
Bug 195083 Background color should cover the whole data item in xtab.[1102][1200]
null
closed fixed
18dbe47
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-12T02:48:35Z"
"2007-07-02T07:06:40Z"
193,913
Bug 193913 Adding a aggregate with a column binding name that already exists should display a proper message
Build ID: 2.2RC3 Steps To Reproduce: 1.Add table to report 2.Add aggregation to table (Column Binding Name = "TEST") 3.Remove aggregate from table (the binding remains in the list of column bindings for this table) 4.Try to add the same aggregate to table (Column Binding Name = "TEST") This causes the error as shown below: An unexpected internal exception occurred.Please see log for detail. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ID:org.eclipse.birt.report.designer.ui Version:2.2.0.v20070613 Error Code:Error.GUIException.invokedByUnexpectedException Error Message:Caused by java.lang.NullPointerException. It should rather display a message that the binding already exists or just use the available binding for this aggregate. More information:
resolved fixed
8dd44d3
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ElementAdapterInvocationHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-11T08:25:53Z"
"2007-06-22T08:13:20Z"
192,115
Bug 192115 <ul><li>effect in postscript doesn't display with dot.[1201]
Description: <ul><li>effect in postscript doesn't display with dot. Build number:2.2.0.v20070612 Steps to reproduce: 1. Insert a text item, set type as html. 2. Input content as <ul> <li>first</li><li>second</li><li>third</li> </ul> 3. Preview in pdf and postscript. Expected result: Dot before list item content. Actual result: Blank space before list item content in postscript. Error log:N/A
closed fixed
efaf458
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReaderTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-11T08:01:14Z"
"2007-06-12T09:20:00Z"
195,951
Bug 195951 Focus for PNG does not work [13]
Description: Focus for PNG does not work. Build number: 2.2.0.v20070710-1223 Steps to reproduce: 1. New a Chart, set Output Format as PNG, in "Format Chart" tab, add interactivity for Value Series, Event: Focus, Action: Hyperlink or invoke script. 2. Preview, focus in Value Series. Expected result: Interactivity works. Actual result: It does not work. Error log: N/A
closed fixed
3c73438
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/engine/util/TriggerSupportMatrixTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-11T03:57:41Z"
"2007-07-10T06:46:40Z"
195,335
Bug 195335 Multithreads issue
a static hashmap in class HTMLServerImageHandler has not been synchronized which may leads to that the same images are handled(eg: write to disk) multiple times.
resolved fixed
2b5f93a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-11T02:42:23Z"
"2007-07-04T06:20:00Z"
195,627
Bug 195627 Mouse Double Click drill link to Internal bookmark dos not work for PNG [13]
Description: Mouse Double Click drill link to Internal bookmark dos not work for PNG. Build number: 2.2.0.v20070706-0959 Steps to reproduce: 1. New a Chart with bookmark "bookmark", page break after Always. 2. New another chart, output format is PNG, in "Format Chart" tab add interactivity for Value Series, select Mouse Double click as Event, select Action Hyperlink to internal bookmark "bookmark". 3. Preview, click the series of the second chart. Expected result: Can link to the first chart. Actual result: Can not link to the first chart. Error log: N/A
closed fixed
14edc35
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-10T09:16:17Z"
"2007-07-06T08:20:00Z"
195,623
Bug 195623 Action (Invoke Script&Highlight&Toggle Visibility&Toggle DataPoint Visibility) does not work if the Event is "Mouse Double Click" [13]
Description: Action (Invoke Script&Highlight&Toggle Visibility&Toggle DataPoint Visibility) does not work if the Event is "Mouse Double Click". Build number: 2.2.0.v20070706-0959 Steps to reproduce: 1. New a chart, in "Format Chart" tab add interactivity for Value Series, select Event as "Mouse Double Click", select Action as Invoke Script or Highlight or Toggle Visibility or Toggle DataPoint Visibility. 2. Preview. Expected result: Interactivity works. Actual result: Interactivity does not work. Error log: N/A
closed fixed
014e7cd
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/HTMLAttribute.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/ScriptUtil.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-10T08:05:33Z"
"2007-07-06T08:20:00Z"
195,507
Bug 195507 not support <font size="-2">
Build ID: 2.2.0 Steps To Reproduce: 1. create a text, input some html code, including <font size="-2"> 2. view as PDF result: error occurs Jul 5, 2007 5:38:50 PM org.eclipse.birt.report.engine.layout.pdf.util.HTMLStyleProcessor execute SEVERE: There is a invalid value for property SIZE of element FONT in the HTML. As far as I know, BIRT will calculate the font size in html and then convert to its own scale. I do not think it is good idea to be smart. Maybe I am wrong, I did not get the rationale behind it. But this SEVERE error should not be exposed. More information:
closed fixed
e2e4264
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/css/HTMLProcessor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTMLStyleProcessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-10T03:57:49Z"
"2007-07-05T10:06:40Z"
191,925
Bug 191925 German browser button is truncated[10]
Description: German browser button is truncated Build number:2.2.0.v200706111025 Steps to reproduce: 1. install language package. 2. start eclipse with eclipse -nl de_de 3. Insert a image, select image from resource folder Expected result: Button displays completely Actual result: See attached. Error log:N/A
closed fixed
30cdeb6
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-10T03:41:14Z"
"2007-06-11T11:06:40Z"
195,873
Bug 195873 Radio buttons in BIRT 2.1.2 reports do not display correctly in BIRT 2.2.0
Build ID: I20070625-1500 Steps To Reproduce: Steps To Reproduce: 1.Create a simple report in BIRT 2.1.2 defining a radio button with 3 selections. Each selection should have a different value and display information. In my testcase, I used pie with display text "pie chart", bar with display text "bar chart" and line with display text "line chart" 2.Add an output dynamic text line to display the parameter selected with the radio button. (Attached report design provides a simple report implementing steps 1 & 2). 3.Preview the report in BIRT 2.1.2. It should correctly show the radio buttons with the correct values and display the correct paramter selected on the report. 4.Copy the rptdesign file into a BIRT 2.2.0 project. Preview the report in BIRT 2.2.0. It incorrectly shows the radio button selections as pie, pie and pie. If you select the second radio button the paramter selected will show on the report as "bar". More information: The problem seems to be introduced in BIRT 2.2.0 with the addition of a new property in the reports parameters list. If the XML is editted in BIRT 2.2.0 and the following property line is inserted into the XML file, <property name="distinct">false</property>, then the correct radio button text will be displayed. More information: Reports written and tested in BIRT 2.1.2 should be upward compatable and able to be run in BIRT 2.2.0 without having to edit all the rptdesign files to add the above property setting.
resolved fixed
defe1fc
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-07-10T03:38:11Z"
"2007-07-09T19:40:00Z"