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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
151,794 | Bug 151794 Integer data can't be retrieved in dynamic parameter | Steps to reproduce: 1.New a sample data source and a data set from table "CUSTOMERS" 2.New a dynamic parameter, choose data type "Integer" Expected result: Those integer data set columns are listed in "Select value column" Actual result: No column available | closed fixed | 574f246 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-26T08:42:11Z | 2006-07-26T02:13:20Z |
151,261 | Bug 151261 New parameter default value not set in dialog | BIRT Report Designer Version: 2.1.0.N20060628-1351 Build id: 200606281537 Create a new report parameter and set a default value. Select Preview and the parameter dialog pops up and the default value is not selected. This happens with Decimal/Text Box and with String/Radio Button with a list of valid values. Note, Allow... | resolved fixed | 468e546 | ["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-07-25T07:12:00Z | 2006-07-20T15:40:00Z |
150,776 | Bug 150776 Binding parameters of datasources are not evaluated when datasource in a library | I used to defined a datasource with binding parameters (depending on parameters ...). It works well when datasource is defined in the report, but when i tried to put this datasource in a library, binding expressions are not evaluated or not used by the datasource. When debugging the code, two datasources appears, the i... | resolved fixed | 53777e3 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-25T06:49:35Z | 2006-07-17T07:06:40Z |
151,381 | Bug 151381 [Smoke]The parameter didn't display in the web viewer | Description: Preview a parameter in the web viewer, it can't be previewed. Step to reproduce: 1. new a report and a parameter 2. drag it to the layout 3. preview it in the web viewer Actual result: the parameter is not displayed | closed fixed | e65ec48 | ["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-07-24T11:41:40Z | 2006-07-21T08:20:00Z |
149,922 | Bug 149922 Image builder - URI and file source type are treated as same | null | resolved fixed | e35adf3 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ImageHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/StringUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ImageState.java", "model/org.eclipse.birt.report.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-24T07:14:48Z | 2006-07-06T23:53:20Z |
135,205 | Bug 135205 Table extends to right edge of page in pdf | Description: Table extends to right edge of page in pdf Steps to reproduce: 1. Insert a table to another table's detail row. 2. Set a different master page to the inner table. 3. Preview in pdf, see attached design file Result: Table extends to right edge of page in pdf | closed fixed | 4ee1de5 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-24T06:08:04Z | 2006-04-06T07:53:20Z |
151,202 | Bug 151202 [regression]Set default master page to item in cell will cause blank page | Description: Set default master page to item in cell will cause blank page Steps to reproduce: 1. New a report 2. Insert a grid(1*1) 3. Insert a label to grid cell 4. Select the label and set default master page to it 5. Preview in Web Viewer and pdf Expected result: No blank page, just one page for grid display. Actua... | closed fixed | 075fa58 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-24T05:58:10Z | 2006-07-20T10:06:40Z |
149,615 | Bug 149615 Drill through to document will display html with page break effect | Description: Drill through to document will display html with page break effect Steps to reproduce: 1. new a report with two items, set page break between them 2. new a report, define drill through link to report document of first report 3. preview in Layout and click the drill through link Expected result: Target repo... | closed fixed | 0996690 | ["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-07-24T05:44:56Z | 2006-07-05T03:26:40Z |
150,944 | Bug 150944 org.eclipse.birt.data.engine.core.DataException when running report using API | I have a report that throws a org.eclipse.birt.data.engine.core.DataException exception (see Stack trace below) whenever I try to run it using the report engine API. The report works perfectly under Eclipse preview, and when viewed in an app server (Tomcat, Weblogic). I use the following code to create the PDF file: pr... | resolved fixed | 7424ab5 | ["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-07-21T08:48:10Z | 2006-07-18T13:40:00Z |
150,347 | Bug 150347 Support binary stream as preview image. | See 144843. We need model to save binary strame as report preview image. Currently, preview image is an external image. Maybe need a type to distinguish preview image type. | resolved fixed | 9284a8c | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/NotificationEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/NameSpaceEvent.java", "mod... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-21T03:05:35Z | 2006-07-12T07:40:00Z |
145,520 | Bug 145520 Group name will not show up in group list if the group use default name and key expression has no value | Description: Group name will not show up in group list if key expression has no value. Steps to reproduce: 1. Insert a table into report, bind it to a data set 2. Switch to property editor -> groups 3. Click on add button to open new group dialog, then press ok button Expected result: A new group with default name will... | closed fixed | c02c721 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/INameManager.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-21T02:26:43Z | 2006-06-06T13:20:00Z |
150,601 | Bug 150601 Drillthrough link from pdf(frameset) should link to frameset servlet instead of run. | Description: Drillthrough link from pdf(frameset) should link to frameset servlet instead of run. Steps to reproduce: 1. New a report 2. Insert a label and define a drill through link to other report 3. Preview in Web viewer, click Print as PDF button in viewer toolbar 4. Click drill through link in pdf Expected result... | closed fixed | 4c74499 | ["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/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-20T06:51:58Z | 2006-07-14T06:53:20Z |
146,867 | Bug 146867 TVT3.2:TCT915: DE : Birt : Title "Warning" in English | Description: OS : RHEL 3.1 Must fix or not a must fix: Should be for next release Build date: 0611 Component name = BIRT Blocking: no Language: de Bitmap Location: V:\defects\de Tester Name: Ruth Nestvold Problem Description: Title of dialog box and feature element in English. See attached screen shot. Steps: On Naviga... | resolved fixed | 4baa308 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/VersionInfo.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-19T09:37:40Z | 2006-06-13T17:33:20Z |
148,743 | Bug 148743 B+I+U in text do not work properly in layout view | Description: B+I+U in text do not work properly in layout view Steps to Reproduce: 1. insert a text 2. change padding->bottom to 40 points 3. choose B+I+U in properties editor->General Expected Result: the bottom line shows up Actual Result: the bottom line doesnt show up | closed fixed | 0c29b1a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-19T03:33:45Z | 2006-06-27T01:00:00Z |
150,899 | Bug 150899 Cannot bind data values to chart series, which causes chart preview fail. | How to reproduce it? 1. Create a new chart, bind it with valid data set. 2. Assign the valid data values to category series and value series. Current result: 1. There is no chart live preview in chart builder. It still uses the default sample data. 2. Preview, dataset invalid exception is thrown out. Investigation: It ... | closed fixed | a4493a7 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/ResultSetWrapper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-18T07:00:03Z | 2006-07-18T05:20:00Z |
150,170 | Bug 150170 Cannot get column type for a chart | I opened an old report from a previous version, and after conversion, I get this error trying to view my chart: $NO-RB$ Cannot get the type for column: 1 Cannot get column type. SQL error #1: null Stack trace is: org.eclipse.birt.chart.exception.ChartException at: org.eclipse.birt.chart.reportitem.ui.ReportDataServiceP... | resolved fixed | aef2dc3 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSetMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-17T02:32:19Z | 2006-07-10T16:46:40Z |
150,603 | Bug 150603 [Linux-WS]Can't open new window from the internal preview tab. | Can't open new window from the internal preview tab on Linux OS. Steps to reproduce: 1. New a report, create a link to drill through a report, target new window. 2. Click "Preview" tab to preview report 3. Click the link Expected result: Open a new window, and load the report. Actural result: No effect. | resolved fixed | f0b63c1 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-14T06:39:59Z | 2006-07-14T06:53:20Z |
148,613 | Bug 148613 Parameter extends from Library cannot extend the localization prompt text | Description: Parameter extends from Library cannot extend the localization prompt text Steps to reproduce: 1. New a library, add a report parameter 2. Select a properties file for the library 3. Select the parameter, set localization key in Property Editor 4. Publish the libary 5. New a report, drag parameter from libr... | closed fixed | 7f99aef | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T09:00:28Z | 2006-06-26T08:20:00Z |
147,700 | Bug 147700 URL builder -> Drill through, report parameters pane should always gray out when no parameter in target report design | Description: URL builder -> Drill through, report parameters pane should always gray out when no parameter in target report design Steps to reproduce: 1. New a report r1 without parameter 2. New a report r2, drill through r1 3. In URL builder, select r1 as target report design, you can see report parameter pane grays o... | closed fixed | 6521726 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T08:37:57Z | 2006-06-19T09:40:00Z |
148,116 | Bug 148116 Use Data Type information in XSD file when creating XML data set | When you specify a XML Schema (XSD) file for a XML data source, then create a XML data set based on that data source, the data type information from the XSD is not used. I.e., if the user selects an element or attribute the data type of the node is not read from the XSD file. We should enhance the XML driver so that it... | resolved fixed | 2af0830 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataTypes.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/ATreeNode.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopula... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T08:16:07Z | 2006-06-21T20:00:00Z |
124,250 | Bug 124250 Preview attached file in pdf, the left border color is incorrect. | Description: Preview attached file in pdf, the left border color is incorrect. Steps to reproduce: 1. Preview attached file in pdf. Expected result: In testStyle, the left border is set as double, auto,auto. So, the color should be black Actual result: The left border show fuchsia color | closed fixed | fd9449e | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/BorderColorManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T07:24:32Z | 2006-01-18T07:40:00Z |
148,594 | Bug 148594 [regression]Block Image's padding left doesn't work correctly in pdf | Description: Block Image's padding left doesn't work correctly in pdf. Steps to reproduce: 1. Insert an image 2. Set padding left and bottom border style 3. Preview in html and pdf Expected result: Bottom border should extend to the left blank padding space of image item. Actual result: Bottom border didn't extend to t... | closed fixed | d198710 | ["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/PDFImageBlockContainerLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T07:00:29Z | 2006-06-26T05:33:20Z |
148,365 | Bug 148365 dataset script methods management | Create a report with several datasets (scripted ones, in my case). Select the first one, then choose the script tab ; write some script Save the report Select another one, then choose the script tab (same method ; write some script Save the report Select the first one again, then change the script DONT save Select the ... | resolved fixed | 7815718 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-13T06:56:18Z | 2006-06-23T10:53:20Z |
149,783 | Bug 149783 Display text for extend elelment in master page is not found | Steps to reproduce: 1.New a library, add a properties file for the library, add pair"k1=actuate" to the properties file 2.Add a label "aaa" in master page header, set "k1" as the text key 3.Publish the library 4.New a report, extend lib.masterpage 5.Open extended master page in report Expected result: label shows displ... | closed fixed | a961107 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-12T09:51:26Z | 2006-07-06T07:13:20Z |
148,912 | Bug 148912 BIRT Data - BirtComp.anyOf function does not work as expected. | BIRT Data - BirtComp.anyOf function does not work as expected. BirtComp.anyOf( row["STATUS"] , "Shipped", "Disputed" ) | resolved fixed | 69d964a | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/CoreJavaScriptInitializer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-06T08:31:11Z | 2006-06-27T23:13:20Z |
147,558 | Bug 147558 Passing date parameters to drill-through reports | Due to the date/time format, I can't pass a date parameter to a drill-through report. The date/time input requires that the user enters the date in a very specific format otherwise, the viewer does not recognize it as a valid date. Therefore, I set my text box to be have the date/time format 'dd-MMM-yyyy HH:mm' which i... | resolved fixed | c402a69 | ["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/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-06T06:52:43Z | 2006-06-17T02:06:40Z |
149,613 | Bug 149613 [regression]NPE when click TOC after click drill through link to pdf. | Description: NPE when click TOC after click drill through link to pdf. Steps to reproduce: 1. Insert a data item, define a drill through link to itself, target format is pdf. 2. Define toc for the data item 3. Preview in Web Viewer, click the drill through link. 4. Click TOC button in Web Viewer. Expected result: NO er... | closed fixed | 2fd031a | ["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-07-06T02:33:58Z | 2006-07-05T03:26:40Z |
148,610 | Bug 148610 [regression] Java based scripting -> table repeat header does not work properly in web viewer | steps to reproduce: - use attached reports and Java classes - preview in web viewer expected behavior: - table headers will not be repeated actual behavior: - table headers were repeated | closed fixed | 244d4dc | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportItemReader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-05T09:33:39Z | 2006-06-26T08:20:00Z |
149,288 | Bug 149288 Add computed col to join dataset from library will cause preview error | Description: Add computed col to join dataset from library will cause preview error Steps to reproduce: 1. Drag data source from attached library 2. Drag dataset, dataset1 and dataset3 from attached library 3. Add a normal computed column in dataset3 4. Drag the dataset3 to layout and preview Expected result: Computed ... | closed fixed | 5cfe54b | ["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-07-05T07:52:38Z | 2006-06-30T09:33:20Z |
132,096 | Bug 132096 TOC pane will be closed when hyperlink to internal bookmark | Steps to reproduce: 1.Add a label with TOC "aaa" and bookmark "a" 2.Add a table below the label, and set pagebreakBefore_Always, pagebreakAfter_Always on the table 3.Add a label with TOC "bbb" and bookmark "b" below the table 4.Preview the report in Web Viewer 5.Open the TOC pane and jump to page3 6.Click lable in page... | closed fixed | d3ec39e | ["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-07-05T03:17:41Z | 2006-03-16T06:20:00Z |
148,181 | Bug 148181 Support deleting a directory from report document | Now Engine supports deleting a file from report document, and it would be nicer if deleting a directory could be also supported. | resolved fixed | c9ada2a | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderFolderDocumentTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-04T08:36:39Z | 2006-06-22T09:53:20Z |
148,588 | Bug 148588 Image Builder enhancement | 1.Image selector should not filter *.svg 2.Support svg image type in embedded image. | resolved fixed | ae7668e | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-04T07:24:49Z | 2006-06-26T02:46:40Z |
148,392 | Bug 148392 Float type fails to be retrieven in scripted datasets | 1/ Create a scripted dataset with Float type values, retrive them in the fetch dataset's method configure the output columns and assign them the Float type => result preview fails to show the float columns values 2/ Set the columns' type as Any => the result preview shows normally 3/ Create a chart based on the previou... | resolved fixed | 9851e5f | ["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-07-04T02:22:47Z | 2006-06-23T13:40:00Z |
148,951 | Bug 148951 Wrong error msg when set nonexisted col as group key | Description: Wrong error msg when set nonexisted col as group key Steps to reproduce: 1. Insert a table, bind it to dataset 2. Add a group, input abc as group key which is invalid. 3. Preview Expected result: Friendly error msg to tell user the group key is wrong. Actual result: + Group key "abc" in group 1 cannot depe... | closed fixed | fbd4539 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-03T08:50:32Z | 2006-06-28T07:33:20Z |
148,761 | Bug 148761 Unable to copy a report item from template to report | Steps: 1. Create a template, add a Text item "t1" or others 2. Create template item using "t1" 3. Double click the template item and we get a report item again. 4. We copy the item, paste to another report file. Expected: the text item can be copied. Actual result: Nothing happened, not copied and no error msg. | closed fixed | 99be7a6 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/SemanticError.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validato... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-07-03T03:08:19Z | 2006-06-27T03:46:40Z |
148,755 | Bug 148755 Add tthe status to the ActivityStackEvent. | If the the event rollback, the ActivityStackEvent status should be ROLL_BACK. | resolved fixed | a9cef0a | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/ActivityStack.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/ActivityStackEvent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T08:29:57Z | 2006-06-27T03:46:40Z |
146,790 | Bug 146790 Help text/help text key for cascading parameter group is not supported | Steps to reproduce: 1.New a cascading parameter group 2.Switch to Properties, select the cascading parameter group 3.Set help text to "helpme" 4.Preview Expected result: Help text appears when hovering over the cascading parameter group name in Parameter input dialog Actual result: Help text/help text key is not suppor... | closed fixed | 2cf9f5f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ParameterGroupBean.java", "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/r... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T08:12:10Z | 2006-06-13T09:13:20Z |
148,611 | Bug 148611 The edit parameter dialog hang up in my case. | Reproduce: The attachment include a library and a report. 1. Put the library file under the resource folder, "D:/Actuate/BIRTs/200606260630/eclipse/plugins/org.eclipse.birt.report.designer.ui_2.1.0.N20060624-0630/resources/" in my application. 2. Open the report, preview in the embedded viewer. 3. The Edit parameter di... | closed fixed | 264eadb | ["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/dialog/ParameterDialogFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/c... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T07:58:33Z | 2006-06-26T08:20:00Z |
148,724 | Bug 148724 the Multiplier of the Standard check box does not show properly < 0 values | In Series/Category Edit Format Dialog, the Multiplier of the Standard check box shows 0 when the value is less than 0 for example 0.000001. | resolved fixed | a49449a | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LocalizedNumberEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/s... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T06:03:09Z | 2006-06-26T19:26:40Z |
147,682 | Bug 147682 [Linux-WS]Button of Manage Drivers and Test Connection | Details: [Linux-WS]Button of Manage Drivers and Test Connection Description; Please see the attach image. | closed fixed | 03ed4e3 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T05:29:42Z | 2006-06-19T06:53:20Z |
147,253 | Bug 147253 [Context Sensitive] Preferences->Report Design->Data Set Editor, context help button doesn't work when JDBC Data Set get focus | Description: In Preferences->Report Design->Data Set Editor, context help button doesn't work when JDBC Data Set get focus. Steps to reproduce: 1.Select Windows menu 2.Select Preference 3.Select Data set editor 4.Select JDBC Data Set, make sure the focus is on it (Notes: when click on JDBC Data Set the first time, focu... | closed fixed | b0c4f7d | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/preference/DateSetPreferencePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T03:45:36Z | 2006-06-15T08:26:40Z |
148,747 | Bug 148747 Design become invalid when I extend a masterpage from Library | The attachment contains a report file and a library file. Reproduce: 1. Deploy the library("lib"), and open the report. 2. Drag Masterpage("page1") from "lib" to report. 3. Reopen the report, it become invalid. | closed fixed | 95bb3d9 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ExtendedItemHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IExtendedItemModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-29T03:12:44Z | 2006-06-27T01:00:00Z |
147,276 | Bug 147276 [2.1RC4, pdf] The <LI> tag gets rendered wrong when there is a lot of text | Version: 2.1RC4 Output: Pdf The html <LI> tag gets rendered wrong if there is so much text between <LI> and </LI> that a line break needs to be inserted by birt. Wrong means that the bullet will be rendered in the wrong line when rendering as pdf. The bug can be reproduced by following the steps below: - Create a new e... | resolved fixed | 21a75f1 | ["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-06-29T02:45:57Z | 2006-06-15T14:00:00Z |
148,515 | Bug 148515 [Regression] User properties can't be found in properties view(chart) | [Regression] User properties can't be found in properties view(chart) Steps: 1.Create a chart 2.Open property editor view, select User Porperties, add "abc" string 3.Open properties view Actual Results: 1.user properties are not displayed. Expected Resulst:L 1.user properties should be displayed. | closed fixed | 77d7eb6 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/ExtensibilityProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-28T06:22:09Z | 2006-06-24T06:20:00Z |
148,751 | Bug 148751 [regression]Page break in data inside detail of list with group will cause issue in pdf | Description: Page break in data inside detail of list with group will cause issue in pdf. Steps to reproduce: 1. Insert a list, add a group 2. Insert a data to list detail, set page-break-after always to it. 3. Preview in web viewer and pdf Expected result: Data are displayed with correct page break Actual result: In p... | closed fixed | 2ad0fb7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListGroupLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-27T09:21:20Z | 2006-06-27T03:46:40Z |
148,525 | Bug 148525 Display text is not found from library resource file | Steps to reproduce: 1.New a library, add a resource file "a.properties" 2.Add a label with text"abc", add a localization "k1=actuate" 3.New a report, extend the label 4.Preview the report Expected result: Report shows "actuate" in preview Actual result: Report shows "actuate" in layout, but "abc" in preview | closed fixed | 6189f88 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-26T09:37:32Z | 2006-06-24T09:06:40Z |
148,503 | Bug 148503 [regression]Data in list footer cannot be previewed in Web viewer | null | closed fixed | e1fbc50 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-26T06:33:27Z | 2006-06-24T03:33:20Z |
148,499 | Bug 148499 [regression] page break not working properly | null | closed fixed | 4388987 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-26T03:42:51Z | 2006-06-24T00:46:40Z |
145,691 | Bug 145691 the result set selection list in viewer data export shows names with *_<number> | Create a report with mulitple table, dynamic text, or list that has data binding. preview the report in web viewer, try to export data from the web viewer. A selection list of result sets is pompted to the user. The names of these result sets seems to be a report item name plus "_nnnn" appended at the end. It is not us... | resolved fixed | b06f21c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-23T10:27:47Z | 2006-06-07T03:13:20Z |
147,861 | Bug 147861 [2.1RC4] Invalid line height: normal | Version: Report Engine, 2.1RC4 I'm using the "Report Engine" for creating my reports. When I look a the log file I see the following line many (1000+) times: 20.06.2006 13:36:23 org.eclipse.birt.report.engine.layout.util.PropertyUtil getLineHeight WARNUNG: invalid line height: normal For recreating the bug: 1. Start ne... | resolved fixed | dbe6208 | ["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-06-23T08:24:16Z | 2006-06-20T13:26:40Z |
147,834 | Bug 147834 Drill through multi-page report document will only show the first page when preview in HTML/PDF | Description: When target report document has multiple pages, drill through will only show the first page. Steps to reproduce: 1. New a report with multiple pages, preview it in web viewer to create report document 2. New another report, drill through to this report document 3. Preview in HTML/PDF, only the first page o... | closed fixed | 11599fc | ["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-06-23T08:17:55Z | 2006-06-20T07:53:20Z |
148,333 | Bug 148333 [Smoke]Set hyperlink-internal bookmark to a item. preview in html, system throws exeption | [Smoke]Set hyperlink-internal bookmark to a item. preview in html, system throws exeption Steps: 1.Create a label into layout 2.set bookmark "a" to label 3.Insert a image into layout 4.Set hyperlink-internal bookmart 5.Preview in html Actual Results: 1.system throws exception Error happened while running the report | closed fixed | f8527fb | ["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-06-23T06:44:44Z | 2006-06-23T02:33:20Z |
144,585 | Bug 144585 render a report using ReportRunner, HTML and PDF reports are different | steps to reproduce: - render attached report using ReportRunner from Windows command line genReport -m render -o Sample(excludelib)50.html -f html -p 50 -l "en" Sample(excludelib).rptdocument genReport -m render -o Sample(excludelib)50.pdf -f pdf -p 50 -l "en" Sample(excludelib).rptdocument expected behavior: - HTML an... | closed fixed | 2f6be9b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-23T06:23:42Z | 2006-05-31T04:33:20Z |
148,194 | Bug 148194 IllegalArgumentException when set custom format for datetime parameter | Description: IllegalArgumentException when set custom format for datetime parameter Steps to reproduce: 1. New a datetime parameter 2. Click Change button in format string as. 3. Select custom and input MM.dd.yyyy, click OK Expected result: No errros Actual result: java.lang.IllegalArgumentException: Argument cannot be... | closed fixed | 7a9d190 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-23T05:33:35Z | 2006-06-22T12:40:00Z |
148,002 | Bug 148002 List group page break doesn't work when render from ReportRunner. | Description: List group page break doesn't work when render from ReportRunner Steps to reproduce: 1. Run attached report using ReportRunner Expected result: Group page break in list item works Actual result: No page break. | closed fixed | 006dbe2 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T10:01:58Z | 2006-06-21T08:53:20Z |
147,995 | Bug 147995 Master page lost when drill through to a report document | Description: Master page lost when drill through to a report document Steps to reproduce: 1. New a report rpt1 with master page 2. Generate the report document for rpt1 3. New another report rpt2, drill through to the report document 4. Preview rpt2, link to the report document, master page is missing | closed fixed | cdc89ef | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T08:48:00Z | 2006-06-21T08:53:20Z |
147,993 | Bug 147993 Output can't refresh when the document of one report design is drilled through by another report | Description: Output can't refresh when the document of one report design is drilled through by another report Steps to reproduce: Use Default System browser 1. New a report rpt1, preview it in web viewer to generate its report document 2. New a report rpt2, drill through to rpt1 document 3. Preview rpt2 and link to rpt... | closed fixed | 43bb248 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T08:23:38Z | 2006-06-21T06:06:40Z |
147,972 | Bug 147972 Outline view indicates wrong master page being selected | 1.Open a report Design 2.Add a new master page 3.Insert something in the header to know the difference between master page 1 and 2 4.In outline view, click on master page one. Master Page tab/view still shows the layout of master page 2 while the property editor shows the properties of master page one. 5.Double click o... | resolved fixed | fec4db9 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportMasterPageEditorFormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T05:21:18Z | 2006-06-21T00:33:20Z |
143,861 | Bug 143861 PDF emitter doesn't recognize Merge Row operation | If I select several rows in a vertical column and merge them, it works fine in html. But when I run a PDF preview of the report, the merge doesn't work. If I add large text, or something else that stretches past where the first row would be, it stretches the whole first row, instead of using the entire merged area to s... | resolved fixed | 759b775 | ["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-06-22T02:40:15Z | 2006-05-25T23:33:20Z |
147,833 | Bug 147833 Render attached report to pdf from document failed | null | closed fixed | a9ebf43 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T02:23:11Z | 2006-06-20T07:53:20Z |
145,161 | Bug 145161 master page <value-of>new Date()</value-of> displays 1 hour behind | In the attached report, when I run it (I am using RC4 build) the time displayed is always 1 hour behind the clock on my laptop system tray. | resolved fixed | 9086cd9 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/DateTimePropertyType.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/FileMetaLogger.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-22T02:17:33Z | 2006-06-02T23:13:20Z |
147,852 | Bug 147852 [regression]Combo/listbox parameter doesn't work when put in parameter group | Description: Combo/listbox parameter doesn't work when put in parameter group Steps to reproduce: 1. New a prameter group 2. Insert a textbox parameter 3. Insert a combo/listbox parameter, input several values 4. Preview and select parameter values Expected result: Values can be selected Actual result: Once you selecte... | closed fixed | 55ddebd | ["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/ScalarParameterBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentati... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-21T10:48:49Z | 2006-06-20T10:40:00Z |
148,009 | Bug 148009 The result of joint data set is incorrect. | If the number of rows of secondary data set being joined exceeds 1024 the result of joint data set would be incorrect. This is because when populate binary for data set to be joined the boundary information are created incorrectly. | closed fixed | 32bd628 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/BinaryTreeResultObjectSeeker.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-21T10:45:02Z | 2006-06-21T08:53:20Z |
147,819 | Bug 147819 Dynamic parameter, if value column datas include null datas, preview, system throws exception | Dynamic parameter, if value column datas include null datas, preview, system throws exception Step: data source: sample DB data set: select * from CLASSICMODELS.CUSTOMERS 1.Create a dynamic parameter 2.Display type select List Box, value columm select "State"; display text select "CUSTOMERNAME"; 3.Preview in html Actua... | closed fixed | 86bb16f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java", "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/clas... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-21T10:19:14Z | 2006-06-20T02:20:00Z |
147,652 | Bug 147652 Inconsistent behaviors when preview in web viewer and html/pdf using attached design file | Description: Use a nonexisted binding column as sort key will cause web viewer preview fail Steps to reproduce: 1. Insert a table, generate binding 2. use one binding as sort key to add a sorting on table 3. Delete the sort key in bindig pane 4. Preview in web viewer Expected result: Table header and master page can di... | closed fixed | 5b2eabb | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/QueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-21T10:10:21Z | 2006-06-18T11:26:40Z |
147,809 | Bug 147809 Null pointer exception if the table name contains spaces | The null pointer exception will be thrown if the table name contains spaces when calling the method: public String[] getTableComplexNestedXMLColumnNames( String tableName ) { return ( (TableInfo) this.tableInfos.get( tableName ) ).getComplexNestXMLColumnNames(); } In the org.eclipse.birt.report.data.oda.xml.util. Relat... | resolved fixed | 1d181e0 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-20T03:06:58Z | 2006-06-19T23:33:20Z |
147,639 | Bug 147639 PDF output generated from document and report are different | Steps to reproduce: 1.Run the attached report with "run?" and "__format=pdf" 2.Run the attached report with "frameset" and "__format=pdf" Expected result: Two pdf output should be the same Actual result: 1.The page number of two output files are different 2.Page 12-13 of two output files are different | closed fixed | 4900808 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.ja... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T10:40:37Z | 2006-06-18T05:53:20Z |
147,687 | Bug 147687 Assert err happened with design ui | Run BIRT in workbench with argument -ea. Assert err happened when using design ui to open a design file. | closed fixed | 324e40b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/WrapperCommandStack.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T09:02:05Z | 2006-06-19T06:53:20Z |
147,547 | Bug 147547 Eclipse appears to hang for a short period when previewing report | Open a report design in BIRT report designer. Click on "Preview" pane of the report view to preview the report. Very often it will take quite a few seconds before the designer actually switch to that pane (on my machine it could take up to 10 seconds). During this period the entire Eclipse hangs and does not respond to... | resolved fixed | 029f3b6 | ["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-06-19T07:30:32Z | 2006-06-16T23:20:00Z |
147,542 | Bug 147542 XML data set designer shows no available columns with attached files | Create an XML data source using BOTH the attached XML file and XSD schema file. Then create a data set using /ITEMS/ITEMSROW as row mapping. In the next dialog to define column mapping, no available column is shown under ITEMSROW. If only the XML file (but not the XSD schema file) is specified the data source, all avai... | resolved fixed | 0a1c1b4 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T07:30:02Z | 2006-06-16T23:20:00Z |
147,566 | Bug 147566 Parameter selection page, space is displayed as "#32" | Parameter selection page, space is displayed as "#32" Steps: Data source: sample db Data set: select * from customers 1.Create a cascading parameter, select the data set, p1: row["customernumber"]; p2: row["customername"] 2.Drag the p2 into layout 3.Preview in web viewer Actual Results: 1.Parameter selection page is po... | closed fixed | c34ba72 | ["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/service/actionhandler/BirtGetCascadeParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T07:25:18Z | 2006-06-17T04:53:20Z |
144,613 | Bug 144613 Blank page when set group page break before as always. | Description: Blank page when set group page break before as always. Steps to reproduce: 1. Insert a table. 2. Add a group, set group page break before to always 3. Delete table header and footer 4. Preview in html and pdf Expected result: No blank page Actual result: A blank page in html. If you set group page-break-af... | closed fixed | 7f166cf | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T06:25:23Z | 2006-05-31T07:20:00Z |
147,676 | Bug 147676 [regression]Visibility set in the first col will affect the second col | Description: Visibility set in the first col will affect the second col Steps to reproduce: 1. Insert a grid(3*3), insert contents to each cell. 2.Set the first col to hide all in visibility and preview Expected result: Only the first col is hidden. Actual result: The second col is hidden, too. If you set the second co... | closed fixed | 5a3c234 | ["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/layout/content/ListContainerExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/la... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T05:17:05Z | 2006-06-19T01:20:00Z |
147,407 | Bug 147407 Preview the attached report in the web viewer first time and then click the TOC button will cause NPE error | Description: It just can be reprouduced at first time preview. Step to reproduce: 1. please use attach report file 2. preview it in the web viewer 3. click the "Toggle table of contents" button Actual result: As the atteched screenshot shows,There is a NPE error.And if you preview it in the Web viewer again, the phenom... | closed fixed | f82acb0 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/listener/ViewerServletContextListener.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-06-19T03:24:24Z | 2006-06-16T06:40:00Z |
147,604 | Bug 147604 Value in parameter list displays incorrectly with paramter group | Steps to reproduce: 1.Add a parameter group "pg" in report1, add a parameter"p" in the group 2.Add a label in report2, set a drill-through hyperlink, set target report is "report1", click parameter Expected result: Only one "p" lists in the value list Actual result: Two "p" appear | closed fixed | b73e8af | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-19T03:22:01Z | 2006-06-17T10:26:40Z |
147,579 | Bug 147579 [Engine smoke]Html error | Details: [Engine smoke]Html error Description: Please see the attach file Error log: java.lang.NullPointerException at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execu... | closed fixed | 4281644 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-18T09:03:37Z | 2006-06-17T04:53:20Z |
147,633 | Bug 147633 Border with double style didn't show effect in pdf file which was generated | Border with double style didn't show effect in pdf file which was generated using BIRT PDF emitter Steps to reproduce: 1. insert a grid and choose one cell 2. Properties editor->properties->border choose Style as double line and border of all sides 3. preview in pdf Expected result: Double line effect shows Actual resu... | closed fixed | 2edf64a | ["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-06-18T08:52:56Z | 2006-06-18T05:53:20Z |
147,643 | Bug 147643 [Regression]Text transform is not supported in PDF | Steps to reproduce: 1.New a label with content "aaa" 2.Add a style for the label, set text transform to "Upper Case" 3.Preview in PDF Expected result: "aaa" is transformed to "AAA" Actual result: Still "aaa", text transform is not supported in PDF | closed fixed | 2544499 | ["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-06-18T08:32:10Z | 2006-06-18T08:40:00Z |
147,625 | Bug 147625 [Regression]A library without defaultTheme | Details: [Regression]A library without defaultTheme Step: 1.New a library. 2.Delete the defaultTheme 3.New a theme. 4.New a style on the newTheme. 5.Add a label and switch to property editor tab Actual result: pop up the NullPoint Exception java.lang.NullPointerException at org.eclipse.birt.report.designer.util.DEUtil.... | closed fixed | 8437a4d | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-18T05:35:41Z | 2006-06-18T03:06:40Z |
147,403 | Bug 147403 [regression][Linux-ws]Preview attached script report throws error. | Description: Preview attached script report throws error. Steps to reproduce: 1. Open attached report 2. Edit scriptdataset and preview result: 3. Drag the script dataset to layout and preview Expected result: No errors. Actual result: In step3, errors msg displayed as : Data (id = 188): - There are errors evaluating s... | closed fixed | 0422fa1 | ["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-06-16T06:47:02Z | 2006-06-16T03:53:20Z |
147,339 | Bug 147339 Database Image Support | The new IBlob interface in BIRT 2.0 does not support the PostgreSQL driver, which does blobs via byte array. As noted in a post to the Birt eclipse newsgroup entitled "2.0 BD Image Support" on Mon, 6 Feb 2006 22:03:29 +0000 (UTC), here's the solution that needs to integrated into BIRT. Could you please add this to the ... | resolved fixed | a697395 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-16T03:51:06Z | 2006-06-15T19:33:20Z |
147,230 | Bug 147230 [Engine test]Total format error | Details: [Engine test]Total format error Desciption: Please see the attached file | closed fixed | 361499d | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ElementUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-16T03:43:52Z | 2006-06-15T05:40:00Z |
147,263 | Bug 147263 Data can't be retrieved for extended item | Steps to reproduce: 1.Add a table in library 2.New a report, extend lib.table 3.Add a filter on table, choose "select value" Expected result: Available value will be listed Actual result: Error: The expression's value can not be retrieved. The DataSetHandle shouldn't be null. | closed fixed | ce8a91c | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-16T03:27:59Z | 2006-06-15T11:13:20Z |
147,218 | Bug 147218 Cascading won't retireve correct data for next para if change it's preview format of one para | Description: In cascading paramter,after change one parameter's preview format, it will can't retireve correct data for next paramter. Because it will retrieve data for next parameter using the changed-data. Steps: 1.new a sample data source 2. new a data set "select * from CLASSICMODELS.CUSTOMERS" 3.Add a cascading pa... | closed fixed | 84e8f14 | ["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/service/actionhandler/BirtGetCascadeParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-16T01:52:59Z | 2006-06-15T05:40:00Z |
147,222 | Bug 147222 [Regression][Compatibility]Exception while running the old report | Steps to reproduce: 1.Preview the attached report Actual result: The following items have errors: Table (id = 42): - Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: The exception 'java.lang.ClassCastException: org.apache.derby.impl.sql.execute.SumAggregator' was thrown whil... | closed fixed | 9b7e872 | ["data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T22:45:14Z | 2006-06-15T05:40:00Z |
146,508 | Bug 146508 table of contents and bookmarks in target report should be saved as expr. correctly | steps to reproduce: - create a report - add a label, and edit a drill through hyperlink to an existing report document on this label - switch to XML Source - notice this drill through hyperlink action definition expected behavior: - table of contents and bookmarks should be saved as expr. correctly actual behavior: - <... | closed fixed | d105cb1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T08:41:31Z | 2006-06-12T05:26:40Z |
139,107 | Bug 139107 Birt viewer with no error messages response | My birt viewer is under tomcat 5.5 webapps. I have a report with report parameters, account and password, to connect to database. Everything is doing just fine with correct account and password. However, when the account/password is wrong, the viewer show up the report title and got no error message or data. I've tried... | resolved fixed | 03c077c | ["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/adapter/ExpressionUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T07:14:03Z | 2006-04-28T02:06:40Z |
146,709 | Bug 146709 Dates still do not work from main report to sub reports... | null | resolved fixed | 234773c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttribu... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T06:23:06Z | 2006-06-12T22:06:40Z |
147,013 | Bug 147013 Add a nonexistent library | Details: Add a nonexistent library to nonexistent folder Step: 1.Open Library explorer 2.Right click and select Add library. 3.Insert abc.rptlibrary that is nonexistent in source file. 4.Insert abc.rptlibrary in file name. 5.Click Finish and it pop up the dialog said that the library is nonexistent. 6.Refresh and Deplo... | closed fixed | 5d92d8d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardLibrarySettingPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T06:04:12Z | 2006-06-14T07:26:40Z |
147,020 | Bug 147020 Template reversion is not correct | Steps to reproduce: 1.New a table, add a data in table detail, convert it to a template report item 2.Bind the table with data set, double click the template report item Expected result: The template report item is reverted to data item first, "Select data binding" dialog pops up. Actual result: "Select data binding" d... | closed fixed | 61760a0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-15T03:21:09Z | 2006-06-14T10:13:20Z |
145,705 | Bug 145705 [regression]Tooltip of chart cannot display completely | Description: Tooltip of chart cannot display completely Steps to reproduce: 1. Set tooltip "abcdef\ndeeeeee" to X-Axis 2. preview Expected result: tooltip can be displayed completely Actual result: Only can see the first line of tooptip | closed fixed | 6bdc4ce | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T14:04:45Z | 2006-06-07T06:00:00Z |
146,256 | Bug 146256 Birt cannot process images from a jar-based plugin | BIRT Build: 2.1.0.N20060531-1258 I have an XML document containg references to images with an Eclipse plugin jar file. For example see "severityImage" in the following example: <RESULT name="Avoid returning java.lang.Object , downcast to specific type instead" severity="Recommendation" severityId="0" severityImage="jar... | resolved fixed | 22165bd | ["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/util/URIUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java", "model/org.eclipse.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T12:47:50Z | 2006-06-09T13:33:20Z |
146,548 | Bug 146548 [regression]Data type convert in chart data binding doesn't work. | Description: Data type convert in chart data binding doesn't work. Steps to reproduce: 1. New sample data source and dataset from OFFICES. 2. Insert a chart, bind it to dataset 3. Edit data binding to change officecode from string type to integer type 4. Drag officecode to y-series Expected result: No errors. Actual re... | closed fixed | e908b0e | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ColumnReferenceExpression.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T11:48:21Z | 2006-06-12T11:00:00Z |
144,611 | Bug 144611 [regression]viewer failed to handle larger amount of data | steps to reproduce: - use attached reports customer1p-25kr.rptdocument (1 page, 25000 data rows) customer5x500p-10r.rptdocument ( 2500 pages, 10 data rows/page) - deploy these reports with birt report viewer (20060531) - retrieve rendered reports using frameset url keyword expected behavior: - attached reports can be r... | closed fixed | 45f4e67 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T11:10:45Z | 2006-05-31T07:20:00Z |
146,771 | Bug 146771 [Regression]Preferences-Element Names-OdaDataSet, can not take effect | [Regression]Preferences-Element Names-OdaDataSet, can not take effect Steps: 1.Open Windows - reference - Element Names 2.Set the named of OdaDataSet as "odads" 3.New a report design and a odadatasource 4.New dataset apply this datasource Actual Results: 1.Data set default name is Data Set Expected Results: 1.The name ... | closed fixed | 02592d0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/Eleme... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T10:56:04Z | 2006-06-13T06:26:40Z |
146,796 | Bug 146796 Error message pop up if display text contain non-digital char when add next item | Description: In decimal type parameter creation,display type is "list box", Error message pop up if "display text" contain non-digital char when add next item. Steps: 1.Create a new decimal parameter 2.Set display type as "list box" 3.Input one item: value:1, display text:test 4.Input another item: Value:2 Actual resul... | closed fixed | a25db89 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T10:33:16Z | 2006-06-13T09:13:20Z |
146,752 | Bug 146752 [Compatibility]Backward compatibility for expression | Steps to reproduce: 1.Preview the attached report(Created by designer2.0) Actual result: The following items have errors: report report: - Invalid Javascript expression: Total.sum(row["AMOUNT"]) Invalid group level: SUM data.engine.InvalidJSExpr ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: In... | closed fixed | 72a397d | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/ConditionalExpression.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T10:00:17Z | 2006-06-13T06:26:40Z |
146,723 | Bug 146723 In BIRT Report Viewer (the Web Viewer), a grouped report displays incorrect characters in the TOC | Eclipse 3.2.0 Build id: I20060602-1317 BIRT Report Designer version 2.1.0.N20060612-0630 Build id: 200606120630 In BIRT Report Viewer (the Web Viewer), a grouped report displays incorrect characters in the TOC. Steps to reproduce: 1 Open the attached Customers_grouped.rptdesign in BIRT Report Designer. 2 Choose File-->... | resolved fixed | 337f84c | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetTOCActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T09:04:36Z | 2006-06-12T22:06:40Z |
146,761 | Bug 146761 All structure properties change can't be restore | Steps to reproduce: 1.New a report, extends lib.table 2.Add a structure property(such as filter, column binding...) on table 3.Choose the table, click "Restore Property" Expected result: Local propery is removed Actual result: Local property can't be removed so that "Restore Property" is always enabled | closed fixed | 5c718c2 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T08:07:03Z | 2006-06-13T06:26:40Z |
146,755 | Bug 146755 Wrong spelling with property name "aggregateOn" | Steps to reproduce: 1.Add column bindings with aggregateOn property 2.Switch to XML Source Expected result: Property name is "aggregateOn" Actual result: Property name is "aggregrateOn" | closed fixed | 54a0f01 | ["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/api/elements/structures/ComputedColumn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleRenamedProp... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T08:03:54Z | 2006-06-13T06:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.