Modify ↓
Ticket #3248 (closed bug: fixed)
Simple solution to Array.prototype.call + jQuery.makeArray conflict
| Reported by: | flesler | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | Cc: | john,brandon,joern,davidserduke | |
| Blocking: | Blocked by: |
Description
This is a possible fix to this annoying conflict.
Attachments
Change History
comment:1 Changed 5 years ago by flesler
- Status changed from new to assigned
This will remove support for functions (regexps still supported) on makeArray. This passes all the tests on IE6, FF2, Opera 9.2, Opera 9.5, Safari 3. I assume the rest will follow.
I don't think it'll be an issue to drop this support as functions sent to the jQuery constructor are intercepted by init().
Shall I ?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

