Community
Participate
Working Groups
Currently the border radius for the ProgressBar and it's indicator is not supported. It would be nice to add these features.
Created attachment 157231 [details] fix This patch includes the following changes: - Progressbar now supports rounded corners, also with background-images - Progressbar now supports gradients - Progressbar is styleable using the VERTICAL and UNDETERMINED flags - Progressbar supports a "separator" between indicator and bar-background - Includes tests for Progressbar Additional changes that were needed for the new Progressbar: - GraphicsUtil has some getter (for testing) - GraphicsUtil supports "display"-property - RoundRects are now either drawn normally if the shape is geometrically possible at all, or as a rectangle if it is not (i.e. the radii are to large) - Introduces separate tests for SVG and VML (need to be advanced) - Testrunner now allowes testclasses to be excluded depeding on the browser - Testrunner now holds on calls of "this.error" (to get catched errors in flush) - A bug in ThemeValues#getCssSizedImage has been fixed - RAPThemeSupport has been updated
Applied patch to CVS HEAD