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.