Bug Tracker

Opened 15 years ago

Closed 15 years ago

#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:
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)

ui.dialog.js.patch (594 bytes) - added by tyler 15 years ago.
patch, u can haz

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by tyler

Attachment: ui.dialog.js.patch added

patch, u can haz

comment:1 Changed 15 years ago by scott.gonzal

Resolution: fixed
Status: newclosed

This has already been fixed.

Note: See TracTickets for help on using tickets.