Omnimaga

Omnimaga => Discontinued => Our Projects => OmnomIRC Development => Topic started by: calcdude84se on November 27, 2011, 04:49:29 pm

Title: Joined channels not persistent across pages
Post by: calcdude84se on November 27, 2011, 04:49:29 pm
Whenever I change pages, other channels that I have joined (such as those created by "/j test") are no longer in the channel switcher at the top of the OmnomIRC frame. However, if I'm in one of the five standard channels, that choice is persistent across pages.
Sounds like a cookie problem.
Edit: I'm using Firefox 8, by the way.
Title: Re: Joined channels not persistent across pages
Post by: DJ Omnimaga on November 27, 2011, 04:50:28 pm
Weird. I know the messages in those special channels are not kept after switching tabs/pages, but I didn't realize that happened too.
Title: Re: Joined channels not persistent across pages
Post by: Netham45 on November 27, 2011, 04:53:13 pm
Yes, it's a known bug in FF that the channels joined aren't persistent. They started alphabetically sorting cookies that document.cookie returns in like FF4 or FF5 which broke it, I was relying it on being the last cookie returned (bad practice, but I pumped out that code in like 30 minutes)
Title: Re: Joined channels not persistent across pages
Post by: DJ Omnimaga on November 27, 2011, 04:57:01 pm
(bad practice, but I pumped out that code in like 30 minutes)
(Read: Netham45 secretly wants you to switch from Firefox by adding bugs on purpose.)
Title: Re: Joined channels not persistent across pages
Post by: Netham45 on November 27, 2011, 04:58:14 pm
It's true. IE>FF.