Search and Top Navigation
#7231 closed bug (fixed)
Opened April 09, 2011 05:06PM UTC
Closed April 09, 2011 06:34PM UTC
Last modified April 09, 2011 07:02PM UTC
Progresbar: valueDiv should be hidden when value is at 0%
Reported by: | kflorence | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.12 |
Component: | ui.progressbar | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently, when the progressbar value is at 0%, there is a border applied from the standard ui-widget-header class that causes the progressbar to remain visible.
Test Case: http://jsfiddle.net/kflorence/ykuxe/
Attachments (0)
Change History (4)
Changed April 09, 2011 05:33PM UTC by comment:1
Changed April 09, 2011 06:34PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%
Changeset: 3b77ac654b079a3098d12cca04d2397bb3863b85
Changed April 09, 2011 07:00PM UTC by comment:3
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%
(cherry picked from commit 3b77ac654b079a3098d12cca04d2397bb3863b85)
Changeset: 3c13b33682655be2a2f1c68b45cd500530997c41
Changed April 09, 2011 07:02PM UTC by comment:4
milestone: | 1.9 → 1.8.12 |
---|
Proposed fix: https://github.com/jquery/jquery-ui/pull/177