Skip to main content

Search and Top Navigation

#8496 closed bug (duplicate)

Opened August 14, 2012 10:12AM UTC

Closed August 14, 2012 12:14PM UTC

Last modified August 14, 2012 12:14PM UTC

Incompatibility with jquery 1.8

Reported by: franky Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.22
Keywords: Cc:
Blocked by: Blocking:
Description

If you open a dialog with custom buttons, the buttons will shown empty (without "text"-label)

A simple Test:

$('<div>Hallo</div>' ).dialog({

resizable: false,

height:140,

modal: true,

buttons: [{text: 'OK' , value: 'ok' , 'class': 'ui-msgbox-ok' }]

});

It works with jquery 1.7.2 and lower fine but with 1.8.0 the buttons are present but empty.

Greetings

Frank

Attachments (0)
Change History (2)

Changed August 14, 2012 12:14PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed August 14, 2012 12:14PM UTC by scottgonzalez comment:2

Duplicate of #8484.