• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Archive
    4. 3.3 RC1: favicons broke for file:// URLs, including in the panel

    3.3 RC1: favicons broke for file:// URLs, including in the panel

    Archive
    bug web panel
    2
    8
    516
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Pathduck
      P
      Pathduck Moderator Soprano Supporters
      last edited by A Former User

      I just noticed this one when clicking through the panels, suddenly all favicons for local (file:// URL) panels started taking on the icon of the first panel.

      dbbe1228-f679-4588-86cd-96f52b3341af-image.png

      I then noticed when trying to re-add the panel manually, that when opening the html file I use for it, the favicon is no longer showing, it only shows as a "broken image" file. In fact, it shows the favicon for less than a second, then reverts to a broken image.

      The code in the html is this:
      <link rel=icon href="../res/css.ico">

      However when the favicon links to a web-hosted icon, they work.
      <link rel="icon" href="https://blog.fluent-forever.com/wp-content/uploads/2019/04/cropped-fluent-forever-favicon-32x32.png"/>

      Example, the "Multisearch" uses an externally located icon:
      c51c933b-5e34-406d-9c04-7d557cf0add7-image.png

      Then when I actually re-added the panel, all the icons seemed to revert back to normal. I assume this is because of some internal caching taking hold, possibly?

      I have been able to repro this in a clean snapshot profile, but it behaves a bit differently so will need to do more diggin. The favicons show fine in 3.2 stable.

      Just want to hear if someone else has encountered this yet, before I report it?
      EDIT: Reported as VB-71326

      ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
      ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

      1 Reply Last reply Reply Quote 0
      • Pathduck
        P
        Pathduck Moderator Soprano Supporters
        last edited by Pathduck

        This one's on a clean snapshot profile:

        61ab3201-1271-450e-8340-956ce7d25455-image.png

        Last one is a regular web panel over https.
        I think the "Loading..." might be a clue to what's going on?

        f3232f02-963c-4f19-a0cd-711c3a5923b8-image.png

        But now for some reason the favicon in the regular profile show as they should ๐Ÿคช
        Curiouser and curiouser...

        ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
        ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

        1 Reply Last reply Reply Quote 0
        • Pathduck
          P
          Pathduck Moderator Soprano Supporters
          last edited by

          Update again: after a restart I got the same issue where the icons all got replaced by the icon of the first one I clicked.

          I had the sense to look in the UI inspector and the code for the button image is this:

          	<img src="chrome://favicon/about:blank#blocked" alt="">
          

          Notice the about:blank#blocked for the img element. This fits the situation I also had at the outset, where when I tried to copy the panel address I just got that exact same address.

          ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
          ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

          1 Reply Last reply Reply Quote 0
          • Pathduck
            P
            Pathduck Moderator Soprano Supporters
            last edited by

            I reported this as VB-71326. Really don't want this to make its way into Stable. I suspect it's already been reported, @Gwen-Dragon could you check please?

            ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
            ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

            1 Reply Last reply Reply Quote 0
            • Pathduck
              P
              Pathduck Moderator Soprano Supporters
              last edited by Pathduck

              Update: This is still in 3.5.2110.3.

              Panel address is about:blank#blocked and the title stays as Loading...

              This below is after adding all the local (file://) panels again and restarting Vivaldi. Note how the icon changes, in this case to the last added panel. The last icon below the local ones are on the net and the icon is fine.

              alt text

              I believe it's related to Vivaldi not loading favicons for file:// URLs.

              ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
              ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

              1 Reply Last reply Reply Quote 1
              • Pathduck
                P
                Pathduck Moderator Soprano Supporters
                last edited by

                @Gwen-Dragon OK, I will wait until the next snapshot. I'm just worried if Stable will come without it being fixed.

                You use local file:// panels? Can you confirm the favicon show also in a regular page when the HTML files are opened? Most of my panels have <link rel=icon href="../res/css.ico"> but it's also the same with the ico file in the same folder.

                ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
                ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

                1 Reply Last reply Reply Quote 0
                • Pathduck
                  P
                  Pathduck Moderator Soprano Supporters
                  last edited by

                  @Gwen-Dragon Already have :smiling_face_with_open_mouth_closed_eyes:
                  (VB-71326) Web panel favicons broken for file:// URLs, link to about:blank

                  ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
                  ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

                  1 Reply Last reply Reply Quote 0
                  • Pathduck
                    P
                    Pathduck Moderator Soprano Supporters
                    last edited by

                    @Gwen-Dragon Thank you ๐Ÿ‘

                    ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
                    ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

                    1 Reply Last reply Reply Quote 0
                    • pafflick
                      P
                      pafflick moved this topic from Vivaldi for Windows on
                    Loading More Posts
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes
                    Reply
                    • Reply as topic
                    Log in to reply
                    • 1 / 1
                    • First post
                      Last post

                    Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                    Copyright © Vivaldi Technologies™ โ€” All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status