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
Owner: | set to rworth |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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: