Nom4d3 Posted June 24, 2014 Report Share Posted June 24, 2014 The notifications are not working properly. It stops at the beginning of the animation and the popup doesn't show the full notification. Link to comment Share on other sites More sharing options...
Nom4d3 Posted June 24, 2014 Author Report Share Posted June 24, 2014 You can test it here http://alxgbsn.co.uk/notify.js/ Link to comment Share on other sites More sharing options...
furkanavshar Posted June 24, 2014 Report Share Posted June 24, 2014 Confirmed here. Link to comment Share on other sites More sharing options...
AkisS Posted June 24, 2014 Report Share Posted June 24, 2014 Not working for me too. Link to comment Share on other sites More sharing options...
Mirai Kitsune Posted June 24, 2014 Report Share Posted June 24, 2014 Confirmed, Not working here. Link to comment Share on other sites More sharing options...
Guest Posted June 24, 2014 Report Share Posted June 24, 2014 If you clic three time, it work!:o Link to comment Share on other sites More sharing options...
Nom4d3 Posted June 24, 2014 Author Report Share Posted June 24, 2014 yeah... the problem seems to be with the animation. Some extensions, like Gmail Notifier, use this API and all of them have this issue. Use to work nice few months ago. Link to comment Share on other sites More sharing options...
ligoten Posted June 25, 2014 Report Share Posted June 25, 2014 Nom4d3 replied at 2014-6-24 11:17 yeah... the problem seems to be with the animation. Some extensions, like Gmail Notifier, use this A ... Looks that way here. On the first click, I see just a sliver of the notification popup, a little more after the second click, and the whole popup after the third click. Link to comment Share on other sites More sharing options...
BugSir007 Posted June 25, 2014 Report Share Posted June 25, 2014 ligoten replied at 2014-6-24 20:19 Looks that way here. On the first click, I see just a sliver of the notification popup, a little m ... Confirmed! Same behavior here. The notification popup appears entirely after three clicks. Link to comment Share on other sites More sharing options...
SWFlash0 Posted June 25, 2014 Report Share Posted June 25, 2014 It's working in this demo: http://ttsvetko.github.io/HTML5-Desktop-Notifications/ Link to comment Share on other sites More sharing options...
ligoten Posted June 25, 2014 Report Share Posted June 25, 2014 SWFlash0 replied at 2014-6-25 07:45 It's working in this demo: http://ttsvetko.github.io/HTML5-Desktop-Notifications/ Without trying to examine the underlying code, it visually looks like the that version isn't using the slide animation that the first example appears to be failing at. Link to comment Share on other sites More sharing options...
SWFlash0 Posted June 26, 2014 Report Share Posted June 26, 2014 ligoten replied at 2014-6-25 13:24 Without trying to examine the underlying code, it visually looks like the that version isn't using ... It seems like both of the tests depend on some soft of libraries to run, I'll try to make bare code and see exactly what's wrong http://kek.2fh.co/test/notificationapi.htm First thing you'll notice is that you don't need notification permission to be granted to be able to use the API, which can enable malicious notifications and all sorts of stuff. When clicking on the "request permission" button it just automatically grants permission as well. Let's test the API in 3 different browsers, Maxthon, Chrome, and Firefox. On Chrome, when I try to click on the "show notification" buttons, none of them will work, because I need to grant permission first. So I click on "request permission" button, an in-browser pop up asks me if I'd like to show notifications for this website and if I click to allow, the notification buttons work, this same principle works in Firefox and, as I said earlier, not the case in Maxthon. So let's move on to the notifications themselves. Here I click on all buttons in Chrome and every single one opens. I try the same in Firefox and they works flawlessly there too. But on Maxthon we see this: "just title" doesn't work, "title and body" makes a small blue bar appear at the bottom, if I decide to click the button again it makes a second one with a slightly bigger height, making the title readable for the second notification, but then if it's clicked the third time all three appear normal. "Title and icon" doesn't work either much like "just title". And finally "title, body, and icon" opens flawlessly. Link to comment Share on other sites More sharing options...
BugSir007 Posted June 30, 2014 Report Share Posted June 30, 2014 SWFlash0 replied at 2014-6-25 23:22 It seems like both of the tests depend on some soft of libraries to run, I'll try to make bare cod ... Thanks for the details. The bug has been reported for the fix. Please stay tuned. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.