You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Describe the issue you encountered: To confirm #2747 was fixed you have to wait until the page is loaded completely, maybe onload is fired.
Expected behavior: Because the interface is always active whether the page is loaded completely or not, the browser should find favicons and load them as soon as possible. We should not wait until the page is loaded completely.
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10
The favicon can't be loaded before the initial page is loaded (and honestly shouldn't be loaded until all other resources are loaded). Folks could probably add the meta tags in dynamically for the favicon using JavaScript and I would imagine this wouldn't be detected until page ready. Closing this as won't fix.
Describe the issue you encountered: To confirm #2747 was fixed you have to wait until the page is loaded completely, maybe onload is fired.
Expected behavior: Because the interface is always active whether the page is loaded completely or not, the browser should find favicons and load them as soon as possible. We should not wait until the page is loaded completely.
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10
Brave Version: 0.12.8 RC1
Steps to reproduce:
Any related issues: In some cases favicon is not displayed in history pulldown #2747 Favicon DDOS #2879 Cache favicons (to prevent fetching each time Brave is reloaded) #2697
The text was updated successfully, but these errors were encountered: