Modify ↓
Ticket #2826 (closed bug: fixed)
[ui dialog] JavaScript error on $.dialog()
| Reported by: | tyler | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by tyler
-
attachment
ui.dialog.js.patch
added
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.

patch, u can haz