ID:1742726
 
Resolved
Certain scripts caused problems for the shim used to detect window.location redirects in browser windows.
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 39.0.2171.95
Applies to:Webclient
Status: Resolved (507.1272)

This issue has been resolved.
Descriptive Problem Summary:
When using the sd_alert library, the window pops up and appears as intended, but the buttons are un-responsive.

Code Snippet (if applicable) to Reproduce Problem:
http://www.byond.com/developer/Shadowdarke/sd_Alert

Does the problem occur:
Every time? Or how often?
From what I can tell, yes.
In other games?
Tested in two project files.
In other user accounts?
Did not test other accounts.
On other computers?
Did not test another computer.


Workarounds:
Use the built-in alert() or on-screen alerts, in which the built-in alert() is ugly and steals focus in dream seeker. On-screen(HUD) alerts have difficult to replicate the performance and uses without making it bug up(and I don't have the time to spend on my days off to work on one, which is why I'm using sd_alert in the first place).

I'm on the hunt with this one. It appears that my fixjs() function that shims window.location changes is not handling this particular case properly.
Lummox JR resolved issue with message:
Certain scripts caused problems for the shim used to detect window.location redirects in browser windows.