Goonstation Forums
Browser Output: Report yo bugs - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9)
+--- Thread: Browser Output: Report yo bugs (/showthread.php?tid=4618)

Pages: 1 2 3 4 5 6 7


Re: Browser Output: Report yo bugs - Wire - 05-02-2015

UrsulaMejor Wrote:I can't get ctrl-c to work inside the chatbox effectively if at all and i don't think it's just me?

Yeah I noticed this issue myself the other day. It's because of the keypress event handler, which is supposed to switch your focus away from the chat window if you press a key within the chat area. It's a touch too...sensitive at the moment because presumably it's catching the "CTRL" part of your keypress and switching focus before you can hit "C". I'll tweak this if possible.


Re: Browser Output: Report yo bugs - atomic1fire - 05-03-2015

I clicked to change the chat window font and could not figure out how to remove the font screen. I dunno if that's a bug but it sounds like a bad thing. The font screen wouldn't disappear.


Re: Browser Output: Report yo bugs - Wire - 05-03-2015

atomic1fire Wrote:I clicked to change the chat window font and could not figure out how to remove the font screen. I dunno if that's a bug but it sounds like a bad thing. The font screen wouldn't disappear.

There should be a little X button to close it at the top right. It would be very odd if you didnt get that. I suppose you might not have loaded the icon font so try just hovering your cursor in the top right anyway and seeing if a little box gets a different background.


Re: Browser Output: Report yo bugs - atomic1fire - 05-04-2015

I found the X button much later, I don't think the images loaded at that moment.


Re: Browser Output: Report yo bugs - Dr_Bee - 05-05-2015

I am still having issues with chat not loading. I am getting the "If this takes longer than 30 seconds, it will automatically reload a maximum of 5 times." message and it doesnt go away no matter how many times I clear my Byond Cache or reconnect. This is rather frustrating.


Re: Browser Output: Report yo bugs - Wire - 05-05-2015

That's very odd, everyone else with that issue appears to have been fixed.

Please give me your: OS, Internet Explorer version, your byond key and the in-game name you usually play by.


Re: Browser Output: Report yo bugs - Carlarc - 05-05-2015

I seem to have the same problem, my BYOND key is Carlarc, and I usually play by Gandork The Blue, I use Firefox and Windows XP.


Re: Browser Output: Report yo bugs - UrsulaMejor - 05-05-2015

Carlarc Wrote:I seem to have the same problem, my BYOND key is Carlarc, and I usually play by Gandork The Blue, I use Firefox and Windows XP.
your internet explorer version is important. byond is hard coded to use it to run web windows


Re: Browser Output: Report yo bugs - Dr_Bee - 05-05-2015

UrsulaMejor Wrote:
Carlarc Wrote:I seem to have the same problem, my BYOND key is Carlarc, and I usually play by Gandork The Blue, I use Firefox and Windows XP.
your internet explorer version is important. byond is hard coded to use it to run web windows

Yea the IE version was the problem. Updated IE to the best version I could get and it fixed the problem.


Re: Browser Output: Report yo bugs - Carlarc - 05-06-2015

Well apparently I can't download IE because I'm on XP! frown
I'm probably being a massive idiot again, but the crappy windows site doesn't let me do it. A sad old frog


Re: Browser Output: Report yo bugs - Jerkops - 05-06-2015

UrsulaMejor Wrote:your internet explorer version is important. byond is hard coded to use it to run web windows
Windows 7 allows you to uninstall IE and byond will still work if you do so. If you use Win7 or newer you just have to make sure Windows is up to date and can forget about IE.


Re: Browser Output: Report yo bugs - Carlarc - 05-07-2015

I don't know what was changed, but it's fixed! Thanks! smile


Re: Browser Output: Report yo bugs - Wire - 05-15-2015

Unsticky-ing this thread as all the major issues appear to be fixed. New bugs can either be reporting by bumping this thread or creating new ones.


Re: Browser Output: Report yo bugs - Dabir - 05-15-2015

I set 'admin' as one of my highlighted strings and then everything Lison said in OOC after the round got highlighted.


Re: Browser Output: Report yo bugs - Wire - 05-15-2015

Hah. Yeah it looks for any match in the entire message, including html. Admin messages often have some variant of an "admin" css class so that got highlighted.

In fact if you highlighted "entry" you'd match every type of output in the chat ever.

I will look into fixing this/improving highlighting but it's a low priority.