pimusicbox/mopidy-musicbox-webclient

Javascript prompt doesn't show in some browsers

kingosticks opened this issue · 3 comments

By default, some Web browsers block pop-up prompt and confirmation dialog boxes as a security measure. This will break the save queue functionality (#106). We need to replace this stuff with the usual jquery popup as used elsewhere.

I will look into this.

Do we have small jQuery popup anywhere? Should we make prompt() and confirm() popups the same size and style as "track context menu" popups?

Not sure we gave any that take input. But yes, like the others
On 19 Jun 2015 06:55, "Dāvis Mošenkovs" notifications@github.com wrote:

I will look into this.

Do we have small jQuery popup anywhere? Should we make prompt() and
confirm() popups the same size and style as "track context menu" popups?


Reply to this email directly or view it on GitHub
#113 (comment)
.

I will not fix this (at least for now) as I don't see this as a critical issue (if somebody will want this feature he will disable popup blocker for Pi MusicBox URL) and there is big possibility that my fix won't get merged anyway.