Bug Tracker

Modify

Ticket #1801 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 6 years ago by rworth

  • Owner set to rworth

comment:2 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to fixed

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;

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.