Skip to main content

Search and Top Navigation

#4427 closed bug (fixed)

Opened April 02, 2009 03:02PM UTC

Closed April 16, 2009 01:59AM UTC

Last modified June 12, 2009 12:39PM UTC

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 (4)

Changed April 08, 2009 01:57AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed April 16, 2009 01:59AM UTC by scottgonzalez comment:2

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.

Changed May 26, 2009 10:18AM UTC by rdworth comment:3

priority: minorcritical

Changed June 12, 2009 12:39PM UTC by rdworth comment:4

milestone: 1.81.7.2