Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fixed bugzilla 150151 [Accessibility] BIRT SWT chart is not high contrast compliant

- Summary:
fixed bugzilla 150151 [Accessibility] BIRT SWT chart is not high contrast compliant


- Bugzilla Bug (s) Resolved:
150151


- Description:
The background color of chart is hard-coded to white, which prevents the use of style to change its background in high-contrast environment.

 

Removed the white background color, so it picks the one from the style instead.


- Tests Description :
Visual tests


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

/org/eclipse/birt/chart/model/impl/ChartImpl.java


- Files Added:


- Files Deleted

 


Back to the top