ID:2234850
 
Resolved
link-color and visited-color weren't respected for the output control.
BYOND Version:511.1379
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 57.0.2987.133
Applies to:Webclient
Status: Resolved (511.1380)

This issue has been resolved.
Descriptive Problem Summary:

The webclient ignores link colors set on an output control and simply uses the browser's default link coloring.

Numbered Steps to Reproduce Problem:

1) Make an output control, set the link colors.
2) Load it up on the webclient
3) Output some links.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:

Link colors to show as expected.

Actual Results:



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

When does the problem NOT occur?

In Dream Seeker

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.)


Seems to go back into 510
Workarounds:
Could probably output the link HTML manually with styling?
Looks like the :visited colours are default? Normally they are purple..

https://developer.mozilla.org/en-US/docs/Web/CSS/:visited
That's because I've visited those links, unvisited are blue, but yeah, it's ignoring my output control settings.
Lummox JR resolved issue with message:
link-color and visited-color weren't respected for the output control.