8 votes

Browser gestures cause this weird issue

Tags: bug, browser

6 comments

  1. [5]
    Comment deleted by author
    Link
    1. [4]
      cfabbro
      (edited )
      Link Parent
      Yeah, it's most likely a similar issue; The addon isn't playing well with a restrictive CSP. What gesture addon are you specifically using, @the_funky_buddha? If you let me know which one it is, I...

      Yeah, it's most likely a similar issue; The addon isn't playing well with a restrictive CSP. What gesture addon are you specifically using, @the_funky_buddha? If you let me know which one it is, I can look into opening an issue related to this on that addon's github/gitlab (if they have one) so the devs can be made aware of the problem.

      2 votes
      1. [3]
        the_funky_buddha
        Link Parent
        It's FoxyGestures. And thanks, that'd be much appreciated. The addon's been mostly flawless for me other than this.

        It's FoxyGestures. And thanks, that'd be much appreciated. The addon's been mostly flawless for me other than this.

        1 vote
        1. [2]
          cfabbro
          Link Parent
          It seems the dev is already aware of the addon's various CSP issues but unfortunately it looks like they have no intention of addressing it. :( See:...

          It seems the dev is already aware of the addon's various CSP issues but unfortunately it looks like they have no intention of addressing it. :( See:
          https://github.com/marklieberman/foxygestures/issues/230
          https://github.com/marklieberman/foxygestures/issues/283

          3 votes
          1. the_funky_buddha
            Link Parent
            That sucks. And Gesturefy doesn't fully work with resistfingerprinting enabled either. Thanks.

            That sucks. And Gesturefy doesn't fully work with resistfingerprinting enabled either. Thanks.

            1 vote
  2. [2]
    the_funky_buddha
    Link
    Is this due to the site or my gesture addon in Firefox? I've been using this addon for many years and never encountered this issue on any other site.

    Is this due to the site or my gesture addon in Firefox? I've been using this addon for many years and never encountered this issue on any other site.

    1. Wes
      Link Parent
      It seems that the extension is writing directly to the page, so I'm surprised you haven't seen something like this before. It's more their fault than that of the page it's being used on. They...

      It seems that the extension is writing directly to the page, so I'm surprised you haven't seen something like this before. It's more their fault than that of the page it's being used on.

      They could at least be using an absolute div to bring it out of the document flow.

      1 vote