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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
121,418 | Bug 121418 Error enlarging a chart in ReportDesigner | Trying to resize a Chart (no much actually) in the report Designer results in the following behaviour: The chart disappears from the page, but is still visible in the outline. There the chart gets assigned a very hugh number in the width/height properties (540625in/18020833333333332in) or (15854166666666666in/3171875in... | resolved fixed | 176d6d2 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/SetConstraintCommand.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/ReportItemtHandleAdapter.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/design... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T07:23:13Z | 2005-12-19T13:46:40Z |
117,981 | Bug 117981 Any item can't be selected at the first time in library outline view. | Description: Any item can't be selected at the first time in library outline view. Steps to reproduce: 1. Add a label in library file. 2. Select the label item in library outline view. 3. The focus jumps to library file node in outline view. The second time I select the label item, it can be selected. | closed fixed | 462296c | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T03:11:47Z | 2005-11-25T03:40:00Z |
120,337 | Bug 120337 In the style list, style name is not alphabetic. | In the style list, style name is not alphabetic. Steps: 1.Create some style: PageBreak, FormatNumber, FormatString, Border, Box, TextBlock (style Name) 2.Drag a label into the layout 3.Open the Property Editor View 4.Select "General" tab, click Style drop list Actual Resutls: 1.style name is not alphabetic. Expected Re... | closed fixed | aedfebb | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/AlphabeticallyComparator.java", "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 | 2005-12-20T03:01:53Z | 2005-12-12T09:33:20Z |
120,061 | Bug 120061 data type boolean in dbms can not show in data set | i use postgresql 8.1 and jdbc driver in create data set from table with boolean field it have error data set try to make it a integer and show can not convert 't', 'f' to integer | resolved fixed | ba9eef4 | ["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 | 2005-12-20T02:59:11Z | 2005-12-09T03:46:40Z |
121,032 | Bug 121032 [Regressiong][Smoke]Error pop up in Engine Smoke Test | Description: Error pop up in Engine Smoke Test Step: 1. run attached file to generate html file. Actual result: Much of engine smoke test case appear the same error. Dec 15, 2005 10:08:16 AM org.eclipse.birt.core.util.BirtTimer logTimeTaken INFO: Engine startup takes 766 Milliseconds. Dec 15, 2005 10:08:20 AM org.eclip... | closed fixed | d1a966f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/GridScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-19T20:48:54Z | 2005-12-15T09:46:40Z |
121,348 | Bug 121348 When some labels write in Japanese and Chinese, the lables don't display int the pdf emitter | Description: When some labels write in Japanese and Chinese, the lables don't display int the pdf emitter Steps to reproduce: 1. create a new report 2. drag some labels to the layout, and input the Japanese and Chinese charaters in the labels 3. save and preview in the PDF emitter Actual Results: the labels with the Ja... | closed fixed | 09b2c95 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-19T10:43:09Z | 2005-12-19T02:40:00Z |
120,300 | Bug 120300 Parameter which drop from library explorer to layout cannot be used | Details: Parameter in library explorer can not drop to layout Step: 1.New a library and new a parameter named "p1" 2.Open a report design and include a library 3.Drop the p1 from library explorer to layout and preview Actual result: An error message pop up. Error0 : Error.ScriptEvaluationError ( 1 time(s) ) detail : or... | closed fixed | bf4dbe7 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-19T10:37:11Z | 2005-12-12T04:00:00Z |
120,503 | Bug 120503 Cascading Parameter can not drop into layout | Details: Cascading Parameter can not drop into layout Step: 1.Open a report design and Create a Sample Data Source and data set by "select * from CLASSICMODELS.CUSTOMERS" 2.New a cascading parameter and create CUSTOMERSNUMBER and CUSTOMERSNAME in parameter named number and name. Press OK 3.Drop parameter name into layo... | closed fixed | 3e0d05e | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTem... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-19T08:47:43Z | 2005-12-13T02:13:20Z |
117,450 | Bug 117450 Birt will hang when add several drivers through | Description: Add several drivers in the "Edit Data source" dialog, click "Ok" button, BIRT will hang and nothing can do except close BIRT forcibly. According to the developer's said, out of memory problem will occur when doing this operation. But why such operation cosumes so many memory? And the memory of my PC is 512... | closed fixed | 1692435 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-19T07:23:08Z | 2005-11-22T09:00:00Z |
121,323 | Bug 121323 XML Edit Data Set dialog does not persist filter information | If one enters an XPath expression for the column mapping with a selection part like section[@id='left'] then within class RelationInformation the selection is stripped of and stored in filterInfo HashMap. When leaving the dialog, RelationInformation gets persited to .rptdesign - but data stored in filterInfo is lost. H... | resolved fixed | 5fba8aa | ["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 | 2005-12-19T06:51:58Z | 2005-12-17T22:53:20Z |
118,389 | Bug 118389 Java based scripting -> ScriptStyle -> getBorderRightWidth | steps to reproduce, - create a label - map the label to the Java class attached expected behavior, - getBorderRightWidth return "1cm" actual behavior, - getBorderRightWidth return null | closed fixed | 8f727ff | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/StyleInstance.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T20:21:04Z | 2005-11-29T10:26:40Z |
120,345 | Bug 120345 Need a URL generator API from Engine | The Chart Engine needs the ability to generate a viewer URL from an ActionHandle, this can be provided by a Report Engine public API for instance. The URL should usable as is by the viewer without any additional change. The Chart Engine can take care of evaluating the expressions inside the ActionHandle before calling ... | closed fixed | a5c8902 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IAction.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Action.java", "engine/org.eclipse.birt.r... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T18:51:46Z | 2005-12-12T09:33:20Z |
120,072 | Bug 120072 Support intellisense for "this" object in script editor & expression builder. | In BIRT, "this" object in javaScript methods represents the current report item or report item instamnce, for example, "this" object represents an ILabel object in label report item's onPrepare() method, and an ILabelInstance object in label report item's onCreate() and onRender() method. Script editor should support i... | resolved fixed | fa0d9b8 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/SaveReportAsWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/Sav... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T08:25:18Z | 2005-12-09T06:33:20Z |
119,127 | Bug 119127 Accessing data: UTF-8 BOM encoded text file causes problems | Create a simple flat file to use as a data source. Save it as UTF-8 using Notepad in Windows. Try to use it as a flat file data souce: 1. Create a new XML data source: This can be successfully created and a new data source appears in the project data sources. 2. Create a new XML: Click New Data Set on context menu. 3. ... | resolved fixed | 35938c2 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T07:05:07Z | 2005-12-02T21:46:40Z |
120,922 | Bug 120922 "Dirty Page" behavior in XML Report Designer editor needs improved | If you edit the XML in the "source" view of the Layout Editor, and then try to switch back to the Layout view, you will get an error message indicating that you need to save your changes. This problem is the user has to figure out what he needs to do to save the changes (or discard them, which is even harder), and the ... | resolved fixed | 267e0ac | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/i... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T06:08:39Z | 2005-12-14T19:53:20Z |
120,919 | Bug 120919 Date value incorrectly displayed as 1/1/2005 when group by day is used with data all from a single day | Using the 2.0M3 milestone build. If you create a bar chart with data/time column data for the x-axis and use the group by feature selecting "day" and an interval of "1", the value displayed will be 1/1/2005 regardless of the actual date/time value in the dataset if all of the data falls within a single group (i.e. a si... | resolved fixed | 505e843 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-16T02:52:31Z | 2005-12-14T17:06:40Z |
121,003 | Bug 121003 Data source property binding error | When there are two data source property binding, the second binding cannot be set.The exception will be reported: org.eclipse.birt.report.model.api.metadata.PropertyValueException: The value "odaDataSource" already exists. at org.eclipse.birt.report.model.api.validators.StructureListValidator.doCheckStructureList(Struc... | closed fixed | 9f640a6 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/StructureListValidator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-15T06:05:51Z | 2005-12-15T04:13:20Z |
114,721 | Bug 114721 NPE thrown out when preview cascading parameter which binding data set deleted | description: NPE thrown out when preview cascading parameter which binding data set deleted steps to reproduce: 1. create a cascading parameter which binds to data set 2. select the data set in data explorer and delete it 3. click on Preview button actual result: NPE thrown out expected result: No exception thrown out ... | resolved fixed | 2a123cf | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T22:56:01Z | 2005-11-02T05:40:00Z |
120,317 | Bug 120317 Set "dimension" property to 3D in "properties" view, error appears in layout editor. | Description: Set "dimension" property to 3D in "properties" view, error appears in layout editor. Steps to reproduce: 1. Add a 2D chart in property editor. 2. Set its dimension property to "three-dimension" in properties view. 3. Error appears in chart. | closed fixed | c2e1d6e | ["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/api/PropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IPropertyDefinition.java", "model/or... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T09:55:01Z | 2005-12-12T06:46:40Z |
103,291 | Bug 103291 Group key doesn't support inputting text | Description: Group key doesn't support inputting text Steps to reproduce: 1.Add a table and bind it with data set 2.Add a group to the table: enter a row name in the "Group On:" textbox 3.Save and preview Expected result: Everything is OK Actual result: Error occurs because the group key is added as a string not a expr... | closed fixed | c307ae0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T09:18:41Z | 2005-07-11T08:20:00Z |
120,293 | Bug 120293 There is no response when I drag an embedded image from library explorer into outline view. | Description: There is no response when I drag an embedded image from library explorer into outline view. Steps to reproduce: 1. Use a library in a report. 2. Drag an embedded image from library explorer into outline view. There is no response. It doesn't take effect. | closed fixed | 120d679 | ["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 | 2005-12-14T08:57:18Z | 2005-12-12T01:13:20Z |
120,433 | Bug 120433 File types are hard coded in ReportPage.java | File Types for Preview Image are hard coded in ReportPage.java. (Please check the attached bitmap file) private final static String[] prvImgFilterNames = { "All Image Files(*.bmp,*.JPG,*.JPEG,*.GIF,*.TIF,*.PNG,*.ICO)", //$NON-NLS-1$ "Bitmap Files(*.bmp)", //$NON-NLS-1$ "JPEG Files(*.JPG,*.JPEG)", //$NON-NLS-1$ "TIF Fil... | verified fixed | e28ae6e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T07:00:32Z | 2005-12-12T20:40:00Z |
120,036 | Bug 120036 Preview of XML attributes is not working | The XML attribute values are not working in the current BIRT XML ODA driver. Only 'text'-type XML elements' values are displayable in Preview. ColumnMapping XPath expressions like "@attributeName" are broken in Preview. I'll attach document showing the problem and sample XML/XSD data | resolved fixed | 469779f | ["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 | 2005-12-14T06:33:48Z | 2005-12-09T01:00:00Z |
120,519 | Bug 120519 NullPointerException is thrown out when deleting a list group. | Description: NullPointerException is thrown out when deleting a list group. Steps to reproduce: 1. Save attached design file as a new file. 2. Right click on list group header and select "delete group". NullPointerException is thrown out. ava.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.edi... | closed fixed | 2a3a5ca | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentRecord.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T06:03:29Z | 2005-12-13T07:46:40Z |
120,291 | Bug 120291 Data source and data set extended from library in a report are invalid. | Description: Data source and data set extended from library in a report are invalid. Steps to reproduce: 1. Drag a data source and data set from library explorer view. Noticed that their names are different from the names in library. 2. I want to use the data source extended from library to create a new data set. The d... | closed fixed | 106d9f0 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-14T06:02:14Z | 2005-12-12T01:13:20Z |
120,215 | Bug 120215 BPS 40 - DE changes | 1. all report elements' properties will be overidable with an expression. The binding expression will have access to report parameter, and static BIRT report objects only. 2) DE will provide api to get property binding expression for a given property on a report element handle. It's up to the engine to evaluate the pro... | resolved fixed | ca93671 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyBindingHandle.java", "model/org.eclipse... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-13T10:03:37Z | 2005-12-10T04:46:40Z |
120,216 | Bug 120216 Group dialog should be showed even dataset is not set. | - Add a table report item - do not set the data set - try creating a new table group. - An error is shown Expected behavior - As part of the template requirements, we dont want UI to do the validation. User should be able to go and define a group, even if the dataset is not defined. | resolved fixed | a11c613 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-13T08:27:36Z | 2005-12-10T04:46:40Z |
120,448 | Bug 120448 Issue with returned id | After the change of id, InstanceId.parse() can no long be able to parse the id and how can I determin the type of this element? What would be the component id based on the id I get? Or there is another api that I can use to query the type. Note that all these happened in the document processor that rendering the page. ... | closed fixed | 74754c2 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-13T06:55:19Z | 2005-12-12T20:40:00Z |
119,343 | Bug 119343 Smoke: Report design can't be edited. | Description: Report design can't be modified. Steps to reproduce: 1. Create a report. 2. Preview and then edit it. 3. Preview again. 4. It is not modified. | closed fixed | e6b6035 | ["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 | 2005-12-12T20:13:19Z | 2005-12-06T00:46:40Z |
120,315 | Bug 120315 If the display property of an item is set to "none", it doesn't take effect in new pdf emitter. | Description: If the display property of an item is set to "null", it doesn't take effect in new pdf emitter. steps to reproduce: 1. Add a label. 2. Open "properties" view. 3. Set section>Display as "none". 4. Preview in PDF. Expected result: the label disappears. Actual result: the label is still visible. | closed fixed | b3052a6 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/birt/VisibleFormatManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-12T09:13:06Z | 2005-12-12T06:46:40Z |
120,311 | Bug 120311 Double click any node in the outline, an error is thrown out | Description: Double click any node in the outline, an error is thrown out Steps to reproduce: 1. new a report 2. switch to the outline 3. double click a node in the outline Expect result: no exception are thrown out Actual result: an exception appears java.lang.NullPointerException at org.eclipse.birt.report.designer.i... | closed fixed | 69a2e82 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/EditAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-12T06:26:36Z | 2005-12-12T06:46:40Z |
120,218 | Bug 120218 Right click menu option to apply theme. | We should support the following right click menu. -- User right clicks int he report design layout area. -- The following menu items needs to be supported Theme --> Apply Theme -->Theme1 -->Theme2 ( similar to Apply style menu option ) | resolved fixed | e2cfefe | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-12T04:06:18Z | 2005-12-10T04:46:40Z |
120,062 | Bug 120062 Default name of parameter and theme is not displayed as setting in preference. | null | closed fixed | 2743f90 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/newelement/DesignElementFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-12T02:59:04Z | 2005-12-09T06:33:20Z |
120,068 | Bug 120068 TOC Item Expression is added automatically when adding the group key | Description: TOC Item Expression is added automatically when adding the group key Steps to reproduce: 1.Add a table binding with the dataset 2.Choose the table, add a group(say goupkey:row["CUSTOMERNUMBER"]) 3.Click "group" to invoke "Edit Group" dialog Expected result: Nothing in TOC Item Expression Actual result: The... | closed fixed | 5629342 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-12T02:56:14Z | 2005-12-09T06:33:20Z |
119,754 | Bug 119754 ClassCastException when trying to change the mouse over activity on the legend item | I want to highlight a series when hovering over the legend item. I accomplish this by doing the following on the chart model: chart.getLegend().getTriggers( ) .add( TriggerImpl.create( TriggerCondition.ONMOUSEOVER_LITERAL, ActionImpl.create( ActionType.HIGHLIGHT_LITERAL, SeriesValueImpl.create( "not-used" ) ) ) ); Howe... | closed fixed | 1159990 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingEventHandler.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/DeviceAdapter.java", "ch... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-09T09:15:42Z | 2005-12-07T21:13:20Z |
119,357 | Bug 119357 Description in "New Template" dialog is not correct. | Description: Description in "New Template" dialog is not correct. Steps to reproduce: 1. Create a template. 2. See its description, it shows "New Report". | closed fixed | 03a9d41 | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-09T04:01:10Z | 2005-12-06T03:33:20Z |
119,331 | Bug 119331 Library - name space terminology and behavior | During BIRT 2.0 library feature review meeting the following change was decided. - Change the term namespace to 'prefix' - By default use the library name as the prefix ( namespace ); the dialog to input prefix should be prompted only if hte auto generated prefix is not unique. | resolved fixed | a4e1b81 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/CreateCommand.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportLib... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-09T03:12:15Z | 2005-12-05T22:00:00Z |
118,780 | Bug 118780 Set alias for columns in data set but in expression builder still shows the old columns name when select the dataset. | Description: Set alias for columns in data set but in expression builder still shows the old columns name when select the dataset. Steps to reproduce: 1. New a datasource and a dataset 2. Set alias of the first column in the dataset to "column1". 3. Insert a data item and bind it to dataset. 4. In the expression builde... | closed fixed | 08d8bf0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T09:05:10Z | 2005-12-01T09:40:00Z |
118,757 | Bug 118757 Focus is lost when select a value during importing values for parameter | "Description: Focus is lost when select a value during importing values for parameter. Steps to reproduce: 1.Create a parameter.Select type as ""List Box"". 2.Click on ""import values"". 3.Select a value from left pane to right pane. 4.After click on "">>"". 5.Select a value from right pane to left pane 6.After click o... | closed fixed | 8b30c72 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportValueDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T08:47:06Z | 2005-12-01T04:06:40Z |
118,557 | Bug 118557 Default name setting of data source, data set and dynamic text doesn't take effect. | Description: Default name setting of data source, data set and dynamic text doesn't take effect. Steps to reproduce: 1.Select Window>Preferences>BIRT>Element Names. 2.Set DataSource, DataSet and TextData default name. 3.Add a data source, data set and dynamic text and find that their default names are not displayed. | closed fixed | 1d02070 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/newelement/DesignElementFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T08:34:12Z | 2005-11-30T03:06:40Z |
119,220 | Bug 119220 Image in library can't display properly when it is imported in a report design. | Description: Image in library can't display properly when it is imported in a report design. Steps to reproduce: 1. Add an image in a library. 2. Use this library in a report design. 3. Drag the image from library explorer into layout view. 4. The image is marked invalid. | closed fixed | 7ef4314 | ["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/parser/IncludedLibrariesStructureListState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T08:23:30Z | 2005-12-05T08:06:40Z |
114,903 | Bug 114903 Default values are not shown in Show Report Parameters' dialog | Description: Default values are not shown in Show Report Parameters' dialog Steps to reproduce: 1. Create several report parameters, only set default value for them. 2. Drag them to Layout 3. Preview and click Show Report Parameters button. Expected result: Default values are shown in value box, so I can modify the par... | closed fixed | 6fb13bb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T08:05:33Z | 2005-11-03T12:13:20Z |
119,807 | Bug 119807 Repeat header doesn't work in birt pdf emitter. | Description: Repeat header doesn't work in birt pdf emitter. Steps to reproduce: 1. New a report and insert a table containing data more than one page. 2. Preview in pdf through birt pdf emitter. 3. Change table repeatHeader to false and preview in pdf again. Expected result: Repeat header property works. Actual result... | closed fixed | 55a8788 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T07:36:16Z | 2005-12-08T05:33:20Z |
119,398 | Bug 119398 Using RenderTask to render pdf file but the master page information lost. | Description: Using RenderTask to render pdf file but the master page information lost. Steps to reproduce: 1. Generate attached case1.rptdesign to report document 2. Using RenderTask to render report document to pdf file. Expected result: Master Page contents show in pdf file. Actual result: In generated pdf file, I sa... | closed fixed | 209b603 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/BorderWidthManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-08T05:18:04Z | 2005-12-06T11:53:20Z |
118,644 | Bug 118644 Hint for Date Time Parameters | The hint you give for date time parameters (Please enter date ... pattern: MM/DD/YYYY ....) is only true if the date is unformatted. If you apply a format, you must enter it according to it. So it's quite confusing! | resolved fixed | 309b028 | ["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 | 2005-12-07T07:59:46Z | 2005-11-30T14:13:20Z |
109,573 | Bug 109573 Focus in outline view can't be synchronized with focus in layout view when multi-select rows in a grid. | Description: Focus in outline view can't be synchronized with focus in layout view when multi-select rows in a grid. Steps to reproduce: 1. Select two rows in a grid in outline view. 2. Only one row is focused in layout view. | closed fixed | 734b746 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-07T07:25:12Z | 2005-09-15T07:40:00Z |
118,784 | Bug 118784 Relative path cannot be used in report property for drill-through link. | Description: Relative path cannot be used in report property for drill-through link. Steps to reproduce: 1. New a report as report1, insert a label and define a bookmark on it. 2. New a report as report2, insert a label and define a drill-through link, input report1 name in report property but got warning about invalid... | closed fixed | 0597c8f | ["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 | 2005-12-07T06:20:38Z | 2005-12-01T09:40:00Z |
119,550 | Bug 119550 Default Value of Named Expression can't be saved in design file | New a report, set named expression in the report property editor add a named expression and set the default value add a report item, say table, to the layout set the named expression of the report item add a named expression and set hte default value save the report close the report and reopen, and there is no default ... | closed fixed | 7d76875 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/UserPropertyDefn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/UserPropertyStructureState.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 | 2005-12-07T03:32:58Z | 2005-12-07T01:46:40Z |
110,620 | Bug 110620 Can Chart dialogs be made available ? | Standalone Development We are trying to develop a standalone application which will output a BIRT '.rptdesign' file. As creating charts in particular requires the user to choose or set a large number of parameters, would it be possible to add the chart creation dialog to the API so that other plugins or applications ma... | resolved fixed | df749af | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/SelectDataDynamicArea.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/seri... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-07T03:10:12Z | 2005-09-26T15:53:20Z |
118,487 | Bug 118487 Report iTem tempalte value should provide the option to revert. | The Report Tempalte spec mockups expect the following. UI needs to support the following 2 options as described in the Report Template spec mockups. Please refer to it. - Revert to Template Item ( call DE API DesignElementHandle.revertToTemplateItem ) - Revert to Report Item ( call DE API DesignElementHandle.reveretToR... | resolved fixed | 5aac4a1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/RevertToTemplatePartAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.b... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-06T09:11:38Z | 2005-11-29T18:46:40Z |
119,225 | Bug 119225 Theme is not found when selected from theme dropdown list in a report. | Description: Theme is not found when selected from theme dropdown list in a report. Steps to reproduce: 1. Use a library in a report. 2. Select a theme in the property editor. 3. Error message pops up "theme is not found". 4. If I add library name before the theme name like "library1.newtheme". It can work. | closed fixed | 46391ca | ["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 | 2005-12-06T08:50:49Z | 2005-12-05T10:53:20Z |
119,216 | Bug 119216 Regression: Group can't be added in layout editor. | Description: Group can't be added in layout editor. Steps to reproduce: 1. Add a table. 2. Right click on the table and find that "insert group" is grayed out. | closed fixed | 41fabef | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/InsertGroupActionFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-06T07:19:49Z | 2005-12-05T08:06:40Z |
118,998 | Bug 118998 Background image set in inline items doesn't show up in pdf generated using BIRT PDF emitter. | Description: Background image set in inline items doesn't show up in pdf generated using BIRT PDF emitter. Steps to reproduce: 1. run attached list-data-style-background(attribute).xml file to generate pdf file through birt pdf emitter. 2. view the inline data items with background image setting in pdf file. Expected r... | closed fixed | 3bfeae7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/AbstractColorManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/RGBColorValue.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/val... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-06T03:12:42Z | 2005-12-02T07:53:20Z |
110,566 | Bug 110566 Wrong data set result returned when set an invalid filter expression row[0] | description: Wrong data set result returned when set an invalid filter expression row[0] steps to reproduce: 1. set a filter in data set with "row[0] equals to " 2. click on Preview tab. actual result: The first result record returned when preview expected result: As developer said that row[0] can only be generated aft... | resolved fixed | d9810d4 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/FilterByRow.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T10:04:59Z | 2005-09-26T07:33:20Z |
119,219 | Bug 119219 Put the template publish to the template folder, system throws exception | Put the template publish to the template folder, system throws exception. Steps: 1.Create a template 2.Select "File-Publish To Template Folder" 3.Input name and image 4.Click "Finish" Expected Results: 1.Can be published Actual Results: 1.System throws exception java.lang.NullPointerException at org.eclipse.birt.report... | closed fixed | 65f562b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T09:45:38Z | 2005-12-05T08:06:40Z |
119,124 | Bug 119124 Something wrong with page number | Using latest engine api regenreate report. The last page of a 59 pages report is empty. The content of any 1 page report is always empty. | closed fixed | 2cddb11 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.jav... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T09:01:13Z | 2005-12-02T21:46:40Z |
117,291 | Bug 117291 Background properties in Master Page aren't supported in BIRT PDF emitter. | Description: Background properties in Master Page aren't supported in BIRT PDF emitter. Steps to reproduce: 1. Set background properties to Master Page 2. Preview in pdf. Expected result: Background properties work. Actual result: It doesn't work. | closed fixed | 33501b1 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/PageContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T08:49:43Z | 2005-11-21T10:46:40Z |
118,768 | Bug 118768 [Regression]Drop a grid closely near the left ruler in Layout will cause exception. | Description: Drop a grid closely near the left ruler in Layout will cause exception. Steps to reproduce: 1.create a report 2.drop a grid closely near the left ruler or right side Expected result: No exception and dimension dialog appears. Actual Result: org.eclipse.swt.SWTException: Failed to execute runnable (java.lan... | closed fixed | 0529e2b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ReportCreationTool.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T05:45:27Z | 2005-12-01T06:53:20Z |
118,750 | Bug 118750 Insert group for table from library, system throws exception. | Insert group for table from library, system throws exception. Steps: 1.Insert a tabel from library 2.Insert group Actual Results: 1.System throws exception A Birt exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:1.0.1 Error Code:Error.ContentExcep... | closed fixed | f20dffa | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/InsertGroupActionFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T04:05:07Z | 2005-12-01T01:20:00Z |
119,132 | Bug 119132 Remove the cheet sheet input box from the dialog | cheet sheet is more for advanced users. During the UI demo it was decided When a user tries to publish a template, the save dialog is displayed, remove the cheetsheet input box from the dialog. | resolved fixed | dd60cac | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-05T02:39:09Z | 2005-12-02T21:46:40Z |
118,592 | Bug 118592 Report error | please see attached design file. | closed fixed | e16b3fb | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/ResultObjectUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T12:36:43Z | 2005-11-30T08:40:00Z |
113,938 | Bug 113938 Report is marked dirty when open/close cascading parameter dialog without doing any operation on it | description: Report is marked dirty when open/close cascading parameter dialog without doing any operation on it steps to reproduce: 1.new a cascading parameter group 2.save the reprot 3.double click the cascading parameter to bring out edit box 4.click OK to close edit box actual result: Report has been marked dirty e... | resolved fixed | 32c3312 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionPr... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T07:50:54Z | 2005-10-27T08:00:00Z |
116,377 | Bug 116377 container's data set should be list in dynamic image expression builder | description: container's data set should be list in dynamic image expression builder steps to reproduce: 1. drag an image to one cell of table 2. choose dynamic image 3. click on expression builder.... actual result: no data set list in the expression builder expected result: container's data set should be list in dyna... | resolved fixed | 8881b55 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/views/outline/dnd/LibraryDropListener.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ImageEditPart.java", "UI/org.eclipse.birt.report.designer.ui/sr... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T07:23:01Z | 2005-11-15T04:46:40Z |
117,815 | Bug 117815 If I apply a style to a table first then apply another style to a table row, select this row, related style is not selected. | Description:If I apply a style to a table first then apply another style to a table row, select this row, related style is not selected. Steps to reproduce: 1. Create a table and apply a style to it. 2. Select a table row and apply another style to the table row. 3. Select this row and find that the related style is no... | closed fixed | 9def3ca | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/ApplyStyleMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T07:02:24Z | 2005-11-24T02:40:00Z |
118,588 | Bug 118588 Java Debug -> Inspect and Display | steps to reproduce: - start Java Debug - insert some breakpoints in the Java class - switch to the runtime workbench, add a label, and map it to the Java class - preview in html expected behavior - selected variables can be evaluated. actual behavior - an error message is printed saying that the expression cannot be ev... | closed fixed | 99b2da9 | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java", "UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launcher/ReportLaunchConfigurationDelegate.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T06:52:49Z | 2005-11-30T05:53:20Z |
118,738 | Bug 118738 can't preview meter chart with grouping | Try to preview the following report with a meter chart group on the Y series, it fails. It used to work before, this is a regression. An exception is thrown org.eclipse.birt.chart.exception.ChartException: Can not plot meter series with null or non-numeric datapoint. at org.eclipse.birt.chart.render.DialRenderer.<init>... | closed fixed | 3d424ff | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T06:21:37Z | 2005-12-01T01:20:00Z |
117,453 | Bug 117453 Property Editor for chart report item: deferred | Property Editor for chart report item(BPS16): deferred | closed fixed | 05acc2d | ["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/PropertyTabUITest.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/extensions/IPropertyTabUI.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T06:18:48Z | 2005-11-22T09:00:00Z |
117,381 | Bug 117381 Support multiple emitters foir same output format using emitter ID | BIRT now has two emitters that can support PDF format. An fo emitter and a PDF emitter. BIRT should provide API for host (viewer) to choose which emitter to use. The proposed solution is that in IRenderTask, a method setEmitterID() is supported. Internally, BIRT should keep a list of (format, emitters). If setEmitterID... | resolved fixed | 1d8d582 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java", "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/api/impl/ReportEngineHelper.java", "... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T06:10:10Z | 2005-11-21T21:53:20Z |
118,351 | Bug 118351 Predefine style in library cannot refresh in layout | Details: Predefine style in library cannot refresh in layout Step: 1.New a library and create two themes and two label predefine style with yellow and green background color. Named theme1 and theme2, style1 and style2. 2.Open a report design and insert a label. Actual result: No matter what theme is selected, the backg... | closed fixed | 24637ec | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T03:59:10Z | 2005-11-29T04:53:20Z |
117,415 | Bug 117415 Focus is lost when publishing a template to a folder | Description: Focus is lost when publishing a template to a folder. Steps to reproduce: 1. After creating a template file, Select File>Publish to template folder. 2. "Publish to template folder" dialog pops up and no cursor is focused on. | closed fixed | 601718d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T03:58:02Z | 2005-11-22T03:26:40Z |
116,829 | Bug 116829 Label height doesn't change with label font modification. | Description: Label font size doesn't change right away it is modified. Steps to reproduce: 1. Add a label and edit its font size as "18 points". 2. Label height is not changed right after setting in UI. 3. Change label content, its height can be justified with the font size. | closed fixed | 43b17d6 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/LabelEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T03:54:25Z | 2005-11-17T09:33:20Z |
117,615 | Bug 117615 ODA Consumer should handle Unsupported exception of oda.IQuery.GetParameterMetaData() | If an ODA driver is not capable of providing the metadata of a query's parameters, it may throw an UnsupportedOperationException or return null in its IQuery.GetParameterMetaData() method implementation. These 2 different types of response have no functional difference from the BIRT consumer perspective. Either way, it... | resolved fixed | 266ac53 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-02T03:50:33Z | 2005-11-23T01:40:00Z |
118,748 | Bug 118748 Smoke: Publish template failed in chinese locale | Description: When publish a template in chinese locale, the default directory is:"d:/buildtesting/Eclipse3.1-1201/plugins/org.eclipse.birt.report.designer.ui_1.0.1/IA/". The template could not be publish to that directory. When user change the default directory to custom directory, it seems that the template will still... | closed fixed | 0ad18b6 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/desig... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-01T02:50:29Z | 2005-12-01T01:20:00Z |
118,573 | Bug 118573 Smoke Test: Report can't be created in RCP build. | Description: Report can't be created in RCP build. Steps to reproduce: 1. Create a new report in RCP build. 2. NullPointerException is thrown out. java.lang.NullPointerException at java.util.Hashtable.put(Unknown Source) at java.util.Properties.setProperty(Unknown Source) at java.lang.System.setProperty(Unknown Source)... | closed fixed | fdbf836 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-30T05:08:44Z | 2005-11-30T05:53:20Z |
118,352 | Bug 118352 Smoke Test: RCP build doesn't work. | Description: RCP build doesn't work. Steps to reproduce: 1. Run RCP BIRT.EXE. 2. Error occurred. | closed fixed | a0f8f97 | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/DebugStartupClass.java", "UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java", "UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-30T01:28:22Z | 2005-11-29T04:53:20Z |
109,641 | Bug 109641 Stacked bar chart fails with missing data point | To reproduce, create a flat file .csv data source with the following data: Year, City, Population 1980, Chicago,2783726 1980, New York,7322564 1990, Los Angeles,4694820 1990, Chicago,3196016 1990, New York,8008278 2000, Los Angeles,6819951 2000, Chicago,2569121 2000, New York,8085742 This is the data used in the help e... | closed fixed | 182827f | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/SeriesRenderingHints.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BarChart.java", "chart... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-29T02:50:06Z | 2005-09-15T18:46:40Z |
118,003 | Bug 118003 [Regression]NullPointException when run attached file about style inheritance. | Description: NullPointException when run attached file about style inheritance. Steps to reproduce: 1. run attached StyleInherited-test23_27.xml file Expected result: No exception. Result: NIO: java.lang.NullPointerException org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report at ... | closed fixed | 6a3e102 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/DataContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/LabelContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TextItemDesign.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-28T07:42:58Z | 2005-11-25T06:26:40Z |
117,645 | Bug 117645 "element, struct, structref" is not supported for a property type. | Description: "element, struct, structref" is not supported for a property type. Steps to reproduce: 1. Add a user property. 2. "element, struct, structref" is not supported for a property type. | closed fixed | 6552a3d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/UserPropertyBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-25T07:15:16Z | 2005-11-23T07:13:20Z |
117,651 | Bug 117651 The capitalization of the property type is inconsistent. | Description: The capitalization of the property type is inconsistent. Steps to reproduce: 1. Create a user property. 2. Set a name and its type. 3. Notice that the first character of some types are uppercase and another ones are lowercase. | closed fixed | d469872 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/UserPropertyBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-25T06:58:02Z | 2005-11-23T07:13:20Z |
117,977 | Bug 117977 Exception is thrown out when editting data set in library outline. | Description: Exception is thrown out when editting data set in library outline. Steps to reproduce: 1. Create a data source and data set in library file. 2. Edit the data set in library outline view. 3. Library outline is not refreshed right away and when clicking on this data set, exception is thrown out. java.lang.Cl... | closed fixed | c9ac292 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibRootModel.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibraryHandleAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-25T02:38:29Z | 2005-11-25T03:40:00Z |
117,872 | Bug 117872 Exception thrown out when add a filter in chart with Top n/Top Percent n/Bottom percent n | details Exception thrown out when add a filter in chart with Top n/Top Percent n/Bottom percent n steps to reproduce: 1. create a data set which contains a filter 2. bind data set to a chart 3. add a filter in chart builder with Top n/Top percent n/bottom percent n actual result Exception thrown out when add a filter i... | resolved fixed | 2859788 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-25T02:35:24Z | 2005-11-24T11:00:00Z |
114,905 | Bug 114905 The default value set in list box of report parameter lost after modify the default value. | Description: The default value set in list box of report parameter lost after modify the default value. Steps to reproduce: 1. New a report parameter, set Display type to List Box. 2. Input three values: "aa", "bb", "cc", set "aa" as default and click OK 3. Reopen the Edit Parameter dialog, modify "aa" to "aaa" and cli... | closed fixed | d4186ea | ["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 | 2005-11-24T10:44:29Z | 2005-11-03T12:13:20Z |
115,938 | Bug 115938 Issues in the Library feature | The following issues are noticed - Cannot add report items to container report items in layout of a library As a result user cannot add labels or text items to a grid/table item. - In the library spec, there is no plan for separate library perspective, but the actuate implementation has a separate library perspective. ... | resolved fixed | a22754a | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T10:29:57Z | 2005-11-11T00:46:40Z |
117,839 | Bug 117839 NPE thrown out when the cascading parameter reference an empty xml data set | description: NPE thrown out when the cascading parameter reference an empty xml data set steps to reproduce: 1. create a xml data set which result set is empty 2. create a cascading parameter to bind the xml data set 3. insert a cascading parameter to layout view 4. preview actual result: NPE thrown out exception stack... | closed fixed | 53393bb | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T09:24:27Z | 2005-11-24T05:26:40Z |
117,620 | Bug 117620 Parameter defined in a library doesn't work in a report design. | Description: Parameter defined in a library doesn't work in a report design. Steps to reproduce: 1. Add a static parameter and set default value in a library file. 2. Include this library in a report design. 3. Drag this parameter from library explorer view into layout editor. 4. Preview and error message appears, said... | closed fixed | becd140 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T08:11:07Z | 2005-11-23T01:40:00Z |
116,773 | Bug 116773 In group builder, data set columns are not listed in "sorting" and "filters" expression drop down list. | Description: In group builder, data set columns are not listed in "sorting" and "filters" expression drop down list. Steps to reproduce: 1. Add a table and bind it to a data set, edit it. 2. Add a group, group builder pops up. 3. In "sorting" tab, pull down expression list. 4. Data set columns are not listed. 5. The sa... | closed fixed | 6ff1fdf | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/FilterModelProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/SortingModelProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T07:10:35Z | 2005-11-17T01:13:20Z |
116,358 | Bug 116358 Data source defined in library can't be used in report file. | Description:Data source defined in library can't be used in report file. Steps to reproduce: 1. Add a data source "ds1" and data set "dset1" in a library file. 2. Use this library in report design. 3. Create a data set related to "ds1" data source. Actual result: Error message "no datasource available" pops up. | closed fixed | 84c9a70 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/UserPropertyBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T06:48:36Z | 2005-11-15T02:00:00Z |
117,823 | Bug 117823 User property values can't be set in properties view. | Description: User property values can't be set in properties view. Steps to reproduce: 1. Define a user property. 2. Open properties view, find this user property. 3. Its value can't be set. | closed fixed | 9179493 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T06:25:20Z | 2005-11-24T02:40:00Z |
116,538 | Bug 116538 missing some infopop hooks | New JSP Wizard - Select Template page jspw0010 New HTML Wizard - Select Template page htmlw0010 Add to Snippets Select Category dialog snip0080 JavaScript editor's Content Assist menu item js0000 | closed fixed | 087d27c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T06:20:34Z | 2005-11-16T00:13:20Z |
117,833 | Bug 117833 Template image file type is not listed when publish a template to a folder. | Description: Template image file type is not listed when publish a template to a folder. Steps to reproduce: 1. Publish a template file to a folder. 2. When Setting template image, select an image file from file system. No file type is listed. | closed fixed | 46ffd45 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T06:03:38Z | 2005-11-24T05:26:40Z |
115,167 | Bug 115167 Library UI adjustments | 1. When you create a new library, the library perspective appears. The name of the perspective is Lib Design. Can this use full words, instead of contractions: Library Design. 2. The message shown in the new empty library is: Library currently empty, add components from the palette or the menu to the library outline me... | verified fixed | 5e9ee97 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibRootModel.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibraryHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/l... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T05:46:36Z | 2005-11-04T21:33:20Z |
117,695 | Bug 117695 Format specifier has problem. | The first series set format, add the second series, the format also can be applied to it. Steps: Data source:jdbc:jtds:sqlserver://qadb/gui Data set: select * from dbo.CityTemp 1.Create a pie chart,bind the data set 2.Go to "Select Data" tab: Category Definition: row["name"] Series 1: row["temperture"] click "0.0#", se... | closed fixed | 61ba4a8 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.j... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T04:50:47Z | 2005-11-23T10:00:00Z |
117,818 | Bug 117818 Exception is thrown out when cancelling export to a library. | Description: Exception is thrown out when cancelling export to a library. Steps to reproduce: 1. Export a report design to a library file. 2. Before set a library file name, cancel this operation. 3. Exception is thrown out. org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerExce... | closed fixed | b076514 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ExportToLibraryAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T03:28:21Z | 2005-11-24T02:40:00Z |
117,444 | Bug 117444 The method setDefault(Object) in UserPropertyDefn should be public. | The method setDefault(Object) in UserPropertyDefn should be public to let the user set the default value for the user defined property. In the current implemntation, this method is a protected method. | resolved fixed | aba8766 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/UserPropertyDefnHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/UserPropertyException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/UserPropertyDefn.java"... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T03:21:04Z | 2005-11-22T09:00:00Z |
116,786 | Bug 116786 Library include should store relative path. | When a library included in a report design, the BIRT designer should generate the relative path, and save relative path. Example - $project/test contains my report design. - now include a library from $project/otherlib/lib1.rptlibrary. - i see that hte report design stores absolute path, we need to save relative path. ... | resolved fixed | bd4d66f | ["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 | 2005-11-24T02:42:50Z | 2005-11-17T06:46:40Z |
117,597 | Bug 117597 BIRT script classes are not executed when previewing report | Currently BIRT script classes are executed if you preview the report through the BIRT report debugger. However, if you directly preview within the report designer, those script methods (java) won't be executed. The reason for that is the script class loader won't be able to find the location if we preview the report di... | resolved fixed | 3ff8c8c | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launcher/ReportLaunchConfigurationDelegate.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/Table... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-24T01:03:15Z | 2005-11-22T22:53:20Z |
117,730 | Bug 117730 SVG output is blank in IE with J2EE 1.4.2_10 | null | closed fixed | 8c67e9e | ["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 | 2005-11-23T16:09:20Z | 2005-11-23T15:33:20Z |
117,676 | Bug 117676 Error message pops up when I want to transfer a label in a table cell to a template item which is defined in a library. | Description: Error message pops up when I want to transfer a label in a table cell to a template item which is defined in a library. Steps to reproduce: 1. Drag a table defined in a library into a report design. 2. Select a label in the table cell and transfer it to a template item. 3. Error message pops up "The Templa... | closed fixed | 6188a1d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-23T11:58:13Z | 2005-11-23T10:00:00Z |
117,429 | Bug 117429 No parsed xml tree listed in XPath Expression dialog | description: No parsed xml tree listed in XPath Expression dialog steps to reproduce: 1. create a xml data source which has a schema 2. create a xml data set 3. in choose XPath Expression dialog, xml structure list box doesn't show up xml tree actual result: No parsed xml tree listed in XPath Expression dialog | closed fixed | 9e42c83 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-23T11:53:22Z | 2005-11-22T06:13:20Z |
117,679 | Bug 117679 Exception is thrown out when deleting a table inside which there is a template item. | Description: Exception is thrown out when deleting a table inside which there is a template item. Steps to reproduce: 1. Add a table which is binded to a data set in a template file. 2. Transfer a label in a table cell to a template item. 3. Delete this table by pressing "delete" key. 4. Exception is thrown out. org.ec... | closed fixed | 376a4cb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-11-23T11:40:28Z | 2005-11-23T10:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.