Community
Participate
Working Groups
To reproduce: - In Composite.default.css, set background-image: none; (This will be necessary to solve bug 306695). - Start controls-demo, go to tab "Composite" - Issue 1: - Check "Background Gradient" - Check "Background Image" - The Gradient is still displayed (correct behavior) - Uncheck "Background Gradient" - The image should be seen, but isn't - Uncheck "Background Image" - Issue 2: - Set a rounded border, then repeat above steps - This time the image can be seen, but when unchecking "Backgound Image" the applications crashes. The error is "Could not evaluate javascript response: TypeError: source is null".
Created attachment 163104 [details] fix
Patch reviewed and changes committed to CVS HEAD.