id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,508
136,973
Bug 136973 Refresh problem-column name in chart builder
Description: Use flat file datasource, if change the column name in flat file, the column name will changed in data explorer but not refreshed in chart builder accordingly. Only restart Eclipse will get the correct information.
2006-04-17 06:45:08
1,145,270,000
closed fixed
60782e7
1,148,460,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java
Birt
3,509
141,959
Bug 141959 Changing data set didn't clean old column bindings
Steps to reproduce: 1.Add two data sets, "ds1" and "ds2" 2.Add a table, binding with "ds1". All "ds1" column bindings generate automatically, that's good 3.Change "ds1" to None Expected result: All "ds1" column bindings should be cleaned Actual result: All "ds1" column bindings are still there. If changing to "ds2", "d...
2006-05-16 05:34:45
1,147,770,000
closed fixed
d8e8821
1,148,460,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java
Birt
3,510
142,902
Bug 142902 oda.xml plugin incorrectly make internal classes visible
In the MANIFEST.MF file of the org.eclipse.birt.report.data.oda.xml plugin, the following packages are exported: org.eclipse.birt.report.data.oda.xml org.eclipse.birt.report.data.oda.xml.util org.eclipse.birt.report.data.oda.xml.ui This declaration makes all classes in these packages part of the public API, for which w...
2006-05-20 23:40:23
1,148,180,000
resolved fixed
9df77e1
1,148,460,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/Connection.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataSetMetaData.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataTypes.java data...
Birt
3,511
142,859
Bug 142859 Data elements should not appear in grey in layout editor
Most elements in a report are data elements. Displaying them in grey makes it hard to read.
2006-05-19 16:44:57
1,148,070,000
resolved fixed
513900c
1,148,440,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java
Birt
3,512
140,620
Bug 140620 Chart scripting errors are ignored
Write a chart with an invalid script, the execution simply ignores the script. This makes it difficult to debug scripting. The error message is also not precise and needs improvements.
2006-05-08 13:28:02
1,147,110,000
resolved fixed
e6a196f
1,148,420,000
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/swing/ShapedAction.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingEventHandler.ja...
Birt
3,513
142,689
Bug 142689 All the shadow colors can not be take effect.
All the background shadow colors can not be take effect. Steps: 1.Create a chart 2.Open chart builder, go to "Format Chart" tab, select "Chart Area", click "Title Format", set shadow color to red 3.Preview Actual Resutls: 1.Shadow color can not be displayed Expected Results: 1.Shadow color can be displayed
2006-05-19 03:04:29
1,148,020,000
closed fixed
7749562
1,148,410,000
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
3,514
142,673
Bug 142673 Support UI preference to limit report preview max rows
UI will add a new preference to limit report preview max rows, and viewer should support it when preview report in designer.
2006-05-18 22:04:34
1,148,000,000
resolved fixed
efd532b
1,148,380,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,515
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...
2006-05-19 03:16:01
1,148,020,000
resolved fixed
0706402
1,148,370,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java
Birt
3,516
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, ...
2006-05-11 05:49:52
1,147,340,000
closed fixed
67113f2
1,148,370,000
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/eclipse/bir...
Birt
3,517
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...
2006-05-18 04:02:24
1,147,940,000
closed fixed
0f3cd1a
1,148,370,000
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
3,518
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...
2006-05-19 12:32:19
1,148,060,000
closed fixed
0f206d8
1,148,370,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java
Birt
3,519
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.
2006-05-22 20:33:48
1,148,340,000
resolved fixed
a37320c
1,148,370,000
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
3,520
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.
2006-05-19 03:07:48
1,148,020,000
closed fixed
1c18199
1,148,370,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
3,521
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-...
2006-05-18 16:30:27
1,147,980,000
closed fixed
b32dbfd
1,148,360,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java
Birt
3,522
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 ...
2006-05-09 23:25:10
1,147,230,000
closed fixed
8906c76
1,148,360,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditor.java
Birt
3,523
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...
2006-05-16 17:12:44
1,147,810,000
resolved fixed
4e3f37d
1,148,360,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java
Birt
3,524
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...
2006-05-16 07:07:27
1,147,780,000
closed fixed
cd97ea7
1,148,360,000
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
3,525
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.
2006-03-08 13:00:46
1,141,840,000
resolved fixed
f56460d
1,148,270,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java
Birt
3,526
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...
2006-05-17 23:44:57
1,147,920,000
closed fixed
b81ab26
1,148,270,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/MarkerRenderer.java
Birt
3,527
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...
2006-04-04 01:08:51
1,144,130,000
closed fixed
aa12153
1,148,270,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java
Birt
3,528
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.
2006-05-16 21:17:27
1,147,830,000
resolved fixed
3d31c20
1,148,270,000
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/eclipse...
Birt
3,529
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"
2006-05-18 22:39:01
1,148,010,000
closed fixed
84db9cd
1,148,030,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java
Birt
3,530
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...
2006-04-18 15:57:58
1,145,390,000
closed fixed
d7761f8
1,147,990,000
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
3,531
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...
2006-05-17 20:09:38
1,147,910,000
resolved fixed
22fc35a
1,147,950,000
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.java UI...
Birt
3,532
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
2006-05-17 23:49:49
1,147,920,000
closed fixed
d39b88f
1,147,950,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java
Birt
3,533
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.
2006-04-18 05:48:38
1,145,350,000
closed fixed
c7b046b
1,147,950,000
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/report/utili...
Birt
3,534
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
2006-05-17 23:39:41
1,147,920,000
closed fixed
e634288
1,147,940,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
3,535
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.
2006-05-17 20:32:39
1,147,910,000
resolved fixed
cb61399
1,147,940,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
3,536
138,562
Bug 138562 Splite extendsexcpetion to seperate sub class
The suggestion is Parent invalid Cycle extends Different type extends Not top level extends
2006-04-26 02:03:13
1,146,030,000
resolved fixed
0d103f5
1,147,930,000
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.model/src/org/...
Birt
3,537
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.
2006-05-17 01:44:59
1,147,840,000
closed fixed
9e8e66a
1,147,930,000
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
3,538
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...
2006-03-22 23:59:45
1,143,090,000
resolved fixed
020856e
1,147,920,000
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/re...
Birt
3,539
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
2006-05-16 21:59:34
1,147,830,000
closed fixed
13cc7c6
1,147,920,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java
Birt
3,540
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...
2006-05-11 03:43:08
1,147,330,000
closed fixed
166397a
1,147,870,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
3,541
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 ...
2006-04-11 23:49:47
1,144,810,000
resolved fixed
9cc83ed
1,147,860,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,542
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...
2006-05-16 05:52:47
1,147,770,000
closed fixed
37de1bb
1,147,860,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java
Birt
3,543
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...
2006-05-16 04:38:06
1,147,770,000
closed fixed
f84fb59
1,147,860,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
Birt
3,544
128,317
Bug 128317 group header and footer checkboxes
null
2006-02-16 17:00:47
1,140,130,000
resolved fixed
09b81f3
1,147,860,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,545
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...
2006-05-16 08:01:10
1,147,780,000
closed fixed
91f01da
1,147,850,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java
Birt
3,546
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...
2006-04-06 23:28:18
1,144,380,000
closed fixed
0069876
1,147,850,000
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/service...
Birt
3,547
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.
2006-03-13 19:35:32
1,142,300,000
resolved fixed
d6203ac
1,147,830,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java
Birt
3,548
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
2006-05-14 23:23:41
1,147,660,000
closed fixed
93ecc55
1,147,800,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java
Birt
3,549
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...
2006-05-16 04:36:44
1,147,770,000
closed fixed
6d8ca57
1,147,780,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
3,550
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:...
2006-05-10 22:44:42
1,147,320,000
closed fixed
2a0bc8d
1,147,770,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/AllTests.java
Birt
3,551
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...
2006-04-13 03:05:10
1,144,910,000
closed fixed
93723d1
1,147,760,000
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/Parameter...
Birt
3,552
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.
2006-05-14 23:59:43
1,147,670,000
resolved fixed
27a5435
1,147,760,000
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
3,553
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...
2006-04-29 05:02:31
1,146,300,000
closed fixed
705fc0f
1,147,760,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingPage.java
Birt
3,554
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 ...
2006-04-28 23:07:11
1,146,280,000
closed fixed
d44b32d
1,147,760,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java
Birt
3,555
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.
2006-05-10 11:49:13
1,147,280,000
resolved fixed
dc2c00a
1,147,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
3,556
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...
2006-05-10 00:36:42
1,147,240,000
resolved fixed
7dde20c
1,147,750,000
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/eclipse/birt/...
Birt
3,557
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...
2006-05-09 10:54:22
1,147,190,000
closed fixed
0925dea
1,147,690,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,558
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...
2006-04-29 02:13:29
1,146,290,000
closed fixed
c5d3787
1,147,680,000
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
3,559
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...
2006-04-18 17:24:02
1,145,400,000
resolved fixed
5739a9d
1,147,670,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/DesignerConstants.java
Birt
3,560
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() ==...
2006-05-11 05:10:01
1,147,340,000
closed fixed
e7ef370
1,147,460,000
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
3,561
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
2006-05-12 02:54:21
1,147,420,000
closed fixed
dcb8bd6
1,147,450,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java
Birt
3,562
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...
2006-05-12 02:39:30
1,147,420,000
closed fixed
ad7eb01
1,147,430,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java
Birt
3,563
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
2006-05-11 23:51:44
1,147,410,000
closed fixed
71b41f8
1,147,430,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java
Birt
3,564
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.
2006-04-13 03:42:30
1,144,910,000
closed fixed
00e473c
1,147,420,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java
Birt
3,565
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.
2006-03-05 22:29:02
1,141,620,000
closed fixed
a4d0bd0
1,147,420,000
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 model/or...
Birt
3,566
140,751
Bug 140751 using a grid in a table does not update row value
null
2006-05-09 04:21:36
1,147,160,000
resolved fixed
8541880
1,147,420,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java
Birt
3,567
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
2006-04-04 02:06:55
1,144,130,000
closed fixed
e15199a
1,147,420,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java
Birt
3,568
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....
2006-04-11 21:13:52
1,144,800,000
resolved fixed
6b54c22
1,147,410,000
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/Utility....
Birt
3,569
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...
2006-04-27 21:54:34
1,146,190,000
closed fixed
635273c
1,147,400,000
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
3,570
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...
2006-05-09 04:59:22
1,147,170,000
closed fixed
d0f8654
1,147,400,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java
Birt
3,571
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...
2006-04-29 06:16:59
1,146,310,000
closed fixed
cefa158
1,147,360,000
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
3,572
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 ...
2006-05-09 13:31:15
1,147,200,000
closed fixed
af05780
1,147,340,000
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
3,573
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...
2006-05-09 03:22:39
1,147,160,000
closed fixed
4cdb2b9
1,147,340,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TextDataEditPart.java
Birt
3,574
136,740
Bug 136740 Error exporting data from a grouped report.
null
2006-04-13 15:50:43
1,144,960,000
resolved fixed
f8c3259
1,147,330,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java
Birt
3,575
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.
2006-04-28 14:35:17
1,146,250,000
resolved fixed
890212b
1,147,320,000
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.java da...
Birt
3,576
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...
2006-04-18 04:46:16
1,145,350,000
resolved fixed
cef4f7d
1,147,320,000
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
3,577
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...
2006-05-10 00:45:32
1,147,240,000
resolved fixed
8989efb
1,147,320,000
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
3,578
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...
2006-05-08 18:09:41
1,147,130,000
resolved fixed
5cf8338
1,147,260,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java
Birt
3,579
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...
2006-02-28 10:18:31
1,141,140,000
resolved fixed
7369cd6
1,147,260,000
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/IHTMLRenderOption.java
Birt
3,580
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.
2006-05-10 02:15:13
1,147,240,000
closed fixed
b74c769
1,147,250,000
UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java
Birt
3,581
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...
2006-05-09 23:53:56
1,147,230,000
closed fixed
411737d
1,147,250,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
3,582
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...
2006-05-09 22:08:44
1,147,230,000
closed fixed
54542e4
1,147,240,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
3,583
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.
2006-03-15 09:24:18
1,142,430,000
resolved fixed
6f20f8b
1,147,230,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLKeywordRule.java
Birt
3,584
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...
2006-03-21 03:12:23
1,142,930,000
closed fixed
a779e04
1,147,230,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,585
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...
2006-03-20 22:29:21
1,142,910,000
closed fixed
288dc07
1,147,230,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java
Birt
3,586
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.
2006-05-08 02:38:36
1,147,070,000
closed fixed
e1379dc
1,147,220,000
UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java
Birt
3,587
139,340
Bug 139340 SVG Chart cannot display when deploy birt in Tomcat5.0.28
Summary: SVG Chart cannot display when deploy birt in Tomcat5.0.28 Steps to reproduce: 1. Deploy birt in Tomcat 5.0.28 2. Preview report containing svg chart Result: Blank page. Transfer chart format to jpg, then preview is OK. Preview is ok in Tomcat 5.5.7
2006-04-28 21:53:34
1,146,280,000
closed fixed
2f031231
1,147,200,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,588
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 ...
2006-05-08 01:45:00
1,147,070,000
closed fixed
8c77650
1,147,170,000
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/present...
Birt
3,589
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.
2006-05-05 13:17:37
1,146,850,000
resolved fixed
119088c
1,147,160,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java
Birt
3,590
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...
2006-04-24 02:03:59
1,145,860,000
closed fixed
08b800d
1,147,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,591
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...
2006-05-01 20:53:09
1,146,530,000
resolved fixed
815327d
1,147,140,000
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/ImportLibraryActio...
Birt
3,592
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...
2006-04-29 22:54:10
1,146,370,000
closed fixed
9c0eba1
1,147,070,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java
Birt
3,593
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...
2006-04-28 22:04:16
1,146,280,000
closed fixed
2309e10
1,147,060,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java
Birt
3,594
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...
2006-04-29 05:51:48
1,146,300,000
closed fixed
aba11a2
1,146,500,000
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
3,595
136,820
Bug 136820 viewer supports render report in pdf format
null
2006-04-14 04:50:36
1,145,000,000
closed fixed
90b8be2
1,146,300,000
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/ViewerAttrib...
Birt
3,596
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...
2006-04-28 23:31:10
1,146,280,000
closed fixed
3fa4746
1,146,300,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java
Birt
3,597
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...
2006-04-06 03:13:41
1,144,310,000
closed fixed
86bf21b
1,146,290,000
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
3,598
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.
2006-04-28 21:59:09
1,146,280,000
closed fixed
593a2a2
1,146,280,000
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/birt/repor...
Birt
3,599
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...
2006-04-27 00:59:19
1,146,110,000
closed fixed
da66584
1,146,280,000
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/report/s...
Birt
3,600
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...
2006-04-27 23:03:23
1,146,190,000
closed fixed
6865765
1,146,230,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java
Birt
3,601
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
2006-04-28 01:49:23
1,146,200,000
closed fixed
80d5215
1,146,230,000
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
3,602
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) ...
2006-04-20 14:48:38
1,145,560,000
resolved fixed
2657866
1,146,190,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java
Birt
3,603
138,732
Bug 138732 getValue fails
The following script fails on Data Element OnCreate if( this.getValue() < 70000){ this.getStyle().backgroundColor = "Purple"; }
2006-04-26 15:32:15
1,146,080,000
resolved fixed
8869109
1,146,190,000
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
3,604
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...
2006-04-11 00:54:52
1,144,730,000
closed fixed
49f4d8f
1,146,130,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/PropertyBinding.java
Birt
3,605
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...
2006-04-27 02:38:02
1,146,120,000
closed fixed
c5b824f
1,146,120,000
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/eclipse...
Birt
3,606
138,733
Bug 138733 getExpressionValue fails
The following script fails on Row OnCreate if (this.getRowData().getExpressionValue("row[CREDITLIMIT]") > 80000 ){ this.getStyle().backgroundColor = "red"; }
2006-04-26 15:33:14
1,146,080,000
resolved fixed
eb7c601
1,146,120,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ReportElementInstance.java
Birt
3,607
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.
2006-04-18 02:09:30
1,145,340,000
closed fixed
cbe2ac5
1,146,060,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java
Birt