console is visible when js is disabled
See original GitHub issueI’m opening this issue because:
- I’ll report a bug
- I’ll propose a new feature
Description
When Javascript is disabled in FF, the vimvixen console iframe is visible as a white box in the top left corner of the page
Failure Information (for bugs)
n/a
Steps to Reproduce
- go to some page
- disable javascript via dev tools (reloads page)
- observe white box in top left corner of page
System configuration
- Operating system: mac os high sierra
- Firefox version: 63.0.1 (64 bit)
- Vim-Vixen version: 0.19
Console logs
Loading failed for the <script> with source “moz-extension://7ee66385-1ef4-7740-ad80-0a5bf1fca1d6/build/console.js”.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Enable console.log when it is disabled - Stack Overflow
In a project, console.log is disabled. Firefox tells me it is disabled but I do not now where in the code and I...
Read more >How to enable JavaScript in your browser and why
Here you can find instructions on how to enable (activate) JavaScript in five most commonly used browsers. Internet Explorer Mozilla Firefox Google Chrome...
Read more >HTML attribute: disabled - HTML: HyperText Markup Language
The Boolean disabled attribute, when present, makes the element not mutable, focusable, or even submitted with the form.
Read more >no-console - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >How to Disable JavaScript in Almost Any Browser
Hit F12 to open the developer tools (or use “Inspect” from the context menu); Click the “Settings” cog icon in the top right...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got it, it may be fixed with #645.
This issue is already fixed on #571