uBlock
uBlock copied to clipboard
Logger inspector sometimes stays blank after loading page
Environment:
SeaMonkey (or Firefox 45.1.1esr), new profile uBlock Origin 1.7.0
Steps for anyone to reproduce the issue
- install uBlock Origin
- install Mozilla Archive Format (I use version 4.0rc1)
- restart SeaMonkey (then close all but one tab)
- open uBlock Origin logger, select the inspector
- open a MAFF file in the other tab
- check the inspector
Alternate steps-to-reproduce: put these two files up on a server:
<!doctype html>
<link rel="stylesheet" href="hang.php" type="text/css" />
<div>AAAAAAAAAAAAAA</div>
<img src="/some/image.gif" />
hang.php:
<?php while(true) {} ?>
then:
- install uBlock Origin, restart SeaMonkey
- open the logger
- in the other tab, navigate to the html file on the server
- in the uBlock Origin logger, open the inspector
Expected results: DOM of the page loaded in the other tab shows up in the inspector
Actual results: inspector remains blank, regardless of any (stopping &) reloading the other tab, either from the logger or the browser's buttons.
(Some related discussion at InformAction: https://forums.informaction.com/viewtopic.php?p=83022#p83022 )
It was a once-in-a-while issue, which has never affected the Chromium version of uBO, hence assuming it's not an issue for webext.
assuming it's not an issue for webext.
I can reproduce this issue with uBO/webext 1.14.9b0 on Firefox 57.0a1 (2017-09-11). Are you saying you tried the steps-to-reproduce with uBO/webext and got a fully functional logger inspector?
Sorry, there was another issue which was the logger not reporting anything right after being opened, I confused the issue here with that one. The issue here is about the inspector specifically.