Skip to main content

Search and Top Navigation

#4495 closed bug (duplicate)

Opened April 26, 2009 02:07AM UTC

Closed May 26, 2009 10:18AM UTC

Value not being returned

Reported by: ababkov Owned by:
Priority: minor Milestone: 1.8
Component: ui.progressbar Version: 1.7.1
Keywords: progress bar, value Cc:
Blocked by: Blocking:
Description

$(".selector").progressbar('value');

Expected Behavior: Returns current progress bar value (integer)

Actual Behavior: Returns base progress bar element object.

aria-valuenow attribute (set via the setter method) is holding an integer value of 20 at the time of the call. Value can be retrieved via an attr call on the element: .attr("aria-valuenow") and returns the expected integer value at time of this call.

Attachments (0)
Change History (3)

Changed May 06, 2009 04:52PM UTC by jzaefferer comment:1

milestone: TBD1.7.2

Changed May 07, 2009 01:36PM UTC by jzaefferer comment:2

milestone: 1.7.21.8

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

resolution: → duplicate
status: newclosed

Duplicate of #4427