mconf / bigbluebutton

BigBlueButton is an open source web conferencing system for distance education
www.bigbluebutton.org
40 stars 33 forks source link

Other windows visibility are compromised by IFrames #280

Open mconf-daileon opened 8 years ago

mconf-daileon commented 8 years ago

Author Name: Leonardo Daronco (Leonardo Daronco) Original Redmine Issue: 1755, http://dev.mconf.org/redmine/issues/1755


[Originally reported by Pedro Beschorner Marin]

This is something IFrames do. We need to find a way to check if other window is in front of the IFrame MDIWindow and work this up.

mconf-daileon commented 8 years ago

Original Redmine Comment Author Name: Leonardo Daronco (Leonardo Daronco) Original Date: 2015-09-23T18:44:01Z


Issue #1776 has been updated by Pedro Beschorner Marin.

This can be a start: https://github.com/pedrobmarin/flex-iframe/blob/master/library/src/com/google/code/flexiframe/IFrame.as#L888

It's an experimental overlay detection. Works fine for popups and combo boxes.