jQuery: The Write Less, Do More JavaScript Library

Ticket #2826 (closed bug: fixed)

Opened 5 days ago

Last modified 5 days ago

[ui dialog] JavaScript error on $.dialog()

Reported by: tyler Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

ui.dialog.js.patch (0.6 kB) - added by tyler 5 days ago.
patch, u can haz

Change History

Changed 5 days ago by tyler

patch, u can haz

Changed 5 days ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed

This has already been fixed.

Note: See TracTickets for help on using tickets.