Community
Participate
Working Groups
The CSS Spy requires the CSS Engine to provide the ability to: * parse selectors (to complement the existing support for parsing rules, properties, values, etc.) * return the list of applicable selectors for an element (rather than walk the public propertyHandlerMap property on AbstractCSSEngine) The CSS WidgetElement implementation is missing: * the ability to use "class" as an attribute, required to be able to query against the CSS class string (e.g., "CTabFolder[class='MPartStack']"
Fix committed to master: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=2c09169442e9067f70fafb24f0f04321c214c8c1
Verified for M4