Bug 396998 - Widgets are not recreated when required by style rule removal
Summary: Widgets are not recreated when required by style rule removal
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Wazaabi (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Olivier Moises CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 08:28 EST by Olivier Moises CLA
Modified: 2017-04-11 15:11 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 Olivier Moises CLA 2012-12-20 08:28:51 EST
When the viewer is rendering the ui model, it we remove a style rule like "horizontal-scrollbar", the widget needs to be re created in order to reflects the new scrollbar set.
Actually, there is not way to track this scenario. We must add to every SWT widgets (and extend core Widget interface) a method which returns true when a style rule is involved in widget recreation.