Ask your own question, for FREE!
OpenStudy Feedback 11 Online
jaynator495 (jaynator495):

Error in client side code, details and fix below.

jaynator495 (jaynator495):

This is located in group.js, it results in a "earth quake" effect in math chat whenever a update is made to the chat list... ``` clearInterval(v);return v = setTimeout((function() {return os.scrollChat(x)}), 50); ``` In order to fix this, it can simple be changed to this: ``` clearInterval(v);return v = setTimeout((function() {return os.scrollChat(x)}), 1); ``` Or in theory there doesn't need to be any delay, however I have not tested this, but there should be no reason it shouldn't work. ``` return os.scrollChat(x); ```

jigglypuff314 (jigglypuff314):

@5ever

jaynator495 (jaynator495):

By updates to the chat list, I mean when a chat is posted/removed or new chats are loaded.

jaynator495 (jaynator495):

Figured now that something might actually get done about it, i'd start to out with the bugs that can be fixed rather easily.

jaynator495 (jaynator495):

when/if this gets fixed i'll post another.

jaynator495 (jaynator495):

This is arguably the most annoying/noticeable bug on OS.

jabez177 (jabez177):

How does this dude do it... :/

jaynator495 (jaynator495):

How do I do what?

jabez177 (jabez177):

Fine out errors... smh haha

jabez177 (jabez177):

If you can find errors in my essays then I'll hire you, $250 per hours lol

jaynator495 (jaynator495):

I have like a massive list of them... god do you know how much faster and better I could make the site if I was the dev? LOL

jaynator495 (jaynator495):

Wow... uhm... As much as I would love to accept that, I'm not good at finding errors in essays @jabez177

jabez177 (jabez177):

I don't even have that much money right now so you're good LOL

jaynator495 (jaynator495):

LOL

jaynator495 (jaynator495):

Well, this got off topic.

eclipsedstar (eclipsedstar):

Hmm...I wouldn't focus as much on the aspect of chats being updated, I'm honestly more concerned with the CoC, TaC and PP links not working :(

563blackghost (563blackghost):

Agreed @EclipsedStar

jaynator495 (jaynator495):

that's easily fixed, but the delay in chat auto scrolling causing a earthquake is extremely annoying as when the chat is active it results in everything becoming essentially impossible to read.

jaynator495 (jaynator495):

But seriously, they only need to change 1 thing to fix that... Man oh man are the devs failing their job lol.

OpenStudy (conqueror):

even if the CoC and TaC links were working, they would still have piles of dust on them... who looks at those things ?

OpenStudy (roguehamster2073):

Its simple. The delay is at 50, but he easily makes it a 1. Its not rocket science

OpenStudy (roguehamster2073):

And if it works, its something stupid which should have been here from the start

jaynator495 (jaynator495):

\(\color{#0cbb34}{\text{Originally Posted by}}\) @Conqueror even if the CoC and TaC links were working, they would still have piles of dust on them... who looks at those things ? \(\color{#0cbb34}{\text{End of Quote}}\) Wrong post...

jaynator495 (jaynator495):

\(\color{#0cbb34}{\text{Originally Posted by}}\) @roguehamster2073 And if it works, its something stupid which should have been here from the start \(\color{#0cbb34}{\text{End of Quote}}\) its, not an if, i have tested it. Although honestly it should probably be set at a delay of 0 milliseconds, in other words JS's next tick. It's not a complete fix because there are still timing issues here and there that I can fix if i look for them, but until i know that something as simple as this will get fixed, i'm not gonna bother.

jaynator495 (jaynator495):

it's a mostly fix, but you'll still notice a little jumping here and there...

OpenStudy (conqueror):

Whaddya mean "Wrong post" ?

OpenStudy (conqueror):

I was responding to @EclipsedStar

jaynator495 (jaynator495):

ah

ILovePuppiesLol (ilovepuppieslol):

butt

jaynator495 (jaynator495):

I'm aware of the bug...

jaynator495 (jaynator495):

I told you about it in the other post you made

likeabossssssss (likeabossssssss):

ok

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!