Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#1801 closed bug (fixed)

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

Change History (4)

comment:1 Changed 15 years ago by rdworth

Owner: set to rworth

comment:2 Changed 15 years ago by Scott González

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;

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.