#2826 closed bug (fixed)
[ui dialog] JavaScript error on $.dialog()
Reported by: | tyler | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When executing something like:
$('#jq_dialog').dialog({autoOpen: "false", resizeable: "false", draggable: "false"});
I receive the following error:
doc.scrollTop is not a function
The attached patch fixes this
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | ui.dialog.js.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has already been fixed.
comment:3 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
patch, u can haz