#7231 closed bug (fixed)
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/
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
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
comment:3 Changed 12 years ago by
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
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.12 |
---|
Note: See
TracTickets for help on using
tickets.
Proposed fix: https://github.com/jquery/jquery-ui/pull/177