Opened 11 years ago
Closed 11 years ago
#12527 closed bug (duplicate)
"Uncaught RangeError: Maximum call stack size exceeded" exceptions is thrown.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The issue is related to this one: http://bugs.jquery.com/ticket/12303
The following selector used to work with version prior to 1.8.0.
The attempt to fix the issue in 1.8.0 created another on in 1.8.1. Here is an example with v. 1.8.1 http://jsbin.com/ecowez/2/edit
The exception is reproducible in Chrome(21.0.1180.89 m), FF(15.0.1) and IE9. FF even crash when attempt to execute the query.
Note: See
TracTickets for help on using
tickets.
Duplicate of #12303.
#12303 has been reopened.