Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed [Bugzilla] 114460: Chart Format color is not accurate


- SCR(s) Resolved: [Bugzilla] 114460

-Description:

When the user invokes the drop down menu of LineStyle, LineWidth, LineColor and HeadStyle chooser composites, then switches to another application.
A NullPointerException is thrown out, which is caused by control focus lost.

- Regression (Yes / No): No

- Tests: Yes

- Test Automated: No, GUI feature. It needs to be tested manually.

- Notes to Developers: N/A

- Notes to QA: Except the Color chooser, please also test Line Style chooser, Line Width chooser and HeadStyle chooser.

- Notes to Documentation: N/A

- Notes to Configuration Management: N/A

- Notes to Support: N/A

- Notes to Product Marketing: N/A

 

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/HeadStyleChooserComposite.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineStyleChooserComposite.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineWidthChooserComposite.java



Regards,

Nina


Back to the top