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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
161,899 | Bug 161899 [Smoke]Font ,size,color and background color of highlight take no effects | Font ,size,color and background color of highlight take no effects Steps to reproduce: 1.new a report and new a data 2.input"my data" 3.new a hightlight and set Font.size,color and background color 4.preview in layout Expected result: highlight works well Actual result: Font ,size,color and background color of highligh... | closed fixed | c3c5f64 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/StyleDeclaration.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-23T06:10:53Z | 2006-10-23T02:20:00Z |
161,513 | Bug 161513 [Smoke] attached report design Corporation.rptdesign throw exception when previewed in html and web viewer | [Smoke] attached report design Corporation.rptdesign throw exception when previewed in html and web viewer Steps to reproduce: 1.open attached report design 2.preview in html and web viewer Expected result: it can be previewed properly Actua result: exception thrown | closed fixed | e1818d2 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-20T06:59:36Z | 2006-10-19T06:40:00Z |
161,191 | Bug 161191 Null is inserted when drag columns to query text with ctrl key pressed | Description: Null is inserted when drag columns to query text with ctrl key pressed Steps to reproduce: 1. New a data source. 2. New a dataset. 3. Press and hold ctrl key, select OFFICECODE and CITY columns, drag to query text. Expected result: "CLASSICMODELS.OFFICES.OFFICECODE,CLASSICMODELS.OFFICES.CITY" is inserted i... | closed fixed | cb59eec | ["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-10-20T06:52:22Z | 2006-10-17T07:26:40Z |
161,383 | Bug 161383 Support page-break-inside property on report item | Need support page-break-inside property on report items | resolved fixed | 407b659 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-20T02:40:18Z | 2006-10-18T08:26:40Z |
161,385 | Bug 161385 Redundant display text occour when preview a parameter | Redundant display text occour when preview a parameter Steps to reproduce: 1.new a boolean parameter 2.set "combo box" display type and "list of value" to static 3.new a parameter and display text "false" ,value "0" 4.drag the parameter to the layout 5.preview Expected result: there's only "false" displayed in paramete... | closed fixed | 0100926 | ["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/utility/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-19T07:26:00Z | 2006-10-18T11:13:20Z |
161,501 | Bug 161501 [Smoke] Chart can not be previewed in Web Viewer & HTML | Chart can not be previewed in Web Viewer & HTML Steps to reproduce: 1. Create a chart. 2. Preveiw in Web Viewer/ HTML. Expected result: Chart can be previewed. Actual result: No chart is shown. | closed fixed | f2a4c26 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/RunFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-19T06:20:43Z | 2006-10-19T01:06:40Z |
160,430 | Bug 160430 Exception when useing -1 as argument in IContent.setExtension(). | Description: ArrayIndexOutOfBoundsException when use -1 as first argument in IContent.setExtension method. Steps to reproduce: IContent content = new ContainerContent( new ReportContent( ) ); content.setExtension( -1, "invalid" ); Expected result: assert error or ignored. Actual result: java.lang.ArrayIndexOutOfBoundsE... | closed fixed | edecc2e | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java", "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-10-19T03:16:38Z | 2006-10-11T07:00:00Z |
160,650 | Bug 160650 IDataExtractionTask.selectColumns() doesn't work. | Description: IDataExtractionTask.selectColumns() doesn't work. Steps to reproduce: Codes: String[] columns={"code","territory"}; task.selectResultSet( "t1" ); task.selectColumns(columns ); IExtractionResults result = task.extract( ); assertEquals(2,result.getResultMetaData( ).getColumnCount( )); Covered in DataExtracti... | closed fixed | 2644287 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ExtractionResults.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-18T07:04:13Z | 2006-10-12T10:46:40Z |
161,174 | Bug 161174 Expect to set/get interval range with a 'String' param in GroupHandle. | null | closed fixed | 529db51 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-18T06:54:26Z | 2006-10-17T01:53:20Z |
157,681 | Bug 157681 PDF Report Generated With Layout But No Data | null | resolved fixed | 2e2295a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/DisplayManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.j... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-18T03:26:53Z | 2006-09-18T20:06:40Z |
146,352 | Bug 146352 support cancel execution for "view report ..." tool bar and menu actions. | Current "view report as HTML" and "view report as PDF" in the menu tool bar uses RunAndRender task to stream back the report output. As a result, total page count is not available when the report is being streamed back. Please change these two requests to use Run task and then render task to generate HTML or PDF, so th... | resolved fixed | f5d3573 | ["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/listener/Vie... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-18T03:21:58Z | 2006-06-10T00:40:00Z |
151,575 | Bug 151575 X series grouping problem | Steps: 1.Create a bar chart, bind the numeric type data to X series, includes duplicate datas in this column 2.Open chart builder, go to "Format chart" tab,select X series, tick grouping, type select "Numeric", interval set to 0 3.preview Actual Results: 1.in the chart, same values can not be grouped. Expected Results:... | closed fixed | 695137b | ["testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/Regression_151575.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-16T10:49:02Z | 2006-07-24T11:20:00Z |
160,803 | Bug 160803 Exception is thrown out when double click the chart | Exception is thrown out when double click the chart Steps to reproduce: 1. New a sample data source 2. New a data set: select * from CLASSICMODELS.CUSTOMERS 3. Drag a chart from palette view to layout 4. Click "Select Data" button, Select "Use Data Set"-"dSet"; X Series: Data Definitions = row["ORDERNAME"]; Y Series-De... | closed fixed | 80181fd | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BubbleChart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-13T07:57:18Z | 2006-10-13T06:13:20Z |
160,804 | Bug 160804 org.eclipse.birt.report.model compiles error in daily build 20061013 | org.eclipse.birt.report.model compiles error in daily build 20061013. The error msg is below: compileSource: [javac] Compiling 69 source files to E:\5\plugins\org.eclipse.birt.report.model\bin [javac] E:\5\plugins\org.eclipse.birt.report.model\src\org\eclipse\birt\report\model\parser\OdaDataSourceState.java:175: cannot... | closed fixed | a7350ce | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSourceState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-13T05:45:22Z | 2006-10-13T06:13:20Z |
160,796 | Bug 160796 Refresh library explorer will look for libraries recursively in resource folder. | The refresh action in library explorer's context menu will first disposes all opened libraries in library explorer then reload the libraries. There is a bug that recursively look for libraries when dispose libraries. | resolved fixed | 458b645 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/PathResourceEntry.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-13T05:44:08Z | 2006-10-13T03:26:40Z |
157,418 | Bug 157418 Nest page-break-interval fails in subQuery | Description: Nest page-break-interval fails in subQuery Steps to reproduce: 1. New sample data source and dataset from table Customers 2. Insert a table, bind it with dataset, add a group on country, insert a data item in detail row to display CUSTOMERNUMBER column. 3. Insert another table to outer table's group header... | closed fixed | fa6e9fb | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ContextPageBreakHandler.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContex... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-12T03:54:07Z | 2006-09-15T03:13:20Z |
157,720 | Bug 157720 Chart template instruction isn't in the middle place in Firefox | Description: Chart template instruction isn't in the middle place in Firefox Steps to reproduce: 1. New a template file. 2. Insert a chart, input add chart as instruction text. 3. Preview in IE and Firefox. Expected result: add chart is in the center and middle Actual result: In IE, add chart is in the center and middl... | closed fixed | f656b66 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/AttributeBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-11T08:34:26Z | 2006-09-19T01:40:00Z |
160,184 | Bug 160184 [API]DataSetID.toString() should return null but return "null" | Description: DataSetID.toString() should return null but return "null" Steps to reproduce: Run below codes: new DataSetID( null, 0, null ).toString(); Expected result: null. Actual result: "null" | closed fixed | 027bafa | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataSetID.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-11T08:27:06Z | 2006-10-09T05:00:00Z |
160,276 | Bug 160276 IColumn.getCssEngine() method should not exist | Description: IColumn.getCssEngine() method should not exist. | closed fixed | d97c5ae | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-11T02:57:36Z | 2006-10-10T08:46:40Z |
160,193 | Bug 160193 Parameter name is changed with data type | Steps to reproduce: 1.New a sample data source 2.New a data set with below query: select * from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.CUSTOMERNUMBER = ? 3.Switch to parameters in data set editor, a parameter is created automatically 4.Double click the parameter, click "..." button behind the "Linked to ... | closed fixed | 91d2033 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SessionHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-10T07:00:48Z | 2006-10-09T07:46:40Z |
160,178 | Bug 160178 NPE when new AutoTextContent( null); | Description: NPE when new AutoTextContent( null); Steps to reproduce: Run codes like: IAutoTextContent autoTextContent = new AutoTextContent( null); Expected result: Proper process of null argument. Actual result: NPE. Error logs: java.lang.NullPointerException at org.eclipse.birt.report.engine.content.impl.AbstractCon... | closed fixed | a11e5e1 | ["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-10-10T03:44:01Z | 2006-10-09T02:13:20Z |
160,176 | Bug 160176 Create design by a template | null | verified fixed | 1df3d18 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-09T09:10:31Z | 2006-10-09T02:13:20Z |
158,947 | Bug 158947 the error of the datetime type conversion | Description: Now we input "Jan 13, 2003 12:00 AM GMT0100" into the parameter as a default value. The time is not transformed base on the time zone "GMT0100". The time should be transformed. And the other form input e.g. "SUN Jan 13, 2003 12:00 AM GMT0100" should be identified correctly. Step to reproduce: 1. new a repo... | closed fixed | 43c6428 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-08T10:37:27Z | 2006-09-27T09:40:00Z |
156,636 | Bug 156636 [Acceptance] Format does not take effect in pre-defined style report | Format does not take effect in pre-defined style report Steps to reproduce: 1. New a report, add a sample datasource and data set with table "CUSTOMERS" 2. Drag the dataset in the report 3. Add a pre-define style "report" Set format Number as to Currency Set format Datetime to Shorttime Set format String to Lowercase 4... | closed fixed | 3bc4be5 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-08T09:48:48Z | 2006-09-08T04:33:20Z |
159,247 | Bug 159247 Implement toString() in class StringFormatValue, NumberFormatValue and DateTimeFormatValue | Engine need the implementation of toString() method in class StringFormatValue, NumberFormatValue and DateTimeFormatValue. | resolved fixed | 9e36391 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/FormatValue.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-10-08T02:48:09Z | 2006-09-29T08:53:20Z |
159,380 | Bug 159380 [regression]Not find DataEngineContextExt class cause all engine/dte smoke testing fail | Description Not find DataEngineContextExt class cause all engine/dte smoke testing fail Steps to reproduce: Run Engine/DTE smoke testing framework Expected result: Outputs are correct. Actaul result: All outputs are 0kb with Exception: Error happened while running the report. java.lang.NoClassDefFoundError: org/... | closed fixed | 461a814 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-30T03:58:46Z | 2006-09-30T04:20:00Z |
156,497 | Bug 156497 [Regression][Acceptance]Report isn't refreshed when delete used library file. | Description: Report isn't refreshed when delete used library file. Steps to reproduce: 1.New a library, add a label, input actuate. 2.New a report, extend lib.label 3.Delete the library file. 4.Refresh the report in Outline of the report Expected result: Empty label in Layout. Actual result: label with content "actuate... | closed fixed | 504b26c | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/LibraryReloadedEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java", "model/org.e... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-30T03:13:16Z | 2006-09-07T11:53:20Z |
159,244 | Bug 159244 IndexOutOfBoundsException when run and render report with multiple pages. | Description: IndexOutOfBoundsException when run and render report without multiple pages. See ReportItemVisitor.link() method in EngineIRReader class. Inner loop should use j instead of i. I means masterPage.getHeader( j ) and masterPage.getFooter(j) instead of i. Expected result: No exception. Actual result: Error log... | closed fixed | a33172a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-30T02:22:31Z | 2006-09-29T08:53:20Z |
159,033 | Bug 159033 Adding Datasource Property Bindings with 10,000+ ids causes incorrect XML creation. | I have a large report that has programatically generated more than 10,000 ids for my report components. Now, I go to edit the property bindings for the data source for my report, so that I can specify parameter-defined database connection properties. When I look at the XML, I find that the <list-property name="property... | resolved fixed | 022967b | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/FloatPropertyType.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/IntegerPropertyType.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NumberPropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-29T03:09:30Z | 2006-09-27T20:46:40Z |
157,259 | Bug 157259 In PDF <li> effect is incorrect when page break happens. | Description: In PDF <li> effect is incorrect when page break happens. Steps to reproduce: 1. Open attached report and preview in pdf, pay attention to the first <li>text in the beginning of second page. Expected result: Correct <li> effect. Actual result: text after <li> is displayed at the second line instead of the s... | closed fixed | a64cb17 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-28T09:17:01Z | 2006-09-14T05:00:00Z |
158,935 | Bug 158935 [2.2.0][Smoke]PDF can not preview anything by IE | Details: [2.2.0][Smoke]PDF can not preview anything by IE Step: 1.New a report and add a label 2.Preview as PDF Actual resutl: Can not preview anything Excepted resutl: Preview the label by PDF | closed fixed | b0ddf28 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.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-09-27T08:35:30Z | 2006-09-27T06:53:20Z |
155,778 | Bug 155778 Unit picas should be larger than points in pdf | Description: Unit picas is twelve times larger than points Steps to reproduce: 1. Set label item's padding top to 100 picas and preview in pdf 2. Set label item's padding top to 100 points and preview in pdf Expected result: according to css standdard,picas is larger than points Actaul result: Points unit is larger tha... | closed fixed | e8cd5b9 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/AbstractLengthManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-27T07:42:38Z | 2006-08-31T07:40:00Z |
155,943 | Bug 155943 "Restore Properties" is always enabled for extended chart | Steps to reproduce: 1.New a report, includes a library, extends lib.chart 2.Choose the chart Expected result: "Restore Properties" is disabled untill set/change any local properties for the chart Actual result: "Restore Properties" is always enabled | closed fixed | 1ab91fa | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.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-09-27T03:48:31Z | 2006-09-01T08:40:00Z |
146,208 | Bug 146208 ActionBarContributor Enhancement | Use MultiPageEditorActionBarContributor instead of EditorActionBarContributor to support more multi-page feature. | resolved fixed | 4b3efcb | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/FormPageDef.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/actions/MultiPageEditorActionBarContributor.java", "UI/org.eclipse.birt.report.designer.ui.editor... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-27T03:20:00Z | 2006-06-09T10:46:40Z |
158,710 | Bug 158710 Page break lost when printed as PDF in web viewer | Masterpage was lost when printed as PDF in web viewer Steps to reproduce: 1.preview attached report in web viewer 2.print as PDF Expected result: Preview as PDF directly and printed as PDF in web viewer shoud be the same Actual result: Printed as PDf in web viewer lost master pages while previewed as PDF directly works... | closed fixed | 8f64bb4 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-27T02:59:20Z | 2006-09-26T08:40:00Z |
158,494 | Bug 158494 [Regression] Exception is thrown out when apply a pre-defined style to an item | Exception is thrown out when apply a pre-defined style to an item Steps to reproduce: 1. New a pre-defined style "Data": edit font color as red 2. Drag data from palette to lay out 3. Choose the data item and go to Properties editor -> General -> Style Expected result: Style Data should not show up Actual result: Choos... | closed fixed | ffcf46d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-26T08:39:55Z | 2006-09-25T02:06:40Z |
158,662 | Bug 158662 Image constructor is incomplete | The Image constructor Image(IImageContent) does not copy the imageMap member of IIMageContent. This can lead to bugs whereever the IImage interface is used to retrieve the Chart Image Map. | resolved fixed | 4e5bdbf | ["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-09-26T02:21:15Z | 2006-09-25T21:33:20Z |
154,304 | Bug 154304 Script generated in SVG chart when scripting disabled | If I use the Birt Chart API to render a chart to an SVG document and I call RunTimeContext.setScriptingEnabled(false) to disable scripting, the resulting document still contains scripts. | resolved fixed | 065c303 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/ISVGConstants.java", "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/SVGRendererImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-26T02:04:52Z | 2006-08-17T21:26:40Z |
155,551 | Bug 155551 Arabic Separated Characters in PDF Export | When viewing the Report Design with the eclipse plugin, the Arabic characters are OK and contiguous, but when the report is exported to PDF the characters are shown separately. | resolved fixed | 98d6727 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-25T08:30:53Z | 2006-08-29T14:00:00Z |
156,324 | Bug 156324 Selectively broadcast event for older library | null | resolved fixed | 00f9f37 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-25T07:00:08Z | 2006-09-06T08:06:40Z |
158,256 | Bug 158256 Parameter dialog won't pop up in web viewer with internal browser | Steps to reproduce: 1.Open Window->Preferences->Preview, untick "Always use external browsers"and choose "Default System Browser" 2.New a parameter without default value 3.Preview in Web Viewer, input "a" as the parameter value 4.Close the browser, and preview in Web Viewer again Expected result: Parameter dialog pops ... | closed fixed | 968ad54 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/embedded/EmbeddedBrowserAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-22T06:50:47Z | 2006-09-22T01:53:20Z |
158,255 | Bug 158255 Wrong method name in PlatformConfig | There is a method in org.eclipse.birt.core.framework.PlatformConfig class: public void getBIRTHome( String birtHome ) { properties.put( BIRT_HOME, birtHome ); } but obviously the method name should be "setBIRTHome". | resolved fixed | 3589900 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/PlatformConfig.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-22T06:05:59Z | 2006-09-22T01:53:20Z |
158,102 | Bug 158102 [Regression]Html visibility effects seems to take no effects to all items | Html visibility effects seems to take no effects to all items Steps to reproduce: 1.new a report 2.add report items and set html visibility to them Expected result: Html visibility should take effects Actual result: No effects were displayed to all items | closed fixed | ce79327 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-21T10:11:48Z | 2006-09-21T06:26:40Z |
156,322 | Bug 156322 Properties file without name should be forbidden to add to the resource folder | Steps to reproduce: 1.New a report, switch to Property Editor->Resources 2.Click "Add", add a properties file named ".properties" Expected result: This name is invalid Actual result: ".properties" is added to the resource folder but it can't be used in the report | closed fixed | 038ee79 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-21T09:31:29Z | 2006-09-06T08:06:40Z |
157,948 | Bug 157948 Default value of datetime parameter doesn't take effect | Default value of datetime parameter doesn't take effect Steps to reproduce: 1.new a report and new a parameter 2.set the parameter data type"DateTime",display type"Radio Button" and new two parameters,the display text and value of the first are "this year" and "09/05/2006 the second is "last year" and "09/05/2006" 3.pr... | closed fixed | ad71f4c | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.ec... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-21T03:17:48Z | 2006-09-20T08:13:20Z |
156,331 | Bug 156331 NumberFormatException when clear extends property's value in report | Description: NumberFormatException when clear extends property's value in report Steps to reproduce: 1. New a library. 2. New a data source and dataset, drag the dataset to Layout. 3. Publish the library 4. New a report. 5. Drag table from library to report, click Script, clear value of extends property in table item. ... | closed fixed | 683c4fc | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GraphicalPartFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-21T03:12:41Z | 2006-09-06T08:06:40Z |
157,722 | Bug 157722 List group header displays twice when the group begins in a new page. | Description: List group header displays twice when the group begins in a new page. Steps to reproduce: 1. Preview attached report in pdf. 2. See the next page Expected result: One group header. Actual result: Group header displays twice. | closed fixed | 5a5345c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-21T03:11:59Z | 2006-09-19T01:40:00Z |
155,765 | Bug 155765 Set font Andalus to element, preview in pdf, system throws exception | Set font Andalus to element, preview in pdf, system throws exception Steps: 1.Create a label into layout 2.Set font Andalus 3.Preview in pdf Actual Results: 1.System throws exception org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report | closed fixed | f9d2682 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-20T07:44:54Z | 2006-08-31T07:40:00Z |
155,958 | Bug 155958 Backward compatibility on 'resultset' property | Before 2.0 build, we always take the 'resultset' property on as resultset hint function. But currently, it is different.'resultset' property is to keep the oda resultset metadata,'resultsetHints' replace the function of 'resultset' as the real hints property. Currently Model has done backward compatibility on transform... | resolved fixed | 872b390 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-19T09:28:02Z | 2006-09-01T11:26:40Z |
157,744 | Bug 157744 [Regression]GUI has memory leak | Causes by 153732, designer has a regression to hold the report design handle in a hashmap. That causes the report design can not be released. | resolved fixed | 2c6751a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-19T08:43:22Z | 2006-09-19T07:13:20Z |
152,948 | Bug 152948 Print as pdf not working for bar chart having Y-Series interactivity. | In BIRT2.1 release, a bar chart having a drill-through set on its Y-Series when rendered works fine, but on clicking the print as pdf option, produces a blank page. In the same report, if the drill-through is set on the chart area interactivity, everything including the print as pdf option works fine. | resolved fixed | 7cf3c99 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-19T05:38:22Z | 2006-08-07T08:40:00Z |
157,135 | Bug 157135 Use source from library error in a special condition | Description: Set the preferences->Report Design->Resource Fold as its default value(blank).Drag a something from library to a report which is in a subfold of a project.It will get an error. Step to reproduce: 1. go to preferences->Report Design->Resource, in that page click the "Restore Defaults" 2. New a report projec... | closed fixed | d085206 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-18T09:45:58Z | 2006-09-13T06:46:40Z |
157,453 | Bug 157453 connections not released running report with parameters | Running a report with dynamic parameters (combo filled with db query) there are a lot connections that aren't released after execution. These connections are used to fill combo box with data from db. This causes reaching max connection limit on db (Oracle 9) I see that in class BirtViewerReportService there are some me... | resolved fixed | d835cdf | ["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-09-18T02:34:08Z | 2006-09-15T11:33:20Z |
157,264 | Bug 157264 Pictures became less when the attached report was previewed in PDF | Pictures became less when the attached report was previewed in PDF Steps to reproduce: 1.run the attached file in PDF Expected result: There will be 6 pictures in PDF Actual result : There were only 2 pictures in PDF | closed fixed | 92d42bd | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTM... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-15T05:28:26Z | 2006-09-14T05:00:00Z |
157,263 | Bug 157263 "cm" and "mm" of line height doesn't take effects in PDF | "cm" and "mm" of line height doesn't take effects in PDF Steps to reproduce: 1.new a label and input some text 2.add borders to it 3.set line height in properties window ,but use cm or mm unit 4.Preview it Expected results: Line height take effects Actual results: "cm" and "mm" doesn't take effects | closed fixed | 97adf23 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-14T08:14:42Z | 2006-09-14T05:00:00Z |
157,262 | Bug 157262 Column visibility doesn't work properly in attached report in PDF | Column visibility doesn't work properly in attached report Steps to reproduce: 1.open the attached file 2.preview it in PDF Expected result: Column visibility works well in PDF Actual result: The column visibility of the second and third column of the inner grid in the cell(1,0) doesn't works | closed fixed | 60331a3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-14T08:09:43Z | 2006-09-14T05:00:00Z |
157,256 | Bug 157256 [smoke][regression] fail to locate existing resource file | steps to reproduce: - create a report, select the report - go to property editor, choose resources - add a resource file, say key.properties under resource folder, click on ok - notice /key is displayed in the resource file text box - switch to report layout - add a label item, edit its localization, click on add expec... | closed fixed | fce9303 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-14T06:01:58Z | 2006-09-14T02:13:20Z |
156,969 | Bug 156969 [regression]Group header repeat doesn't work in Web Viewer. | Description: Group header repeat doesn't work in Web Viewer. Steps to reproduce: 1. New a data source and dataset, drag the dataset to Layout. 2. Add a group. 3. Set page break in the first data item in table detail row. 4. Preview in web viewer。 Expected result: Group header is repeated in each page. Actual res... | closed fixed | 4679ef0 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-12T14:16:48Z | 2006-09-12T05:46:40Z |
155,509 | Bug 155509 ModuleHandle findResource method does not support .properties files | There is no fileType for .properties files in IResourceLocator | resolved fixed | 489076d | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IResourceLocator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.b... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-12T09:03:50Z | 2006-08-29T08:26:40Z |
156,923 | Bug 156923 Group page break auto behavior | Current behabvior - When page break property is set to auto. By default BIRT engine creates page breaks for the outermost group. Expected behavior - Group level page break, auto should not create page breaks for the any group ( including outermost ) | resolved fixed | a0607ed | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GroupExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-12T06:01:57Z | 2006-09-11T18:40:00Z |
155,513 | Bug 155513 New behavior to create column binding names. | The rule is that: if a content element defines data set or column bindings, to refer bindings on container, it must use syntax like row._outer. So, ONLY check the data binding to which the new column is being added. That is, binding names can be same for content and container elements. For example, if the column bindin... | verified fixed | fab652c | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedColumnHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportItem.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-11T09:31:13Z | 2006-08-29T08:26:40Z |
153,896 | Bug 153896 Improve the performance of BIRT datetime-converting | The current datetime converting algorithm in birt.core, xml&flatfile ODA implementations are not efficient enough.This is because we use java's SimpleDateTimeFormatter to parse ISO8601 compatible date/time values. We should write our own datatime string parser for ISO8601 datetime format. | resolved fixed | 3d6c837 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-11T09:05:06Z | 2006-08-15T13:53:20Z |
156,658 | Bug 156658 Error occour when previewing a text with a style set word-spacing 20cm in PDF | Description: Error occour when previewing a text with a style set word-spacing 20cm Steps to reproduce: 1.new a text and input some text like "actuate great" 2.new a style and set word-spacing 20cm then apply it to the text 3.Preview in PDF Expected: No error occour Actual: Error occour Error log: org.eclipse.birt.repo... | closed fixed | 635701e | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-11T03:27:36Z | 2006-09-08T07:20:00Z |
156,642 | Bug 156642 [Regression]Script of onPrepare is no effect | Details: Script of onPrepare is no effect Set any function on onPrepare, but it is no effect. For example: this.getStyle().color="red" Excepted: it is effect | closed fixed | e4113fd | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-08T05:51:46Z | 2006-09-08T04:33:20Z |
156,632 | Bug 156632 [Acceptance]Cannot paste theme when select Themes in Outline. | Description: Cannot paste theme when select Themes in Outline. Steps to reproduce: 1. New a library. 2. Select defaulttheme in outline and cut it 3. Select Themes and right click to paste the theme back. Expected result: Paste in context menu can be used. Actual result: Paste is gray | closed fixed | 1a6ca4f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-08T03:06:21Z | 2006-09-08T01:46:40Z |
156,462 | Bug 156462 Warning message shows up when open RCP Designer | Warning message shows up when open REC Designer Steps to reproduce: open BIRT RCP Designer Expected result: no error message Actual result: warning message shows up: NLS missing message: ReportSettingPageDesc in: org.eclipse.birt.report.designer.ui.rcp.nls.messages | closed fixed | 833b7e1 | ["UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/rcp/nls/DesignerWorkbenchMessages.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-07T09:42:34Z | 2006-09-07T00:46:40Z |
156,317 | Bug 156317 [Deploy][WAS5]Preview report with XML data source in LAN failed in frameset servlet. | Description: Preview report with XML data source in LAN failed in frameset servlet. Test environment: WebSphere 5.1 Win2000 Steps to reproduce: 1. Deploy birt in Websphere5 2. Preview attached report which uses XML file as data source and the XML file is stored in local LAN. 3. Preview with frameset servlet 4. Preview ... | closed fixed | eb58371 | ["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-09-07T08:15:33Z | 2006-09-06T08:06:40Z |
156,469 | Bug 156469 Should not new a file that is not a *.properties on resource file | Desctiption: Should not create a file that is not a *.properties on resource file when the resource folder has not any other *.properties Step: 1.Set the resource folder path is blank. 2.New a report project. 3.New a report design. 4.Click the blank area on layout. 5.Select Property Editor - General - Resources 6.Click... | closed fixed | 59a40fb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceSelectionValidator.java", "UI/org.eclipse.birt.report.designer.ui/src/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-07T05:29:58Z | 2006-09-07T03:33:20Z |
156,335 | Bug 156335 Blank value is not accepted without display text | Steps to reproduce: 1.New a list parameter, add a seletion choice: value->blank, display text->a 2.Drag the parameter to the layout 3.Preview, choose "a" in select list, blank value is accepted. It's expected result 4.Back to the layout, clean the display text for the parameter 5.Preview, choose the blank value in sele... | closed fixed | ca68aff | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-07T03:41:42Z | 2006-09-06T10:53:20Z |
156,338 | Bug 156338 [Acceptance]Exception thrown when set prefix interval to 2 | Description:Exception thrown when set prefix interval to 2 Steps to reproduce: preview the attached reports and set prefix interval of group to 2 Expected result: It works properly. Actula result: When setting the prefix interval to 2 exception thrown but it worked properly while the prefix interval was 1 Error log: or... | closed fixed | 4cb1f37 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/StringGroupCalculator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-06T13:25:28Z | 2006-09-06T10:53:20Z |
156,180 | Bug 156180 Problem with Dataset Filteration | In one Report I hv used the report parameters for From Division and To Division . When I run this report for the first time it is fine and filter the data for the division code , But, when I running the same report for the second with some other division code combination, the data is not getting refreshed . For eg : su... | resolved fixed | 6db3b7d | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-06T10:04:00Z | 2006-09-05T09:53:20Z |
156,166 | Bug 156166 Error occour when previewing attached report in web viewer. | Decription:Error occour when previewing attached report in web viewer. Steps to reproduce: 1.run attached reports in web viewer. Expeceted results: preview properly Actual results: Error occour when previewing the reports in web viewer while it works properly in html and PDF | closed fixed | 3b605de | ["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/RowSaveUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader1.java", "data/org.eclipse.birt.dat... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-06T09:14:37Z | 2006-09-05T09:53:20Z |
156,159 | Bug 156159 [acceptance] data item disappears when preview in pdf | steps to reproduce: - create a report - add a data item - bring up properties - set its width to 1cm or 50%, etc - set its background color to blue - preview in html and pdf expected behavior: - data item width is changed in html and pdf report actual behavior: - i got one empty report when preview in pdf | closed fixed | e190fc7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-05T09:17:29Z | 2006-09-05T07:06:40Z |
156,084 | Bug 156084 __bookmark doesn't work in pdf with frameset servlet | null | closed fixed | 00ccf8e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-05T05:58:04Z | 2006-09-04T06:06:40Z |
152,542 | Bug 152542 Supports user-specified link of an ODA Data Set Parameter to a BIRT Report Parameter | BIRT 2.1 currently supports a small subset of the ODA parameter metadata (oda.design.ParameterDefinition) specified by a custom ODA designer, by mapping them to a ROM DataSetParam. However, although most attributes defined in an oda parameter design are also supported in BIRT report parameter, their values are not carr... | resolved fixed | 94ff4db | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T09:49:32Z | 2006-08-02T03:40:00Z |
155,799 | Bug 155799 [regression]Error occour when previewing attached report in web viewer | Error occour when previewing attached report in web viewer Step to reproduce: preview attached report in web viewer Expected: work properly Actual : Error occour in web viewer while in PDF and HTML displayed properly. | closed fixed | 93e9706 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T08:57:18Z | 2006-08-31T10:26:40Z |
155,928 | Bug 155928 A jiont dataset from an old library can't be edited | Step to reproduce: 1. use the library atteched 2. drag the jiont dataset to a new report 3. go to the data explorer and open dataset editor Actual result: error occured: org.eclipse.birt.report.model.api.IllegalOperationException: The library is read-only and operation is forbidden. at org.eclipse.birt.report.model.act... | closed fixed | 546f9e3 | ["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-09-01T08:11:01Z | 2006-09-01T05:53:20Z |
155,929 | Bug 155929 [regression]Format doesn't work correctly in dynamic parameter | Description: Format doesn't work correctly in dynamic parameter Steps to reproduce: 1. New sample data source and dataset from ORDERS. 2. New a report parameter, integer, list, dynamic, select ORDERNUMBER as value and display column, set format to currency. 3. New a report paramter, datetime, list, dynamic, select ORDE... | closed fixed | 7c57912 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T07:39:16Z | 2006-09-01T05:53:20Z |
155,786 | Bug 155786 [Deploy] Total page number is wrong when render a multipage report design | When render a multipage report on BIRT deployed on web servers, total page number is not correct. It show only 1 page in all, which actually should be 123 pages. When I refresh the web pages manually, the total page number became 50, but still not the correct count. And refreshing again, it becomes 123, the correct one... | closed fixed | dbe9c35 | ["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/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/repor... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T07:01:19Z | 2006-08-31T10:26:40Z |
155,660 | Bug 155660 [regression]DateTime parameter display incorrect value when set format | Description: DateTime parameter display incorrectly Steps to reproduce: 1.Add a DateTime parameter into the report 2.Set the default value as 03/12/2005 10:15:30 AM 3.Change the format to anyone without date (such as Short time or medium time) 4.preview Expected result: Display correctly(like 03/12/2005 10:15:30 AM ) A... | closed fixed | 741f8eb | ["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/actionhandler/BirtCacheParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T06:46:42Z | 2006-08-30T09:26:40Z |
153,488 | Bug 153488 Page Break - Page breaks are created for groups automatically | In the latest build, engine alyways creats a page break before the outermost group. Issues: 1) If i add a group with company logo and header, followed by a table (with groups). The output is confusing, a page break occurs between the grid and table. A better solution would be page break occurs before each group, except... | resolved fixed | 7520b6f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ListingHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IListingElementModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java", "mode... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T06:29:39Z | 2006-08-10T20:00:00Z |
153,856 | Bug 153856 Viewing a quite big report causes a exception thrown | I built a report, which uses 4 flat file data sources(.csv file) and contains lots of query in the expression of data item. Then when viewing this report causes a exception thrown: "java.lang.ClassException:java.lang.OutOfMemoryError" And the xml of report is attahed. Thanks. | resolved fixed | 4f95131 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSaveUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T06:05:27Z | 2006-08-15T02:46:40Z |
155,784 | Bug 155784 Can not use library in outline | Details: Can not use library in outline Step: 1.New a library named Lib. 2.New a report design. 3.Switch to outline tab, right click on libraries and select use library, select Lib. Actual result: The library can not be used. | closed fixed | 23a0541 | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/navigator/PublishLibraryNavigatorAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ImportLibraryAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclips... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-09-01T04:06:18Z | 2006-08-31T10:26:40Z |
155,767 | Bug 155767 [regression]Resource folder path wasn't displayed fully when mouse was over it | Resource folder path wasn't displayed fully when the mouse was over the resource folder. Step to reproduce: 1.New a library 2.Publish to resource folder 3.Make the mouse over the "resource folder" and the resource path wasn't displayed fully. Expected result: The resource path should be displayded fully Actual result: ... | closed fixed | ae43901 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileLabelProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T08:55:36Z | 2006-08-31T07:40:00Z |
155,496 | Bug 155496 Due to inactivity, a group report gives NULL Pointer Exception on selection of TOC and Export CSV option | Steps to reproduce this issue:- 1. Access any Group report that lists groups in TOC 2. For some time do not do any activity on report page (say 15 mins.) 3. Now click on Toggle Table Contents Link 4. The pop window gets opened with following error message java.lang.NullPointerException org.apache.axis.AxisFault.makeFau... | resolved fixed | 2486b4c | ["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/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/repor... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T07:51:43Z | 2006-08-29T05:40:00Z |
155,766 | Bug 155766 [Regression]Preview will not refresh the modify in design report | Details: Preview will not refresh the modify in design report Step: 1.New a report design. 2.New a label and input label1. 3.Preview. 4.Switch to Layout and modify the content of label as label2. 5.Preview. Actual result: It preview as "label1" twice. Exception result: Preview "label2" at the second time | closed fixed | 61f8304 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T07:43:22Z | 2006-08-31T07:40:00Z |
155,473 | Bug 155473 DataSetEditor Parameter's Link to a new Report Parameter should be selected automatically | In BIRT DataSetEditor's Parameters node page, when linking to a *new* report parameter, it should have been selected automatically in the "Edit Parameter" dialog. Steps to reproduce: in BIRT DataSetEditor 1) create/update an ODA query by a custom ODA designer that defines a oda input parameter 2) switch to the Paramete... | resolved fixed | 69a88d8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Utility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T06:17:43Z | 2006-08-29T00:06:40Z |
155,637 | Bug 155637 Extended report parameter is localized after being referred by a data set parameter | Steps to reproduce: 1.New a library, add a sample data source and a data set from table "CUSTOMERS" 2.Add a dynamic report parameter "a" referring to data set column "CUSTOMERNUMBER" 3.New a report, includes the library, extends lib.a 4.Add a sample data source in report and a data set with below query: select * from C... | closed fixed | 80ad721 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java", "model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/util/IdentifierUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T05:41:19Z | 2006-08-30T06:40:00Z |
155,751 | Bug 155751 [regression]Nothing displayed when drag report items from a old library to a report layout | Nothing displayed when drag report items from a old library to a report layout Steps to reproduce: 1.new a report and use a old library in outline view 2.Drag table,label,text,chart all to the report layout 3.Nothing displayed when previewed Expected result: Items can be diplayed properly' Actual result: Items weren't ... | closed fixed | 7bdd1aa | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T05:32:12Z | 2006-08-31T02:06:40Z |
155,748 | Bug 155748 org.eclipse.birt.report.designer.ui compiles error in daily build 20060831 | org.eclipse.birt.report.designer.ui compiles error in daily build 20060831. The error msg is below: ui.jar: [delete] Deleting directory E:\5\plugins\org.eclipse.birt.report.designer.ui\temp.folder\ui.jar.bin [mkdir] Created dir: E:\5\plugins\org.eclipse.birt.report.designer.ui\temp.folder\ui.jar.bin [javac] Compiling 7... | closed fixed | 4a3f8be | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceLocator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T02:42:42Z | 2006-08-31T02:06:40Z |
155,493 | Bug 155493 [Deploy] Pictures and chart pictures are lost when preview on Weblogic Server using WAR deploy | null | closed fixed | db7b4ae | ["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/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-31T01:50:04Z | 2006-08-29T05:40:00Z |
155,646 | Bug 155646 [Regression] AssertionFailedException is thrown out when republish a library | Description: AssertionFailedException is thrown out by following steps. Steps to reproduce: 1. New a blank library, publish it 2. Add something to the library, save it, republish it Expected result: The library can be published Actual result: AssertionFailedException is thrown out, can't publish any library until you r... | closed fixed | cda59c4 | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-30T10:30:12Z | 2006-08-30T09:26:40Z |
151,361 | Bug 151361 default value for reousrce folder user preference | When user does not sepecify the resourec foler user preference, can we make the current project folder (in IDE) or the current report design file's folder (in RCP) as the default value for the resource folder. This way, by default the current project folder is the resource folder where user can create their libs and im... | resolved fixed | f06fb56 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/internal/ui/lib/explorer/model/LibDirectoryNodeModel.java", "UI/org.eclipse.birt.report.designer.ui.lib.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-30T09:49:06Z | 2006-07-21T00:00:00Z |
155,632 | Bug 155632 Highlight red&Cursive does not work correctly | Highlight red&Cursive does not work correctly Steps to reproduce: 1. New a datasource "sample db" 2. Data set(sampleSet): select * from CLASSICMODELS.CUSTOMERS; 3. Drag a column [""CUSTOMERNAME""] from Data Explorer to the Layout and select it 4. Go to "Highlights" tab, click "add" button Condition: row["CUSTOMERNAME"]... | closed fixed | 3d56e88 | ["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-08-30T09:08:07Z | 2006-08-30T06:40:00Z |
155,478 | Bug 155478 [regression]Numbers in cascading group displays incorrectly | Description: Numbers in cascading group displays incorrectly. Steps to reproduce: 1. New sample data source and dataset from table ORDERS. 2. New a cascading group with two sub parameters, the first is from STATUS and the second is from ORDERNUMBER. 3. Preview 4. Select a status value in poped up parameter dialog, see ... | closed fixed | 1e5a686 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-29T07:49:11Z | 2006-08-29T02:53:20Z |
155,262 | Bug 155262 Total.countDistinct() method returns null on empty resultset | If you use Total.countDistinct(row.aColumn, null, 0) or Total.countDistinct(dataSetRow.aColumn, null, 0) and the resultset for the dataset is empty, the method returns null. It should return 0. | resolved fixed | fb5687b | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/JSAggrValueObject.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-29T07:28:31Z | 2006-08-25T18:20:00Z |
141,941 | Bug 141941 Use report parameter in script, preview in web viewer, system throws exception | Use report parameter in script, preview in web viewer, system throws exception Steps: 1.Create a report parameter, a ; string ; "abc" 1.Create a chart 2.Script: function beforeDrawAxisTitle(axis, title, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); importPackage(Packages.org.eclipse.b... | closed fixed | c0cff83 | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/EngineCase.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-29T06:36:00Z | 2006-05-16T09:00:00Z |
155,365 | Bug 155365 Can not set data type to "date time" when editing "Data Item" | Description: Can not set data type to "date time" when editing "Data Item" Steps to reproduce: 1. Insert a data item to the layout 2. Name it and set the expression to "a = new Date()" 3. Select the data type to date time 4. Press ok Actual result: An Birt Exception is thrown out. Expected result: No NPE thrown out | closed fixed | db24687 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java", "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-08-29T06:05:29Z | 2006-08-28T07:26:40Z |
155,351 | Bug 155351 Exception is thrown out when insert a column to a table | Exception is thrown out when insert a column to a table Steps to reproduce: 1. open an old rptdesign file with a talbe in it 2. choose one column and insert a column to left/right Expected result: a column can be inserted Actual result: exception is thrown out java.lang.IndexOutOfBoundsException: Index: 4, Size: 4 at j... | closed fixed | 6b037b1 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-29T03:17:06Z | 2006-08-28T01:53:20Z |
155,178 | Bug 155178 [Deploy] Preview report failed on war deployed weblogic server | null | closed fixed | 07b32e6 | ["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"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-08-25T09:27:03Z | 2006-08-25T07:13:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.