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
,
Sep 17
Very Important
,
Sep 17
,
Sep 17
,
Sep 18
Same problem here. I tested in version 66 and everything works fine.
,
Sep 19
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...!!
,
Nov 20
*** 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 |
|||||
Comment 1 Deleted