Ticket #3871 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 3 years ago by scott.gonzalez

  • Priority changed from minor to critical
  • Milestone changed from TBD to 1.6

comment:2 Changed 3 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.