Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

4427.ui.progressbar.js.patch (51 bytes) - added by andrew_ 14 years ago.
Resolution Patch File
4427.ui.progressbar.js.2.patch (315 bytes) - added by andrew_ 14 years ago.
(Unified Format) Resolution Patch

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.8

Changed 14 years ago by andrew_

Resolution Patch File

Changed 14 years ago by andrew_

(Unified Format) Resolution Patch

comment:2 Changed 14 years ago by Scott González

Resolution: fixed
Status: newclosed

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 rdworth

Priority: minorcritical

comment:4 Changed 14 years ago by rdworth

Milestone: 1.81.7.2
Note: See TracTickets for help on using tickets.