Manually setting tab-background-color using winset works in DS but not in Webclient.
Numbered Steps to Reproduce Problem:
1. Load up world.
2. Log into world.
3. By default, everything should be black background/grey text (this was set in the interface editor itself.) Clicking to switch between white background/black text and black background/white text works for everything excepting the tabs in the upper right when using the webclient.
Code Snippet (if applicable) to Reproduce Problem:
ChangePane()
set category = "Interface Control"
set name = "Black Text/White Background"
winset(usr, "infowindow.info", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "info", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "browserwindow.browser", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "outputwindow.output", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "outputwindow", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "output", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "infowindow", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "rpane", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
winset(usr, "rpane.rpanewindow", "text-color=#000000;background-color=#ffffff;tab-text-color=#000000;tab-background-color=#ffffff")
return
ChangePane1()
set category = "Interface Control"
set name = "Grey Text/Black Background"
winset(usr, "infowindow.info", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "info", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "browserwindow.browser", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "outputwindow.output", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "outputwindow", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "output", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "infowindow", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "rpane", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
winset(usr, "rpane.rpanewindow", "text-color=#AAAAAA;background-color=#000000;tab-text-color=#AAAAAA;tab-background-color=#000000")
return
Expected Results:
Tab background color should change to its respective set color in DS and Webclient.
Actual Results:
Tab background color only changes in DS.
Does the problem occur:
Every time? Or how often?
Every Time
In other games?
Unknown
In other user accounts?
All tested accounts, guest and logged in.
On other computers?
On all of my other computers.
When does the problem NOT occur?
When using DS.
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.)
No, the problem also occurred in earlier versions.
Workarounds:
None found.