Bug Tracker

Modify

Ticket #1909 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

DatePicker Doesnt Use JQuery Alias

Reported by: mnichols Owned by: iMarc
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: DatePicker Cc:
Blocking: Blocked by:

Description

DatePicker uses the alias '$' in within the control which doesn't respect the environment. For example, if the alias '$j' is used on the page for jQuery integration with other libraries datepicker breaks on certain events such as onmouseover which dynamically adds a class.

To Test, simply use the noConflict call on jQUery and assign $j to that. Then try to use the date picker.

Change History

comment:1 in reply to: ↑ description ; follow-up: ↓ 2 Changed 6 years ago by mnichols

Replying to mnichols:

DatePicker uses the alias '$' in within the control which doesn't respect the environment. For example, if the alias '$j' is used on the page for jQuery integration with other libraries datepicker breaks on certain events such as onmouseover which dynamically adds a class.

To Test, simply use the noConflict call on jQUery and assign $j to that. Then try to use the date picker.

It turns out this is only in the mouseover/out events. I changed it to jQuery instead of $...please change in source?

comment:2 in reply to: ↑ 1 Changed 6 years ago by kbwood

Already changed - will appear in the next release.

comment:3 Changed 6 years ago by paul

  • Owner set to iMarc

comment:4 Changed 6 years ago by paul

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

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.