ID:2040255
 
Resolved
Maptext on blank icons did not appear.
BYOND Version:510.1327
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 48.0.2564.116
Applies to:Webclient
Status: Resolved (510.1333)

This issue has been resolved.
Descriptive Problem Summary:

It seems like all maptext has stopped displaying in the webclient. For instance:

inner.maptext = "<center><font color=#000 style=\"font-size: 16px; font-family: 'minimicraregular'; font-smooth:never; font-align: center;\">[txt]"


Will not display. There doesn't seem to be any javascript errors, however.

This could instead be a problem with the fact that the webclient isn't properly loading our custom font "minimicraregular" for the context in which maptext is drawn. I'll try to see if that is the case.
I think that is the case, because my test project uses maptext.
Any info on this? We've deduced the problem is that the font isn't loading properly.
Do you have @font-face declarations in your CSS? The webclient currently does not have code to add those itself; it's something I'd like to get to later, though.
I do, actually! And it worked just fine up until a few updates ago.
I just wanted to let you know I haven't forgotten about this. It wasn't on the docket to look at for 1328 but I'll be taking a look soon.
Okay, I've redirected the problem back to the original bug report: map is nonfunctional, period.

Here's a testing environment for you:

https://dl.dropboxusercontent.com/u/10657252/MapText.zip


The maptext does not appear in the webclient, but appears in DreamSeeker.
Thanks. I'll take a look at that on Monday.
Lummox JR resolved issue with message:
Maptext on blank icons did not appear.