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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
142,694 | Bug 142694 Ability to set a default name for file when getting preview as pdf | Actually the name of file, in preview as pdf, is always: "run[1].pdf". It would be very useful to have the ability to set a differente default name for file. Even the name of file could be resulting from an input parameter. This enhancement serves to user having to create a lot of reports, in Report Designer, and every... | resolved fixed | 0706402 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T09:01:39Z | 2006-05-19T06:26:40Z |
141,255 | Bug 141255 No error for the incompatible parameter value | Steps to reproduce: 1.New a decimal parameter, set the default value to "aaa" 2.Preview the report by "Preview" tab Expected result: Error to say the incompatible parameter value Actual result: Parameter request page keeps poping up till input the decimal value Note: if preview in Web Viewer, error will be thrown out, ... | closed fixed | 67113f2 | ["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.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/ecl... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T08:14:34Z | 2006-05-11T09:33:20Z |
142,432 | Bug 142432 MasterPage from library can't be restored to modify | Details: MasterPage from library can't be restored to modify Step: 1.New a library named lib1, and insert a masterpage named lib-mp. 2.Publish the library into resource folder. 3.New a report design and use lib1. 4.Drop the lib-mp from library explorer into outline of report design. 5.Double click lib-mp, and switch to... | closed fixed | 0f3cd1a | ["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/SimpleGroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T08:07:01Z | 2006-05-18T08:13:20Z |
142,798 | Bug 142798 TVT3.2:TCT580: pl: Truncation in Report form. | OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0518 Component name: BRIT Blocking: NO Language: pl Bitmap Location: V:\defects\pl\20.001170.jpg Tester Name: Marek Gaskiewicz Steps to recreate the problem: Open New Project dialog from Eclipse File menu Select Business Intelligence and Reporting Tools Click Ne... | closed fixed | 0f206d8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T07:06:39Z | 2006-05-19T17:33:20Z |
143,105 | Bug 143105 Invalid "row" binding reference does not generate an error | Open the attached report. The data item in the second column is bound to an invalid expression row["junk"] (no binding by the name junk exists). No error is generated when this report is run. The 2nd column simply shows empty values. EXPECTED: erroneous "row" references must be reported as error. | resolved fixed | a37320c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSResultSetRow.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T06:30:40Z | 2006-05-22T23:20:00Z |
142,691 | Bug 142691 Switch between the window of two design file. The display of the binding list is abnormal. | Description: Switch the window of between two design file. The display of the binding list is abnormal. Step to reproduce: please refer to the screenshot Actual result: The first design files binding data set list will display the second ones. | closed fixed | 1c18199 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T06:19:58Z | 2006-05-19T06:26:40Z |
142,624 | Bug 142624 TVT3.2:TCT559: tw : Buttons are truncated on Manage JDBC Drivers panel | OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0516 Component name = BIRT Blocking: NO Language: tw Bitmap Location: V:\defects\cht Tester Name: Ivory Chang Problem Description: The bottom parts of characters for "Add", "Restore" & "delete" buttons are truncated. They can NOT be resized. Step: Select Window-... | closed fixed | b32dbfd | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T05:47:06Z | 2006-05-18T19:20:00Z |
140,969 | Bug 140969 In library,delete item inside grid should not transfer current view. | Description: In library,delete item inside grid should not transfer current view. steps to reproduce: 1. New a library 2. Insert a grid. 3. Insert items to grid cell. 4. Select one item in grid and press delete Expected result: Focus is on grid for next operation. Actual result: Grid disppeared, focus changed to whole ... | closed fixed | 8906c76 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T05:44:10Z | 2006-05-10T03:00:00Z |
142,091 | Bug 142091 Cannot group rows using row["__rowNum"] | See attached report. The report is a simple listing report, and I want to insert a page break after every 10 rows. To accomplish this, I create a group which groups on row["__rowNum"], then set the interval to 10. When I preview the report, it displays an error: Error0 : data.engine.InvalidGroupKey ( 1 time(s) ) detail... | resolved fixed | 4e3f37d | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T05:39:46Z | 2006-05-16T20:06:40Z |
141,969 | Bug 141969 Error when get value from IDataExtractionTask with filter | Description: Error when get value from IDataExtractionTask with filter Steps to reproduce: 1. Set filter for DataExtractionTask 2. Extract data from report document 3. Get filtered data Pls see attached java class and report design. Result: org.eclipse.birt.data.engine.core.DataException: Invalid field name: OFFICECODE... | closed fixed | cd97ea7 | ["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/document/viewing/ExprMetaUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T05:21:19Z | 2006-05-16T11:46:40Z |
130,946 | Bug 130946 Switch to ICU collator class in JdbcDriverManagerDialog | Class org.eclipse.birt.report.data.oda.jdbc.ui.JdbcDriverManagerDialog uses java.text.Collator. This should be converted to using ICU4J (icu.text.Collator). Since the ICU classes are somewhat different some code rewrite is needed in this class. | resolved fixed | f56460d | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-22T05:15:31Z | 2006-03-08T17:46:40Z |
142,403 | Bug 142403 3D line chart, set marker shape to special shape, interactivity can not take effect. | 3D line chart, set marker shape to special shape, interactivity can not take effect. Steps: 1.Create a 3D line chart 2.Open chart builder, go to "Format chart" tab, select Value(Y) series, add a interactivity, click "Markers", select the last one 3.Preview Actual Results: 1.Interactivity can not be take effect Expected... | closed fixed | b81ab26 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/MarkerRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-22T03:46:00Z | 2006-05-18T02:40:00Z |
134,662 | Bug 134662 An unfriendly message pop up when input a very large number in filter Top N | Description: May be Top N value should be less than 100000 but the error message to user is not friendly enough. Step to reproduce: 1.new a datasource and a dataset 2.in the dataset add a filter with top N 3.enter 3655566 in top n 4.click the "Preview Results" Actual result: An error message tell that "data.engine.Inva... | closed fixed | aa12153 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-22T03:08:43Z | 2006-04-04T05:53:20Z |
142,129 | Bug 142129 "Export Data" dialog title should be exported to *.properties file. | Text for "Export Data" dialog title cannot be found in the properties file. There is one "Export Data" in BirtResource.properties, but this is for the toolbar and has been translated. Please check the sreen shot for detail. | resolved fixed | 3d31c20 | ["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/AbstractBaseFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-22T02:37:51Z | 2006-05-17T01:40:00Z |
142,675 | Bug 142675 [Regression]Query change is not saved without "Preview Results" | Steps to reproduce: 1.New a sample data source and a data set with table "CUSTOMERS" 2.Edit the data set, change table to "ORDERS", click "OK" Expected result: Query text is changed Actual result: Changed query is not saved unless click "Preview Results" before click "OK" | closed fixed | 84db9cd | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-19T07:59:36Z | 2006-05-19T03:40:00Z |
137,359 | Bug 137359 Provide run-time capability to use externalized data source connection info | I don't see a lot of practicality in creating flat file datasets that you can only filter at the report design level. In order to make this useful, we need to be able to filter (where clause) by a user selected parameter. This is especially problematic because there really isn't any good way to allow for a user to pull... | closed fixed | d7761f8 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/Constants.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T20:51:13Z | 2006-04-18T19:53:20Z |
142,376 | Bug 142376 Set initial AggregateOn selection based on group level of data item | Create a table with a group. The following is the most common operation sequence for a user to insert an aggregate into the header of that group: (1) Insert a data item to the header of the group (2) In the ensuring "Select Data Binding" dialog, insert a new data binding and then edit the expression to create the aggre... | resolved fixed | 22fc35a | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataUtil... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T10:42:36Z | 2006-05-17T23:53:20Z |
142,404 | Bug 142404 [smoke][regression] dynamic parameter does not work properly | steps to reproduce: - create a report - create a data source - create a data set using the data set - create a dynamic parameter bound to the data set - preview report expected behavior: - dynamic parameter works properly actual behavior: - it simply didn't, there are no values listed in drop down box | closed fixed | d39b88f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T10:04:32Z | 2006-05-18T02:40:00Z |
137,176 | Bug 137176 It takes unacceptable long time to render a report | Description: Get the attached report design, preview in report designer. It takes unacceptable long time to render a report, and users could not get the output finally. Even during the rending, the computer could not do anything else. | closed fixed | c7b046b | ["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/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/repo... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T09:55:58Z | 2006-04-18T08:46:40Z |
142,401 | Bug 142401 [Smoke]Auto text selection of master page can't be found in library | Details: [Smoke]Auto text selection of master page can't be found Description: In library, switch to master page tab, and open the palette. I can't find the selection of auto text | closed fixed | e634288 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T07:33:25Z | 2006-05-18T02:40:00Z |
142,382 | Bug 142382 The id/iid are not associated with chart's containing table. | id/iid is still associated with <img> even after enable the vertical bar. | resolved fixed | cb61399 | ["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 | 2006-05-18T07:21:49Z | 2006-05-17T23:53:20Z |
138,562 | Bug 138562 Splite extendsexcpetion to seperate sub class | The suggestion is Parent invalid Cycle extends Different type extends Not top level extends | resolved fixed | 0d103f5 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IVersionInfo.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.mod... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T06:44:40Z | 2006-04-26T05:40:00Z |
142,144 | Bug 142144 [Smoke][regression]Style cannot be modified and applied. | Description: Style cannot be modified and applied. Steps to reproduce: 1. New a style. 2. Edit it in StyleBuilder and click OK 3. Insert a label, right click and apply the style. Result: After step2, Style name already exist, please chosse a different name. In step3, The created style is gray. | closed fixed | 9e8e66a | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/schematic/action/MasterPageAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/MenuUpdateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T04:27:42Z | 2006-05-17T04:26:40Z |
132,943 | Bug 132943 Cache Data Set Metadata in Report Design | In BIRT 2.0, Report Designer must be able to connect to a Data Set's external data source in order for the data set to be usable for the design session. This is because the Data Set metadata is not cached. It is desirable for us to allow offline design sessions even if the data source is not available. To do this, we n... | resolved fixed | 020856e | ["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", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T03:55:58Z | 2006-03-23T05:00:00Z |
142,132 | Bug 142132 [regression] cascading parameter does not work properly | steps to reproduce: - use attached report, which contains a group of cascading parameters - preview report expected behavior: - cascading parameter works properly actual behavior: - it simply didn't - i tried several combination, the 3rd value were always empty | closed fixed | 13cc7c6 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-18T01:26:29Z | 2006-05-17T01:40:00Z |
141,214 | Bug 141214 Sript: Set label outline thinkness, label can be changed to bolder. | Sript: Set label outline thinkness, label can be changed to bolder. Steps: 1.Create a bar chart 2.Script: function beforeDrawAxisLabel(axis, label, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); if (axis.getType() == AxisType.TEXT_LITERAL) label.setVisible(false); else { label.getCapti... | closed fixed | 166397a | ["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 | 2006-05-17T14:01:29Z | 2006-05-11T06:46:40Z |
136,261 | Bug 136261 Data Set Editor's Output Columns may fail to get Result Set Columns Definition | In the Data Set Editor, when a user selects the Output Columns page, the current implementation executes the data set query to obtain the result set meta data directly from the ODA runtime driver. This happens even when an ODA custom page has already provided the result set columns definition. Similar direct access is ... | resolved fixed | 9cc83ed | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T10:45:10Z | 2006-04-12T02:46:40Z |
141,961 | Bug 141961 All default column binding names for data are the same | Steps to reproduce: 1.Add a data. In the pops up window, add a column binding, "[result_set_col_name]" is given as the default column binding name 2.Add another column binding Expected result: Another different column binding name is given Actual result: The same column binding name is given An exception occurred. Plug... | closed fixed | 37de1bb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T10:00:05Z | 2006-05-16T09:00:00Z |
141,951 | Bug 141951 Export data throw NPE when target document doesn't exist | Description: Export data doesn't work when deploy birt in WebSphere6 Steps to reproduce: 1. Deploy birt in WebSphere6 2. Preview report and click Export Data Result: java.lang.NullPointerException Stack Trace: org.apache.axis.AxisFault.makeFault(AxisFault.java:101) org.eclipse.birt.report.soapengine.processor.AbstractB... | closed fixed | f84fb59 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T09:51:27Z | 2006-05-16T09:00:00Z |
128,317 | Bug 128317 group header and footer checkboxes | null | resolved fixed | 09b81f3 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T08:47:13Z | 2006-02-16T22:46:40Z |
141,979 | Bug 141979 NPE when click name in Select Data Binding dialog. | Description: NPE when click name in Select Data Binding dialog. Steps to reproduce: 1. Insert a data item 2. Click the cell right below Name Expected result: NO errors Actual result: java.lang.NullPointerException at org.eclipse.jface.viewers.TableEditorImpl.activateCellEditor(TableEditorImpl.java:78) at org.eclipse.jf... | closed fixed | 91f01da | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T07:02:41Z | 2006-05-16T11:46:40Z |
135,444 | Bug 135444 The Title of the report cann't be refresh | Description: The Title of the report cann't be refresh Steps to reproduce: 1. The Title property should appear as the HTML browser title when viewing a report. 2. set 'Birt Report' in the Title property, preview and it's ok 3. rename the title to 'Report' and save Actual result: The title is still 'Birt Report' Expecte... | closed fixed | 0069876 | ["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... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T06:31:48Z | 2006-04-07T03:20:00Z |
131,622 | Bug 131622 UI - Autotext enhancments - Support Total Page count | Engine will support total page count. We need to make the UI changes to support the total page count. | resolved fixed | d6203ac | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-17T02:59:18Z | 2006-03-14T01:33:20Z |
141,706 | Bug 141706 Interactivity on SVG chart didn't work in Viewer | Steps to reproduce: 1.New a SVG chart, add an interactivity on chart title 2.Preview report in Web Viewer and click chart title Expected result: Link to the target page Actual result: Interactivity didn't work | closed fixed | 93ecc55 | ["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 | 2006-05-16T16:35:01Z | 2006-05-15T02:26:40Z |
141,950 | Bug 141950 Selection of select value in data set filter is error | Details: Selection of select value in data set filter is error Step: 1.New a report design. 2.Create a sample datasource and dataset. 3.Switch to filter. 4.Select a value in expression. 5.Drop the list of the value1 and select <select value...> Actual result: No value is appear and pop up an error. It said that "An exp... | closed fixed | 6d8ca57 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T12:05:37Z | 2006-05-16T09:00:00Z |
141,186 | Bug 141186 [Automation] Rewrite build files for test plugins and integrate with build | BIRT test framework has changed. QA's test plug-ins also need some changes. We need to rewrite the build scripts for each test plug-ins. Here is the requirements: 1. Public targets Each build file should define the several public targets: a) UnitTest b) APIJavadoc c) Clean d) Report 2. Private targets Follow the names:... | closed fixed | 2a0bc8d | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/AllTests.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T10:09:22Z | 2006-05-11T04:00:00Z |
136,564 | Bug 136564 Use a parameter from library, format can be inherited. | Use a parameter from library, format can be inherited. Steps: 1.Create a library named lib1, create a parameter named p1, string, default value: "abc", formatted as Uppercase 2.Create a report, use the lib1, drag the p1 from lib1 to the layout 3.Preview Actual Results: 1.P1 can not be formatted as Uppercase Expected Re... | closed fixed | 93723d1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/FormatBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/P... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T07:27:08Z | 2006-04-13T06:33:20Z |
141,709 | Bug 141709 The Interface "IScalarParameterModel" should provide a "TEXT_ID_PROP" member. | In order to provide the "Localization" function in Property Editor of Parameter, it requires to implement a "ScalarParameterI18nPage" Class similar to the Class of "LabelI18nPage", and it consequently needs to "IScalarParameterModel" provide a "TEXT_ID_PROP" member for "ScalarParameterHandle" Class. | resolved fixed | 27a5435 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ScalarParameterHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IScalarParameterModel.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 | 2006-05-16T07:20:44Z | 2006-05-15T05:13:20Z |
139,383 | Bug 139383 Nest query with data set parameter binding will cause an error message | Description: Nest query with data set parameter binding will cause an error message. Steps to reproduce: 1.New a sampledb data source and dataset, and input select distinct CLASSICMODELS.CUSTOMERS.STATE from CLASSICMODELS.CUSTOMERS in the Query of dataset. 2.New another sampledb data source and dataset, and input selec... | closed fixed | 705fc0f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T05:34:05Z | 2006-04-29T08:40:00Z |
139,352 | Bug 139352 It is not synchronize after the key and value on localization in layout | Steps to reproduce: 1. New a report design and new a properties file. 2. Add a label and input label. 3. Switch to Property editor Localization 4. Click ... and add a key-key1, value-label2 5. Click ... and select the key of key1. Modify the value to label3 and press add, OK. Actual result: The content of label in lay ... | closed fixed | d44b32d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T05:30:41Z | 2006-04-29T03:06:40Z |
141,064 | Bug 141064 Remove group level data binding | This bug covers the engine part of the task to remove group level data binding. After the hange, all binding expressions will be defined on the table level, and each binding expression will have an AggregateOn field to explicitly define the group level for that expression. | resolved fixed | dc2c00a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T02:33:00Z | 2006-05-10T16:53:20Z |
140,974 | Bug 140974 bad assert in ScalarParameterFragment | The following assert appears around line 98 in org.eclipse.birt.report.viewer.aggregation.parameter.ScalarParameterFragment assert paramDefaultValueObj instanceof String; If the report does not have a default value for the parameter in the report, then this assert fails even though the code that follows it explicitly h... | resolved fixed | 7dde20c | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclip... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-16T02:10:12Z | 2006-05-10T05:46:40Z |
140,805 | Bug 140805 Bidi3.2: Unable to display HTML files when clicking on chart title in the report preview window | OS: RHEL 4.0 Build id: I20060428-1315 Description: Unable to display HTML files when clicking on the chart title in the report preview window. Steps to recreate the problem: 1. Create a report project. 2. Create a new report, and insert a chart inside this report. 3. Open Edit Chart->Format Chart tab, select Chart Area... | closed fixed | 0925dea | ["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 | 2006-05-15T10:15:36Z | 2006-05-09T15:53:20Z |
139,365 | Bug 139365 The result of grouping is wrong | Description: The result of grouping is wrong. Step to reproduce: Steps to reproduce: 1. New a report. 2. Create a data source and a data set based on the report. 3. Drag the dataset to the layout, and set two groups on the table. The first level group information: Group key: CITY Interval type: prefix Range: 1 The seco... | closed fixed | c5d3787 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupBy.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-15T08:09:59Z | 2006-04-29T05:53:20Z |
137,378 | Bug 137378 Remove duplicated implementation from BIRT oda.flatfile.ui | The BIRT oda.flatfile.ui currently duplicates/copies the implementation of DTP oda.flatfile.ui, which makes it difficult to maintain. Also, it is confusing to the open source community, seeing 2 versions of almost the same implementation in BIRT and DTP. The BIRT oda.flatfile.ui plugin should either be removed, or have... | resolved fixed | 5739a9d | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/DesignerConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-15T05:57:46Z | 2006-04-18T22:40:00Z |
141,248 | Bug 141248 Script: Set axis title background color, axis title can be covered. | Script: Set axis title background color, axis title can be covered. Steps: 1.Create a bar chart 2.Script:function beforeDrawAxisTitle(axis, title, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); importPackage(Packages.org.eclipse.birt.chart.model.attribute.impl); { if (axis.getType() ==... | closed fixed | e7ef370 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T20:06:15Z | 2006-05-11T09:33:20Z |
141,488 | Bug 141488 Mouse icon didn't change with interactivity in SVG chart | Steps to reproduce: 1.New a SVG chart, add a interactivity on chart title 2.Preview the report Expected result: Mouse icon will change(to the hand shape) when hovering the chart title Actual result: Mouse icon didn't change but it will link to the target report by clicking the chart title | closed fixed | dcb8bd6 | ["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 | 2006-05-12T14:44:50Z | 2006-05-12T07:46:40Z |
141,486 | Bug 141486 Dynamic text in table that inside the grid | Description: Data item in table that inside the grid Step: 1.New a report design. Create a sample datasource and dataset. 2.Add a grid 3.Add a data item in cell(1,1), new a column named col1, "new Date()" in expression. 4.Add a table and binding the dataset. 5.Add a Dynamic text into table detial. 6.Open the expression... | closed fixed | ad7eb01 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T10:14:38Z | 2006-05-12T07:46:40Z |
141,482 | Bug 141482 [Smoke][Regression]Style didn't take effect in Web Viewer and PDF | Steps to reproduce: 1.New a report, add a label 2.New a style, set background color to red 3.Apply style on label 4.Preview in Web Viewer and PDF Expected result: Background color of label is red Actual result: Style didn't take effect in Viewer and PDF | closed fixed | 71b41f8 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T09:12:12Z | 2006-05-12T05:00:00Z |
136,571 | Bug 136571 Drop property is displayed in Property Editor for all kinds of cells. | Description: Drop property displayed in Property Editor for all kinds of cells. Drop property is only supported by cells in group but it is listed in every kinds of cells even in grid cell which will mislead users. | closed fixed | 00e473c | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T08:43:51Z | 2006-04-13T06:33:20Z |
130,494 | Bug 130494 "Baseline" vertical alignment displays different between HTML and PDF | Description: Please get the attached design file. Preview in HTML and PDF, you will get two ways to display "Baseline" vertical alignment. Steps to reproduce: 1.Create a flatfile datasource, and create dataset. 2.Get the attached designfile. Expected Result: User could get the same display result from HTML and PDF. | closed fixed | a4d0bd0 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ErrorDetail.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleVerticalAlignState.java"... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T07:17:26Z | 2006-03-06T04:40:00Z |
140,751 | Bug 140751 using a grid in a table does not update row value | null | resolved fixed | 8541880 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T07:05:01Z | 2006-05-09T07:33:20Z |
134,665 | Bug 134665 report become dirty after previewing data set | steps to reproduce: - create a report - create a data source - create a data set - save the report - open the data set - preview results expected behavior: - the state of the report remains unchanged actual behavior: - the state of the report changed, as the report became dirty | closed fixed | e15199a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T06:31:30Z | 2006-04-04T05:53:20Z |
136,230 | Bug 136230 Support for report parameter in dataset parameter definition ( default value ) | Currently we do not allow user to set 'report parameter' as the default value in the 'dataset parameter' definition - If the dataset is executed, the default value of the report parameters are used. If a report parameter does not have a default value, then the default value for the report parameter type should be used.... | resolved fixed | 6b54c22 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetViewData.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T05:55:43Z | 2006-04-12T00:00:00Z |
139,110 | Bug 139110 GUI enhancement to support create subquery more conveniently. | Description: GUI enhancement to support create subquery more conveniently. Steps to reproduce: Subquery means insert table/list inside another table/list item, and the inner table/list item doesn't has its own dataset binding. In latest build, if you want to creat a subquery structure, you have to use dataSetRow as bin... | closed fixed | 635273c | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/BindingExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T02:50:46Z | 2006-04-28T02:06:40Z |
140,754 | Bug 140754 Can't turn to the right station when use drill-through | Details: Can't turn to the right station when use drill-through Step: 1.New a report design named R1. 2.Add two label. 3.Add page break and set the bookmark as "a" on the second label. 4.New another report design named R2. 5.Add a label in R2 and set the hyperlink to R1-"a". Actual result: Preview R2 and click the hype... | closed fixed | d0f8654 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-12T02:36:11Z | 2006-05-09T10:20:00Z |
139,391 | Bug 139391 [Regression]Chart interactivity didn't work well | Steps to reproduce: 1.Add a chart, add a drill-through interactivity to chart title 2.Preview in Web Viewer, click chart title Expected result: Link to the target report, and the report display in a new window correctly Actual result: Link to the target report in the "_self" window, and display the target report incorr... | closed fixed | cefa158 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "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 | 2006-05-11T15:35:14Z | 2006-04-29T11:26:40Z |
140,860 | Bug 140860 ResourceLocator does not locate externalized strings stored in .properties files | I have been investigating the support to add my custom resource locator to find my externalized properties files and I want to make sure that I will have the right support. I looked at the BIRT code and found that org.eclipse.birt.report.model.core.BundleHelper does not use the IResourceLocator to find the .properties ... | closed fixed | af05780 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/BundleHelper.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 | 2006-05-11T09:12:40Z | 2006-05-09T18:40:00Z |
140,746 | Bug 140746 Available data sets in dynamic text is error | Details: Available data sets in dynamic text is error Step: 1.New a data source and data set 2.Add a dynamic text and binding the data set 3.Double click the dynamic text 4.Select Available data sets 5.Select Data set 6.Double click a column of data set - "dataSetRow["EMPLOYEENUMBER"]" Actual result: Preview and pop up... | closed fixed | 4cdb2b9 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TextDataEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-11T09:10:22Z | 2006-05-09T07:33:20Z |
136,740 | Bug 136740 Error exporting data from a grouped report. | null | resolved fixed | f8c3259 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-11T06:27:05Z | 2006-04-13T20:26:40Z |
139,263 | Bug 139263 org.eclipse.birt.report.data.adaptor plugin has incorrect spelling | The correct spelling for adaptor is adapter. See the org.eclipse.birt.data.oda.adapter.dtp for the correct spelling. | resolved fixed | 890212b | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/Activator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/AdapterException.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-11T03:26:32Z | 2006-04-28T18:46:40Z |
137,165 | Bug 137165 Stream closed exception | My report generates one simple chart. The data to this chart are generated by my servlet as XML. When I launch this report in web-based viewer (/birt/frameset?__report=) report is working, but when I launch it as standalone HTML (/birt/run?__report=) the viewer return exception: java.lang.RuntimeException: Stream close... | resolved fixed | cef4f7d | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-11T02:56:25Z | 2006-04-18T08:46:40Z |
140,976 | Bug 140976 assert condition off by one in ReportEngineService | The following assertion appears around line 516 in org.eclipse.birt.report.viewer\birt\WEB-INF\classes\org\eclipse\birt\report\services\ReportEngineService.java assert pageNumber > 0 && pageNumber < reportDocument.getPageCount( ); However, since page numbers start at 1 instead of 0, pageNumber could equal reportDocumen... | resolved fixed | 8989efb | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-11T02:37:42Z | 2006-05-10T05:46:40Z |
140,705 | Bug 140705 Insert group does not work properly when cache preference is set | When cache preference is set, insert group does not work properly. Steps to reproduce problem: In Birt report designer: New a report design, data source, data set; Insert a table, drag several columns into table; Set cache preference for data set: check checkbox "Cache dataset data for report view"; Select "Cache and u... | resolved fixed | 5cf8338 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T11:32:23Z | 2006-05-08T23:13:20Z |
129,792 | Bug 129792 BIDI3.2: [HCG] HTML/Web/PDF viewers are not mirrored | This is very specific BiDi issue related to the ability of the product to mirror its interface (and sometimes alter other aspects of its behavior) when Eclipse is started with option "-dir rtl" 1. Start eclipse with "-dir rtl" option 2. Create any Report 3. Preview it using Web/HTML/PDF options Result: The layout of re... | resolved fixed | 7369cd6 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOpt... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T10:56:56Z | 2006-02-28T15:20:00Z |
140,985 | Bug 140985 Cancel button in parameter dialog doesn't work | Description: Cancel button in parameter dialog doesn't work Steps to reproduce: 1. New a parameter 2. Preview and click Cancel Expected result: Transfer to layout Actual result: Nothing happened. | closed fixed | b74c769 | ["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T08:55:31Z | 2006-05-10T05:46:40Z |
140,972 | Bug 140972 [Smoke]Multiple master page doesn't work. | Description: Multiple master page doesn't work. Steps to reproduce: 1. Insert another master page 2. Double click to edit it Result: java.lang.ClassCastException at org.eclipse.birt.report.designer.core.model.schematic.HandleAdapterFactory.getLibraryHandleAdapter(HandleAdapterFactory.java:289) at org.eclipse.birt.repor... | closed fixed | 411737d | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T08:54:33Z | 2006-05-10T03:00:00Z |
140,963 | Bug 140963 Double quotation should be added to image from resource path automatically. | Description: Double quotation should be added to image automatically after select it from resource path. Steps to reproduce: 1. Insert a image 2. Select image file from BIRT resource path folder and click OK 3. Preview. Expected result: After click OK, double quotation should be added to image file automatically. Previ... | closed fixed | 54542e4 | ["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 | 2006-05-10T06:07:49Z | 2006-05-10T03:00:00Z |
131,928 | Bug 131928 tabs in the sql editor for a dataset break the syntax highlighting for the next keyword | if you type in the query like this (where <tab> is a press of the tab key) select name from user <tab>inner join address on address.user_id = user.id the syntax highlighting does not apply the correct colour to the word "inner" if you change the <tab> to a space the colour is displayed correctly. | resolved fixed | 6f20f8b | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLKeywordRule.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T03:42:19Z | 2006-03-15T13:40:00Z |
132,644 | Bug 132644 getAllTocs(), getAllBookMarks() should be in ModuleHandle but not ReportDesignHandle | Steps to reproduce: 1.New a library, add a label with bookmark "a" 2.New another label, add "Internal Bookmark" hyperlink on it Expected result: "a" will be listed in the bookmark list Actual result: No bookmark will be returned coz getAllBookMarks() can only be used in ReportDesignHandle Note: getAllTocs() has the sam... | closed fixed | a779e04 | ["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 | 2006-05-10T03:34:18Z | 2006-03-21T08:33:20Z |
132,622 | Bug 132622 Published template won't display in the template wizard | Steps to reproduce: 1.New a template 2.Open Preferences->BIRT->Template, change the default path to the root where eclipse exists. For example: the default path is /D:/eclipse/plugins/org.eclipse.birt.report.designer.ui_2.1.0.N20060319-2230/templates/ , change it to /D: without slash "/" following the comma ":" 3.Publi... | closed fixed | 288dc07 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T03:21:06Z | 2006-03-21T03:00:00Z |
140,538 | Bug 140538 Can't save by auto when it is preview after create the 2nd parameter | Details: Can't save by auto when it is preview after create the 2nd parameter Step: 1.New a report design. 2.Create the 1st parameter and preview. 3.Create the 2nd parameter and preview. Actual result: After step 2, it is ok. After step 3, if I have not press save button, it will not save by auto. | closed fixed | e1379dc | ["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-10T01:24:40Z | 2006-05-08T06:33:20Z |
140,534 | Bug 140534 [Smoke]Can't changed the value of parameter use show report parameter | Details: [Smoke]Can't changed the value of parameter use show report parameter Step: 1. New a parameter. 2. Change display type to list box. 3. Insert some value into selection value and set the first value to default value. 4. Drop the parameter inro layout 5. Preview and press show report parameter, change the value ... | closed fixed | 8c77650 | ["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... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-09T09:46:12Z | 2006-05-08T06:33:20Z |
140,395 | Bug 140395 IImage.getID() return null on chart images | When I use image.getID() to retrieve ID of chart image, it always returns null. | resolved fixed | 119088c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-09T08:20:11Z | 2006-05-05T17:26:40Z |
138,175 | Bug 138175 bookmark link set in drill through link should be saved in Hyperlink Options dialog. | Description: bookmark link set in drill through link should be saved in Hyperlink Options dialog. Steps to reproduce: 1. Define a drill through link with target bookmark selected. 2. Reopen Hyperlink Options dialog Result: The selected bookmark is gone but it is saved in xml source. Expected result: Target bookmark dis... | closed fixed | 08b800d | ["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 | 2006-05-09T06:56:43Z | 2006-04-24T06:26:40Z |
139,648 | Bug 139648 BIRT Resouce deployment issue - Wrong relative path generated. | - Set the BIRT Resource Path using Windows->Preference to E:\birt\birtResources - Copy base.rptlibrary, testlibrary.rptlibrary files to the above location. - Now the library explorer will show all the two libraries. - Create a report design and add the report items from the libraries. - Open the XMLSource view of the r... | resolved fixed | 815327d | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ImportLibr... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-09T02:46:36Z | 2006-05-02T00:33:20Z |
139,409 | Bug 139409 Properties file with multi-catalog | Details: Properties file with multi-catalog Step: 1. Set the resource folder as c:/source 2. Create a folder in resource folder: c:/source/properties/ 3. New a report design and create a properties in c:/source/properties/ 4. Add a label ans switch to Locatization, press ... 5. Add a key and value. Actual result: It sa... | closed fixed | 9c0eba1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-08T06:54:56Z | 2006-04-30T04:06:40Z |
139,346 | Bug 139346 Using isTopN in table inside list group header doesn't work. | Description: Using isTopN in table inside list group header doesn't work. Steps to reproduce: 1.Insert a list with a group 2.Insert a table to list group header 3.Using Total.isTopN(row[],2,null,0) as filter expression in table item. 4.Preview Result: Only the first group displayed top 2 records, other groups kept disp... | closed fixed | 2309e10 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-08T05:02:34Z | 2006-04-29T03:06:40Z |
139,388 | Bug 139388 Tooltip keeps displaying after mouse click and can find no way to make it disappear. | Description: Tooltip keeps displaying after mouse click and can find no way to make it disappear. Steps to reproduce: 1. Insert a chart 2. Add interactivity for it so that when mouse click chart area, tooltip shows 3. Preview, and click mouse in chart area Result: Tooltip shows always. I can find no way to make tooltip... | closed fixed | aba11a2 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "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 | 2006-05-01T16:57:45Z | 2006-04-29T08:40:00Z |
136,820 | Bug 136820 viewer supports render report in pdf format | null | closed fixed | 90b8be2 | ["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/View... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-29T08:23:35Z | 2006-04-14T07:33:20Z |
139,355 | Bug 139355 Error occurs when preview a image and dataset | Decription: Insert a image from resource folder, and insert a dataset to layout for preview. Error occurs. Steps to reproduce: 1.Create a sample datasource, and a dataset with "select * from customers". 2.Pull the dataset to the layout. Insert a image from BIRT resource folder, which type is gif. 3.Error occurs when pr... | closed fixed | 3fa4746 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-29T07:47:51Z | 2006-04-29T03:06:40Z |
135,207 | Bug 135207 parameter dialog is not displayed when drill through to a PDF report that contains parameter with no default value | steps to reproduce: - create 1st report - add a report parameter (no default value) - create 2nd report - add a label "link" - edit hyperlink property (type: drill-through, target report format: PDF) - preview 1st report - click on "link" expected behavior: - parameter dialog should be displayed - target report is rend... | closed fixed | 86bf21b | ["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/servlet/ViewerServlet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-29T07:15:33Z | 2006-04-06T07:53:20Z |
139,343 | Bug 139343 [regression]Can not use __document to preview report document when deploy birt. | Summary: [regression]Can not use __document to preview report document when deploy birt. Steps to reproduce: 1. Deploy birt 2. Render a report document 3. Preview the report document by using __document Result: The design file C:\apps\jakarta-tomcat-5.5.7\webapps\birt060428\ has error and can not be run. | closed fixed | 593a2a2 | ["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/service/BirtViewerReportDesignHandle.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/bi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-29T03:22:57Z | 2006-04-29T03:06:40Z |
138,828 | Bug 138828 Export data column are disordered | Steps to reproduce: 1.Add a sample data source and a data set with table "CUSTOMERS" 2.Preview in Web Viewer 3.Click "Export data", choose columns "CUSTOMERNAME","PHONE","CITY","STATE" to be exported, click "OK" Expected result: The exported columns is alphabetic order or the same order as selected columns Actual resul... | closed fixed | da66584 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-29T01:48:08Z | 2006-04-27T03:53:20Z |
139,114 | Bug 139114 [Smoke] Cascading parameter could not work | Description: Create a 5 level cascading parameter, pull them all to the layout. Only the first parameter allow user to select the value, others are disabled. Steps to reproduce: 1.Create a flatfile datasource and dataset. Get the attached file. 2.Create a 5 level cascading parameters, pull them to the report layout. Pr... | closed fixed | 6865765 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-28T13:10:10Z | 2006-04-28T02:06:40Z |
139,125 | Bug 139125 Preview the Cascading parameter in the web viewer,it will be added "html" after the value automaticly | Description: see the picture attached.Preview the design file in web viewer, and you will find all parameter value is added "html" after. Step to reproduce: 1. Use the design file attached 2. Preview it in web viewer with choosing "CA" -> "B****" Actual result; Like the picture shows, the value of parameter is so odd | closed fixed | 80d5215 | ["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.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-28T12:07:16Z | 2006-04-28T04:53:20Z |
137,817 | Bug 137817 NPE while generating PDF report | Got this excecption when generating a big PDF report. The PDF report fails and a browser error page is displayed: WARNING: D:\workspaces\runtime-workspace\.metadata\.plugins\com.ibm.xtools.analysis.reporting\reports\codereview_severity_summary\codereview_severity_summary.pdf (The system cannot find the path specified) ... | resolved fixed | 2657866 | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-28T03:21:29Z | 2006-04-20T19:06:40Z |
138,732 | Bug 138732 getValue fails | The following script fails on Data Element OnCreate if( this.getValue() < 70000){ this.getStyle().backgroundColor = "Purple"; } | resolved fixed | 8869109 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-28T03:06:56Z | 2006-04-26T19:33:20Z |
136,041 | Bug 136041 [Regression]the dataset property binding can not work | Description: the dataset property binding can not work Steps to reproduce: 1. new a datasource and a dataset 2. new a report parameter 3. double click the dataset, set to the parameter to the dataset property binding. Actual result: java.lang.NoSuchMethodError: java.math.BigDecimal.<init>(J)V at org.eclipse.birt.report... | closed fixed | 49f4d8f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/PropertyBinding.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-27T08:55:22Z | 2006-04-11T04:33:20Z |
138,838 | Bug 138838 [Regression]Localization can't be set | Steps to reproduce: 1.New a report, add a Resource file "a.properties" for it 2.Add a label, select it, switch to property editor 3.Choose Localization, set key to "a", value to "actuate", add them to the resource file. 4.Select the key and value, click "OK" Expected result: "a=acutate" is added to the resource file an... | closed fixed | c5b824f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-27T07:54:37Z | 2006-04-27T06:40:00Z |
138,733 | Bug 138733 getExpressionValue fails | The following script fails on Row OnCreate if (this.getRowData().getExpressionValue("row[CREDITLIMIT]") > 80000 ){ this.getStyle().backgroundColor = "red"; } | resolved fixed | eb7c601 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ReportElementInstance.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-27T06:53:28Z | 2006-04-26T19:33:20Z |
137,142 | Bug 137142 Type in chart interactivity doesn't work. | Description: Type in chart interactivity doesn't work. Steps to reproduce 1. Insert a chart. 2. Set Title interactivity or other interactivity, set type to Mouse click, set Action Show Tooltip. 3. Preview. Expected result: When click mouse, tooltip shows. Actual result: When mouse moved over, tooltip showed. | closed fixed | cbe2ac5 | ["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 | 2006-04-26T15:19:04Z | 2006-04-18T06:00:00Z |
132,618 | Bug 132618 Drill-Through forces pagination... frameset forces pagination | null | resolved fixed | 96e7a71 | ["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/service/ReportEngineService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-26T10:27:05Z | 2006-03-21T03:00:00Z |
138,556 | Bug 138556 New a report, system switch the XML page | New a report, system switch the XML page Steps: 1.Create a new report design file Actual Results: 1.System will switch the XML page Expected Results: 1.System will switch the layout page | closed fixed | 546229f | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/NewLibraryWizardAdapterFactory.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/ecli... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-26T09:21:41Z | 2006-04-26T02:53:20Z |
137,415 | Bug 137415 The dataset can not be edit when the report is created by the old version birt | Description: The dataset can not be edit when the report is created by the old version birt Steps to reproduce: 1. download the attached design file 2. double click the dataset Actual result: In the first to clicking the dataset, update message is appeared. The second time to clicking the dataset, an error is thrown ou... | closed fixed | 59e2e2f | ["data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/SampleDataSetEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-26T08:24:39Z | 2006-04-19T01:26:40Z |
131,628 | Bug 131628 Dynamic pick list enhancements - BIRT designer UI changes | null | resolved fixed | ffe25c8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-26T06:56:19Z | 2006-03-14T01:33:20Z |
138,552 | Bug 138552 [Smoke][Regression]The web viewer can not work | Description: The web viewer can not work Steps to reproduce: 1. new a report 2. new a label and input something in the label 3. save and preview with the web viewer Actual result: Nothing is displayed. | closed fixed | 181bda3 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-26T05:57:09Z | 2006-04-26T02:53:20Z |
132,942 | Bug 132942 Create adaptor plugin for Data Engine to support BIRT requests | BIRT Data Engine is not designed to be dependent on the birt.model plugin (in order to promote reuse of this component). This has necessitated the class org.eclipse.birt.report.engine.adaptor.ModelDteApiAdaptor in order for BIRT components to issue BIRT model-based requests. This class currently reside in the Engine pl... | resolved fixed | d555745 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/JointDataSetDesign.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-25T23:01:43Z | 2006-03-23T05:00:00Z |
138,294 | Bug 138294 If a TemplateReportItem is set to invisible, it should be invisible in HTML output | If a TemplateReportItem is set to invisible, it should be invisible in HTML output. Right now, even if it is set to invisible, it still shows up in preview in HTML format. | resolved fixed | 79a5499 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/StyledItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.j... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-25T11:34:01Z | 2006-04-24T23:06:40Z |
136,833 | Bug 136833 Group key is affected by Generate All button in group. | Description: Group key is affected by Generate All button in group. Steps to reproduce: 1. Insert a list 2. Add a group, select a group key, then click Generate All button. Actual result: Group key disappeared, you have to reset it. | closed fixed | 0fd3c3b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-04-25T09:53:54Z | 2006-04-14T13:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.