Bug Tracker

Opened 16 years ago

Closed 15 years ago

#1801 closed bug (fixed)

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

Change History (2)

comment:1 Changed 16 years ago by rworth

Owner: set to rworth

comment:2 Changed 15 years ago by scott.gonzal

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;
Note: See TracTickets for help on using tickets.