New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 884713 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 20
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Desktop notification's callbackURL link to domain only

Reported by a...@sortex.co.il, Sep 17

Issue description

Chrome Version       : 69.0.3497.92 (Official Build) (64-bit)


What steps will reproduce the problem?
(1) Have a code the display a desktop notification with a link (webNotification.callbackURL value).  e.g:

{
		timeOut: data.timeOut || 25000,
		closeButton: true,
		extendedTimeOut: data.timeOut || 25000,
		tapToDismiss: false,
		preventDuplicates: true,
		webNotification: {
			callbackUrl: https://www.test.com/something/enjoy,
			tag: data.title + data.phone,
			icon: data.icon_url || window.pass.url.media + '/img/icons/' + data.icon_path + '.png'
		}
	}

The notification will be clickable but will take you to https://www.test.com instead of https://www.test.com/something/enjoy

 

Comment 1 Deleted

Very Important
Labels: Needs-Triage-M69
Components: UI>Notifications
Same problem here. I tested in version 66 and everything works fine.
Cc: krajshree@chromium.org
Labels: Needs-Feedback Triaged-ET
adam@ - Thanks for filing the issue...!!

Could you please provide a sample test file/url to test the issue from TE-end. This will help us in triaging the issue further.

Thanks...!!
Cc: kkaluri@chromium.org
Labels: Hotlist-DesktopUIChecked
Status: WontFix (was: Unconfirmed)
*** Mass UI Triage ***

Since reporter has not responded with test page, closing this issue.
If this bug still reproduces for you, please reopen or file a new issue. 

Thanks!

Sign in to add a comment