Bug Tracker

Modify

Ticket #1330 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

Accordion - typo in setting the "onHide" callback

Reported by: Conrad Owned by: stefan
Priority: minor Milestone:
Component: interface Version:
Keywords: Accordion Cc:
Blocking: Blocked by:

Description

During the initialization method in Accordion, the option line:

onHide: options.onShow && typeof options.onHide == 'function' ? options.onHide : false,

should be

onHide: options.onHide && typeof options.onHide == 'function' ? options.onHide : false,

Change History

comment:1 Changed 5 years ago by scott.gonzal

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

Interface is no longer supported; consider switching to  jQuery UI.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.