Join us on Discord!
You can help CodeWalrus stay online by donating here.

WalrusIRC - An OmnomIRC rewrite

Started by Yuki, January 16, 2015, 08:14:10 AM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Cakeisalie5

I don't know where to put this, so I'll put this here (feel free to move it). I've got a design bug that won't let me see the last message:



I'm on Mozilla Firefox 50 on Manjaro GNU/Linux.
  • Calculators owned: Graph 65, Graph 100, fx-9750GII-2, Graph 75+E
Leader of the P7 Project, for communication utilities with CASIO calculators.

Dream of Omnimaga

Hi Cakeisalie5 and welcome to the forum. :) Unfortunatley I can't reproduce your bug because in the CW theme it shows up fine, but I just found another WalrusIRC bug that prevents me from changing the theme (clicking a different theme does nothing anymore)

@Streetwalrus and @Juju will probably to look into this.

Another reported issue by c4ooo is that we cannot drag and drop text into WalrusIRC (I suspect it's a conflict with the image uploader filtering anything other than images)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

novenary

Interesting issue. I'll try to see what I can do tonight.

novenary

#378
Well this is strange, I've just installed firefox and I'm not having any trouble with it. I can't change the theme though, looks like the bug is getting caught so I'll give it a try.

Edit: fixed changing themes.
As far as your issue is concerned, it looks like the CSS isn't being loaded properly. Check your ad blocker.

Cakeisalie5

#379
Disabling the ad blocker (uBlock origin) and forcing page refresh (Ctrl + Maj + R) doesn't fix the issue, and all of the client CDNs are enabled. :(
What should I try next?
  • Calculators owned: Graph 65, Graph 100, fx-9750GII-2, Graph 75+E
Leader of the P7 Project, for communication utilities with CASIO calculators.

kotu

Quote from: Cakeisalie5 on January 25, 2017, 05:45:43 PM
Disabling the ad blocker (uBlock origin) and forcing page refresh (Ctrl + Maj + R) doesn't fix the issue, and all of the client CDNs are enabled. :(
What should I try next?

wtf is Maj button ??
  • Calculators owned: TI 84+CE-T
  • Consoles, mobile devices and vintage computers owned: Sega Master System, Sony PlayStation 3
SUBSCRIBE TO THE FUTURERAVE.UK MAILING LIST
http://futurerave.uk

novenary

Quote from: Cakeisalie5 on January 25, 2017, 05:45:43 PM
Disabling the ad blocker (uBlock origin) and forcing page refresh (Ctrl + Maj + R) doesn't fix the issue, and all of the client CDNs are enabled. :(
What should I try next?
Can you access https://codewalr.us/walrusirc/themes/style-cw.css ? It's the missing stylesheet.

Quote from: kotu on January 25, 2017, 05:59:22 PM
wtf is Maj button ??
Shift. My stalker sense tells me he's french, and that's how we call it there.

kotu

for some reason i knew it was shift lol
  • Calculators owned: TI 84+CE-T
  • Consoles, mobile devices and vintage computers owned: Sega Master System, Sony PlayStation 3
SUBSCRIBE TO THE FUTURERAVE.UK MAILING LIST
http://futurerave.uk

novenary

OH WAIT ! I see where the problem is now, you're using walrusirc.codewalr.us. We haven't maintained that subdomain in forever, so I had no idea it was broken, I'll take it down. Use https://codewalr.us/walrusirc instead.

Yuki

I use this subdomain all the time and it always worked for me.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

novenary

It breaks for me as well, I think it might be related to the shotgun debugging I did lately. :P Anyway I disabled the subdomain for now, since it doesn't even have https anyway.

Dream of Omnimaga

In any case, we shouldn't require users to disable adblock/change it settings in order to get the site to work :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Sorunome

Quote from: DJ Omnimaga on January 25, 2017, 11:47:20 PM
In any case, we shouldn't require users to disable adblock/change it settings in order to get the site to work :P
Everything is broken with umatrix :p

Oh, and it prolly amplifies as i don't wanne whitelist to like bootstrapcdn or jquery or googleapis :p

seriously though, why won you guys just self-host the libs?
  • Calculators owned: Too many (why are you even reading this?)
  • Consoles, mobile devices and vintage computers owned: Gamebuino!
This is a signature.
And now......give me an internet!

To be or not to be.........is that even a question? Who gets to decide this anyways?

novenary

Quote from: DJ Omnimaga on January 25, 2017, 11:47:20 PM
In any case, we shouldn't require users to disable adblock/change it settings in order to get the site to work :P
That wasn't the issue in the end.

And yeah we'll look into it.

Yuki

#389
Hm, yeah, we should use this trick I got taught once, load the lib from the CDN, if it didn't loaded then load it locally. As in, pretty much this:

<script src="some link to the jquery cdn">
<script>
if(!jQuery) //jQuery didn't loaded
document.write("<sc"+"ript src=some link to the local version of jquery>")
</script>
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Powered by EzPortal