Skip to main content

Bug Tracker

Side navigation

#1801 closed bug (fixed)

Opened October 15, 2007 12:28AM UTC

Closed February 12, 2008 11:59PM UTC

Use bgiframe for dialogs when available

Reported by: dmitrig01 Owned by: rworth
Priority: trivial Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

We have reports in email that select boxes show through... should be as easy as adding

<code>

if ($.fn.bgiframe != undefined) {

$(dialog).bgiframe();

}

</code>

This would of course live in dialogInit

Attachments (0)
Change History (2)

Changed October 15, 2007 11:43AM UTC by rworth comment:1

owner: → rworth

Changed February 12, 2008 11:59PM UTC by scott.gonzal comment:2

resolution: → fixed
status: newclosed

Fixed in [4744]. There is now an option for using bgiframe (defaulted to false for performance reasons). You'll probably want to change the defaults rather than having to set this option for every dialog:

$.ui.dialog.defaults.bgiframe = true;