ID:1811870
 
Resolved
Panes with capital letters in their IDs, or non-sanitized IDs, did not load into tab controls correctly at startup.
BYOND Version:507
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 41.0.2272.89
Applies to:Webclient
Status: Resolved (507.1278)

This issue has been resolved.
Descriptive Problem Summary:
- Spaces aren't being trimmed from the comma delimited tab names so "win1, win2, win3" results in small empty tabs. Removing the spaces fixes the problem at least in the reduced repro which is attached below.

- Child window scrollbar is missing from WebClient although it is seen in WinClient.

- Text (Titles) are missing from my Dungeon Dominus tabs and I can't figure out why. Thought it might be because I was using underscores in my window names but it didn't repro in the reduced repro. Still working on that.

Back to front.
1. WinClient - Everything rendering as expected.
2. WebClient - Dungeon Dominus. Showing missing text, small tabs, wrong color, and extra tab.
3. WebClient - Reduced repro. Showing extra tab, wrong color.



(Tmp) Live Example:
http://www.byond.com/play/23.99.84.35:8802

Reduced repro that doesn't repro the missing titles in the tabs.
http://files.byondhome.com/PopLava/WebClient_Tabs_src.zip


Lummox JR resolved issue with message:
Panes with capital letters in their IDs, or non-sanitized IDs, did not load into tab controls correctly at startup.