Skip to main content

Search and Top Navigation

#1801 closed bug (fixed)

Opened October 15, 2007 12:28AM UTC

Closed February 12, 2008 11:59PM UTC

Last modified February 26, 2009 11:12AM UTC

Use bgiframe for dialogs when available

Reported by: dmitrig01 Owned by: rdworth
Priority: trivial Milestone: 1.5
Component: ui.core 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 (4)

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

owner: → rworth

Changed February 12, 2008 11:59PM UTC by scottgonzalez 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;

Changed May 24, 2008 03:39AM UTC by comment:3

milestone: 1.2.2

Milestone 1.2.2 deleted

Changed February 26, 2009 11:12AM UTC by paul comment:4

milestone: → 1.5