Skip to main content

Search and Top Navigation

#3871 closed bug (fixed)

Opened January 19, 2009 08:37PM UTC

Closed January 20, 2009 03:48AM UTC

progressbar docs use 'progress' keyword to set value, should use 'value'

Reported by: david Owned by:
Priority: critical Milestone: 1.7
Component: [meta] ui.docs Version: 1.6rc5
Keywords: progressbar Cc:
Blocked by: Blocking:
Description

The documentation for jQuery UI progressbar says

progressbar( "progress", value ) 	Returns: jQuery
Set range of the progressbar.

http://docs.jquery.com/UI/Progressbar/progressbar

But the current source (1.6rc5) shows the required keyword for setting the value is 'value'.

The documentation should be updated to use the correct keyword.

Attachments (0)
Change History (2)

Changed January 19, 2009 11:58PM UTC by scottgonzalez comment:1

milestone: TBD1.6
priority: minorcritical

Changed January 20, 2009 03:48AM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

Fixed, along with a complete overhaul of the progressbar docs to reflect the 1.6 API.