Has anyone used the vb5 vbmessenger with the newest version of the Chrome browser? Version 59.0.3071.86 (Official Build) (64-bit) (Pop ups are enabled, same as always.) When I do it opens up in a wide view, as a new tab in the browser - as opposed to the way it used to operate and still does operate, on say Safari, with a separate pop up rectangle.
vbmessenger in new Chrome browser, opens in a new browser tab not pop up
Collapse
X
-
I've heard about that reported on my site and confirmed it myself. Chrome must have changed something in window.open() javascript function that prevents the popup to work. But I can't find anything on the web to prove it yet.👍 1 -
It's not destructive - messages still appear on the new Chrome browser in a new tab, and are read, but it's not functioning the way vbmessenger is meant to function.
As background, I did see this:
Comment
-
Comment
-
I finally found the popup issue in Chrome 59. It looks like Chrome doesn't like location=yes or location=1 window popup features when calling window.open() in Javascript. Turning off location bar or address bar in the popup used to be allowed. But it has long been disallowed for security reason (e.g. any malicious script could open a login popup window without address bar to pretend it is a login page from a bank). So it looks like Chrome 59 decided to ignore the entire specified window popup features if it has the unnecessary "location" option. Setting location=no or location=0 doesn't work anyway, so it is a useless option.
Removing location=yes in the vBMessenger popup window.open() code should solve this issue.Comment
Related Topics
Collapse
-
by Jekis87Hi. I installed vBulletin Version 5.0.5, a new topic and a message is sent, the browser Opera, and IE, a window pops up with downloading a file. How do I fix this?
-
Channel: Support Issues & Questions
Mon 3 Mar '14, 11:16am -
-
by rhondajeanI was helped here yesterday and now the forum is running really well. I don't have much expertise with this software but I'm reading the manual and slowly learning as I go. One thing I can't find an...
-
Channel: Support Issues & Questions
Thu 5 Dec '13, 9:21pm -
-
by alex33Can't paste to new post editor under Windows 10 Edge browser...
...
-
Channel: Support Issues & Questions
Thu 30 Jul '15, 10:30am -
Comment