Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 518890

Summary: Font of GridColumn not correctly rendered
Product: [RT] RAP Reporter: ben <benjamin.leipold>
Component: OtherAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.4   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/#/c/110450/
Whiteboard:

Description ben CLA 2017-06-28 09:28:51 EDT
Changing only the font of a grid is never applied to column headers. This is due to the comparison of the new font value to the one of a column's parent in GridColumnLCA.renderFont. Changing a column's font to the same font of its grid does not work either.

WidgetLCAUtil.hasChanged(column, property, newValue, column.getParent().getFont())