Page 1 of 1

iframe loading problem with firefox 2017-09-23 nightly

Posted: Sat Sep 23, 2017 3:15 pm
by koron
On 2017-09-23 nightly with NoScript, contents in iframe aren't loaded at all.

STR:
Open http://masaboo.cside.com/new_html1/ht_44.htm.

Expected Results:
HTML in iframe is displayed.

Actual Results:
Completely blank in iframe.

Is Bug 1402102 related?
It removes nsIDOMHTMLObjectElement which is used in NoScript.

Re: iframe loading problem with firefox 2017-09-23 nightly

Posted: Mon Sep 25, 2017 3:53 pm
by edmorley
I can confirm NoScript (developer channel) breaks iframes on latest Nightly.

Re: iframe loading problem with firefox 2017-09-23 nightly

Posted: Mon Sep 25, 2017 4:17 pm
by Nova6K0
Yes, I imagine it is related. In the Nightly (firefox) 58.0a1 (2017-09-25) Disqus and Facebook do not load or work badly.

Greetings.

Re: iframe loading problem with firefox 2017-09-23 nightly

Posted: Wed Sep 27, 2017 5:34 am
by Giorgio Maone
koron wrote: Is Bug 1402102 related?
It removes nsIDOMHTMLObjectElement which is used in NoScript.
Actually they did remove ALL the nsIDOMHTML* interfaces (which NoScript uses a lot to safely identify HTML element types) at once.
I'm working to fix it, expect a 5.1.0rc2 in hours (restartless, yay!)...

Re: iframe loading problem with firefox 2017-09-23 nightly

Posted: Wed Sep 27, 2017 9:17 am
by Giorgio Maone
Please check latest development build 5.1.0rc2, thanks.

Re: iframe loading problem with firefox 2017-09-23 nightly

Posted: Wed Sep 27, 2017 12:28 pm
by koron
Giorgio Maone wrote:Please check latest development build 5.1.0rc2, thanks.
Confirmed fixed. Very thanks!