Modify ↓
Ticket #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: | ||
| 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: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.
Note: See
TracTickets for help on using
tickets.
