After the steam update. The motd is having these issues again :(
<div>-------- Original message --------</div><div>From: Neuro Toxin <[email protected]> </div><div>Date:04/05/2015 08:57 (GMT+10:00) </div><div>To: Matthew Dunn <[email protected]>,[email protected] </div><div>Subject: Re: [Csgo_servers] HTML MOTD issues after patch to allow CSGO popup java script </div><div> </div>I can now confirm it appears Valve pushed a fix for the html motd issues. 1. Select elements show a dropdown list. 2. A elements with a target "_blank" property are ignored and don't crash the motd browser. 3. The javascript alert function is ignored and doesn't crash the motd browser. I've had a couple of players complaining the motd browser wont show after the first time it's displayed. However, updating java to the latest version solves this problem for 99% of these players. Thanks for the fixes! -------- Original message -------- From: Matthew Dunn Date:28/04/2015 21:37 (GMT+10:00) To: [email protected] Subject: Re: [Csgo_servers] HTML MOTD issues after patch to allow CSGO popup java script Will, I've confirmed I'm not opt'd into betas and my current version of libcef.dll matches. To make sure we are on the same page. I'm not referring to the in game browser, I'm referring to the MOTD browser hack used to open the CSGO MOTD browser like in this pic. http://prntscr.com/6z3qxa In this pic, the <select> tags are server and group. ________________________________________________________________ Zaretti, This is a pic of my redirect / popup page that is used to open $_GET["url"] in a popup window. http://prntscr.com/6z3th1 I don't exactly name a function to call the popup. Do you have any suggestions based on this? On Tuesday, 28 April 2015, 18:48, Neuro Toxin <[email protected]> wrote: Ill check my dll version / opt of the beta and report back. -------- Original message -------- From: Zaretti Steve Date:27/04/2015 15:40 (GMT+10:00) To: [email protected] Subject: Re: [Csgo_servers] HTML MOTD issues after patch to allow CSGO popup java script Many of my players reported me the same issue with MOTD. The only way I found to fix the "cannot open without game restart" is to set a pseudo-random name on the pop-up function. Steve, 2015-04-27 3:38 GMT+02:00 Will Graham <[email protected]>: Matthew, Are you by chance running the Steam beta client? We are seeing various issues with the MOTD as well but it seems to be affecting users running Steam Beta only. For what it’s worth, everything works fine on my machine with libcef.dll version 3.1916.1692 (check your C:\Program Files (x86)\Steam\bin\libcef.dll to verify) but I am not opted into the beta. Really hope this gets addressed before the Steam beta update goes into RTW. Will Graham altPUG LLC From: [email protected] [mailto:[email protected]] On Behalf Of Matthew Dunn Sent: Saturday, April 25, 2015 10:38 PM To: [email protected] Subject: [Csgo_servers] HTML MOTD issues after patch to allow CSGO popup java script Hey, After the recent updates around the HTML MOTD. I'm getting some bugs that really shouldn't be apparent. 1. HTML <SELECT> tags no longer show a drop down list. An example is here: http://console.aus-tg.com/test.php -> You can click the <select> element in game, you can then press the up and down arrows to change the selection. The actual drop down list wont show. 2. The java script Alert() function completely breaks the MOTD window. Once Alert is called, the window stops responding. You cant open another MOTD window until you restart your game. I also notice a nice delay when you go to close the window after calling Alert where the game hangs for around 2 seconds. An example is: http://console.aus-tg.com/test2.php 3. HTML <A> tags with a href to open in a new window (target="_blank") do the same as in option 2 (I don't mind this and understand this is probably a deliberate action). 4. Some basic java script errors completely break the MOTD window the same as in point 2. Once again, you need to restart your game for the MOTD window to display again. I'm interested to know if point 1 can be fixed as this makes life really difficult when it comes to server management via HTML MOTD windows. As I have to code my own dropdown lists to replicate <select> elements. Point 4 I cant replicate atm. However, I did have to fix a few java script errors which resolved some MOTD window crashes. (this is more of a FYI). Points 2 and 3 I don't really care about that much. I'm just putting it out their in case your not aware. _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
_______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
