LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Bug Reports [OLD]

Root / Site Discussion / [.]

🔒
haloopdyCreated:
People you ignore can still make PM rooms with you in them, even though you can't see their PM messages or notifs at all. If you unignore them you can, of course, but the fact that the room just appears there and looks as though they haven't said anything is a bit weird when you're trying to ignore the person.

People you ignore can still make PM rooms with you in them, even though you can't see their PM messages or notifs at all. If you unignore them you can, of course, but the fact that the room just appears there and looks as though they haven't said anything is a bit weird when you're trying to ignore the person.
This is easily explained. Ignoring is handled client side, so the chat server doesn't know you've ignored someone. For some weird reason, it's a local preference, which makes absolutely no sense, seeing most people don't want to have to ignore people every time they change devices.

People you ignore can still make PM rooms with you in them, even though you can't see their PM messages or notifs at all. If you unignore them you can, of course, but the fact that the room just appears there and looks as though they haven't said anything is a bit weird when you're trying to ignore the person.
This is easily explained. Ignoring is handled client side, so the chat server doesn't know you've ignored someone. For some weird reason, it's a local preference, which makes absolutely no sense, seeing most people don't want to have to ignore people every time they change devices.
Assuming the client and server can properly communicate, the client could just refuse a PM if someone is ignored. Of course, the backend would have to be changed to allow this.

So I was going some programming in ChatJS and then I save the code, refresh the chat, and I get a chat page void of any kind of messages. I tried editing the code and deleting the code I wrote, but to no avail. I can still see user icons and pm rooms and the textbox, but nothing else. If you could help me, I would appreciate it. Thanks.

So I was going some programming in ChatJS and then I save the code, refresh the chat, and I get a chat page void of any kind of messages. I tried editing the code and deleting the code I wrote, but to no avail. I can still see user icons and pm rooms and the textbox, but nothing else. If you could help me, I would appreciate it. Thanks.
Ctrl+F5? I dunno

So I was going some programming in ChatJS and then I save the code, refresh the chat, and I get a chat page void of any kind of messages. I tried editing the code and deleting the code I wrote, but to no avail. I can still see user icons and pm rooms and the textbox, but nothing else. If you could help me, I would appreciate it. Thanks.
Yeah, that means you don't know JavaScript. If the page doesn't load, you should be checking your debug console. You need to learn JavaScript, and learn how to debug, if you're going to get farther. Have something without a developer console? Use something like Firebug!

Any good browser should pull a console on Ctrl+Shift+k or something similar

It didn't show any errors in the editor though...

editor will catch code mistakes, not you going about it wrong.

If you accidentally remove or change some of the HTML elements, the page could no longer function. That might be what's happening here. ChatJS requires a good understanding of javascript. I would definitely look into tutorials before tackling this. I know it takes a while and it sucks, but learning is fun!

I guess you're right

May I suggest something like CodeCademy? CodeCademy has a JavaScript course that is free, and it is semi-interactive in the sense that you have to enter the correct code to move on to the next lesson. http://codecademy.com

So in chat, I said something and suddenly my avatar by the text field changed to LeviCilJr's and the post said LeviCilJr along with the avatar being his. I was Levi for a moment and Idk why any help?

So in chat, I said something and suddenly my avatar by the text field changed to LeviCilJr's and the post said LeviCilJr along with the avatar being his. I was Levi for a moment and Idk why any help?
It's probably a one time bug. If it isn't reproducible, it's not fixable A very intelligent person

I have a minor bug... In the chat, when I did cgame stuff, and switched between tabs, with some messages, 2 cgamedraws, cgamestock, and cgamerankup(fail), switching between tabs shifted the cgamestock text up or down by one pixel.

I have a minor bug... In the chat, when I did cgame stuff, and switched between tabs, with some messages, 2 cgamedraws, cgamestock, and cgamerankup(fail), switching between tabs shifted the cgamestock text up or down by one pixel.
This is almost certainly a browser rendering glitch. Even scrolling might fix the display.

When filtering the activity view in something that isn't All (and maybe the default one), sometimes you get a message saying there's new events even when there isn't any.

http://www.test.com
(IDK if this is new)

http://www.test.com
(IDK if this is new)
This is the bbcode library we use. I can't get it to not link links automatically. It's annoying; I'm sorry, you'll just have to deal with it.

If a user doesn't set any badges, this message appears in the console on their user page: "Couldn't set up badge giving area: TypeError: badgeGivingArea is null" I looked at the code, which uses try/catch. Shouldn't it just check if badgeGivingArea is null instead?