Search and Top Navigation
#6030 closed bug (fixed)
Opened September 08, 2010 03:24PM UTC
Closed December 08, 2010 05:37PM UTC
Last modified December 10, 2010 06:50PM UTC
ui.dialog with jQuery 1.3.2 causes RangeError
Reported by: | jeffsmith | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.dialog | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've run across an issue when using jQuery 1.3.2 and ui.dialog (1.8.4). The combination of the two seems to trigger a recursion error:
Safari 5.0.1: "RangeError: Maximum call stack size exceeded." jquery.min.js:12
Firefox 3.6.8: "too much recursion." jquery.min.js:12
I have a test case available here: http://examples.furtherahead.com/jquery-ui/modal-1.3.2.html
Attachments (0)
Change History (4)
Changed November 26, 2010 03:02AM UTC by comment:1
Changed December 08, 2010 05:37PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError.
This should be reverted in jQuery UI 1.9.
Changeset: 22671ad4f8e3e2e921c27bd2933fa088950abf2f
Changed December 08, 2010 06:32PM UTC by comment:3
milestone: | TBD → 1.8.7 |
---|
Changed December 10, 2010 06:50PM UTC by comment:4
Revert "Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError."
This reverts commit 22671ad4f8e3e2e921c27bd2933fa088950abf2f.
Changeset: 0e15f573d6f1d5c138ce63d2a462737dbb874faa
#6689 is a duplicate of this ticket.