This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 429796 - [CSS] New FontDefiniotions defined in CSS are not merged with 3.x theme registry
Summary: [CSS] New FontDefiniotions defined in CSS are not merged with 3.x theme registry
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.4 M7   Edit
Assignee: Daniel Rolka CLA
QA Contact: Daniel Rolka CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 11:10 EST by Daniel Rolka CLA
Modified: 2014-04-29 09:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Rolka CLA 2014-03-06 11:10:35 EST
Steps to reproduce the issue:

1) Update the CSS file with:

ThemesExtension {
  font-definition: '#NewFontDefinition';
}

FontDefinition#NewFontDefinition {
  font-family: 'Arial';
  font-size: 12;
  font-style: normal;
}

2) Run the Workbench
3) Open the ColorAndFontPrefence page and expand the 'Other added by CSS' category
4) The new FontDefinition is missing


Found in the I20140303-2000
Comment 2 Daniel Rolka CLA 2014-04-29 09:55:49 EDT
Verified in the build: I20140428-2000

Daniel