Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • A adblockpluschrome
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eyeoeyeo
  • adblockplus
  • adblockpluschrome
  • Issues
  • #60
Closed
Open
Issue created Aug 16, 2019 by Ursa Kacar@ursakacarDeveloper

Notification links do not work in Opera 60+

Environment

  • ABP 3.6.2 (current release), as well as ABP 3.6.2.2372 (latest dev build)
  • Opera v.60+ (reproduced on versions 60 and 62)
  • links work on Chrome, while Firefox does not support buttons in notifications (see https://bugzilla.mozilla.org/show_bug.cgi?id=1190681)

How to reproduce

  1. Trigger a desktop notification with a link, such as the one below.
  2. Click on the button in the notification.

Observed behaviour

Link does not open and notification gets dismissed after clicking on the button. No errors are thrown in the console.

Expected behaviour

The notification link should be opened successfully after the CTA button in clicked.

Test notification

{
  "notifications": [
    {
      "id": "links_1_desktop",
      "severity": "normal",
      "links": [
        "adblock_browser_promotion_0"
      ],
      "title": {
        "en-US": "Test 1 Link Notification",
        "de": "DE Test 1 Link Notification"
      },
      "message": {
        "en-US": "This is a <a>Link1</a> notification.",
        "de": "DE This is a <a>Link1</a> notification."
      }
    }
  ],
  "version": "201810011538"
}
Edited Aug 19, 2019 by Ursa Kacar
Assignee
Assign to
Time tracking