#4427 closed bug (fixed)
progressbar('value') returns a reference to this instead of the value
Reported by: | kmb2215 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7.2 |
Component: | ui.progressbar | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I expected
$myprogressbar.progressbar('value')
to return the value (ie a number) but instead it returns $myprogressbar for chaining.
Attachments (2)
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
Changed 14 years ago by
Attachment: | 4427.ui.progressbar.js.patch added |
---|
Changed 14 years ago by
Attachment: | 4427.ui.progressbar.js.2.patch added |
---|
(Unified Format) Resolution Patch
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r2458. The value method now returns the current value when no parameter is passed in and is chainable when setting a value by passing it in.
comment:3 Changed 14 years ago by
Priority: | minor → critical |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.8 → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
Resolution Patch File