YAFLogo

67RSSS
  • 67RSSS
  • 100% (Exalted)
  • YAF Commander Topic Starter
12 years ago
This is release 1.9.6 RC 1, on DNN 5.6.7

The smilies show up in firefox, but in ie9, they just show as loading..... Not sure what this is!


Visit our site at www.northstarcamaroclub.com.
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

This is release 1.9.6 RC 1, on DNN 5.6.7

The smilies show up in firefox, but in ie9, they just show as loading..... Not sure what this is!

Originally Posted by: 67RSSS 

Its the same problem as the problem with the popups i get one java script error message in ie, always the same. But i currently dont know where it came frome, it looks like one script on your site could be interfering with the others.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago
Update as a test can you temp. delete that file

..DesktopModules/YetAnotherForumDotNet/resources/js/jquery.syntaxhighligher.js it looks like the javscript debugger stops there.

67RSSS
  • 67RSSS
  • 100% (Exalted)
  • YAF Commander Topic Starter
12 years ago
I deleted that file, and smilies still are just a loading... with a spinning GIF. Thanks for the try though...
Visit our site at www.northstarcamaroclub.com.
f0zzyNUE
12 years ago
I reported a similar problem a while back ... I could reproduce the "loading ..." smileys problem every time I was online via tethering on my iPhone. smileys never showed up in the safari on iPhone - as long as I was connected via 3G. as soon as I switched to a WLAN network on my notebook or on the iPhone and after deleting the browser cache smileys appeared again.

switching back to tethering via iPhone - smileys were gone ...

now after upgrade to RC1 several people report that they don't see smileys in their office, but they appear in their homeoffice (using the same computer). resetting the browser cache does not help at all.

mabe that information can be of help.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

I deleted that file, and smilies still are just a loading... with a spinning GIF. Thanks for the try though...

Originally Posted by: 67RSSS 

Lets see, it works for me now you need to restart IE in order to reset the Browser Cache. I see if i can fix the javascript problem. But the PopUp Error remains.

67RSSS
  • 67RSSS
  • 100% (Exalted)
  • YAF Commander Topic Starter
12 years ago
Hmm, smilies seem to work now.
Visit our site at www.northstarcamaroclub.com.
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

I reported a similar problem a while back ... I could reproduce the "loading ..." smileys problem every time I was online via tethering on my iPhone. smileys never showed up in the safari on iPhone - as long as I was connected via 3G. as soon as I switched to a WLAN network on my notebook or on the iPhone and after deleting the browser cache smileys appeared again.

switching back to tethering via iPhone - smileys were gone ...

now after upgrade to RC1 several people report that they don't see smileys in their office, but they appear in their homeoffice (using the same computer). resetting the browser cache does not help at all.

mabe that information can be of help.

Originally Posted by: f0zzyNUE 

Please update the js file

http://yafnet.codeplex.com/SourceControl/changeset/changes/03f9bba011c0 

I guess because the file was to big it was not loaded in 3G Mode, but thats only a guess please report back.

JP
  • JP
  • 100% (Exalted)
  • YAF Leader
12 years ago
Have several users with the same issue in 1.9.6,

Have updated the script, waiting for feedback from users.


He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
f0zzyNUE
12 years ago

Have several users with the same issue in 1.9.6,

Have updated the script, waiting for feedback from users.

Originally Posted by: JP 

same for me ...

f0zzyNUE
12 years ago
can't confirm it's working. now surfing with 3G again and no smileys and no accordeon for the admin-menu on the admin index page...

see attached screenshots.

i also opened the errornous javascript file ... it seems everything is cut after a "//" - looks like some kind of "intelligent proxy" cuts the javascript file after the double-slash - maybe because thinking only comments are following ...

JP
  • JP
  • 100% (Exalted)
  • YAF Leader
12 years ago
The feedback I have got from 5 users affected is that it now works ok for them.
He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
f0zzyNUE
12 years ago
BTW, now I exchanged the

.replace(bL,bW[1]+"//") with .replace(bL,bW[1]+"/"+"/") - and suddenly it works.

really looks like a bug in some kind of mobile proxy ...

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

BTW, now I exchanged the

.replace(bL,bW[1]+"//") with .replace(bL,bW[1]+"/"+"/") - and suddenly it works.

really looks like a bug in some kind of mobile proxy ...

Originally Posted by: f0zzyNUE 

In which file do you change that?

f0zzyNUE
12 years ago

BTW, now I exchanged the

.replace(bL,bW[1]+"//") with .replace(bL,bW[1]+"/"+"/") - and suddenly it works.

really looks like a bug in some kind of mobile proxy ...

Originally Posted by: tha_watcha 

In which file do you change that?

Originally Posted by: f0zzyNUE 

jquery.min.js (the file with the EOF from my screenshots)