ID:2568297
 
Resolved
The on-tab command for an info control did not fire in certain situations.
BYOND Version:513.1521
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 81.0.4044.129
Applies to:Dream Seeker
Status: Resolved (513.1523)

This issue has been resolved.
Descriptive Problem Summary:
on-tab is not fired sometimes on info controls, such as if the tab is changed by it not existing anymore, or via the statpanel var

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
    elem "stat"
type = INFO
pos = 0,0
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
is-default = true
saved-params = ""
on-tab = ".output statbrowser:tab_change [[*]]"


Expected Results:

Actual Results:

Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?

When does the problem NOT occur?

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:

Lummox JR resolved issue with message:
The on-tab command for an info control did not fire in certain situations.