Opened 11 years ago

Closed 11 years ago

#8623 closed bug (worksforme)

Dialog popup don't show in Safari

Reported by: sNICkerssss Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:

Description

Dialog popup doesn't show in Safari if there is any js-object on page with property "class".

Reproduce:

<div id="fofo">text</div>

<script type="text/javascript"> $(document).ready(function(){ $('#fofo').dialog(); });

var myObject = { class : 'object_class' } </script>

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: worksforme
Status: newclosed

This works fine for me. Though, my guess would be that you're getting an error by not quoting class and that's causing everything to die.

Note: See TracTickets for help on using tickets.