Post any bugs/issues here!
(This post was last modified: 08-03-2024, 11:59 AM by loves2chat.)
(08-02-2024, 10:47 PM)Kyng Wrote:
(08-02-2024, 07:39 PM)loves2chat Wrote:
(07-28-2024, 09:54 PM)Kyng Wrote: Ah yes, I see... and I agree that it's a bit annoying -_- .

Unfortunately, I'm not sure what's causing it: I suspect it might be the skinning for the editor, which unfortunately isn't something I can change easily. But I'll let you know if I find anything :) .

(Although, for anyone who's really bothered by this, our two black themes - "Golden Night" and "Fire and Charcoal" - both have a dark version of the editor, which has a white cursor on a black background :) !)

Thanks for this. I wonder if CSS has anything to do with it? Probably not but thought I'd mention it as food for thought.  :). I like the default theme so will just live with it  :)

Well, there's a good chance that it does :P . But finding the relevant CSS class for this wouldn't be that easy: it's not like I can just use 'Inspect Element', like I can for most things :lol: .

I'll let you know if I ever do find a solution, though!

Would you mind if I did some investigation to see if I can help you and if can I will post anything find that I think could be useful?
Some people make the world more special just by being in it. :D
Quote

(08-03-2024, 11:55 AM)loves2chat Wrote:
(08-02-2024, 10:47 PM)Kyng Wrote:
(08-02-2024, 07:39 PM)loves2chat Wrote: Thanks for this. I wonder if CSS has anything to do with it? Probably not but thought I'd mention it as food for thought.  :). I like the default theme so will just live with it  :)

Well, there's a good chance that it does :P . But finding the relevant CSS class for this wouldn't be that easy: it's not like I can just use 'Inspect Element', like I can for most things :lol: .

I'll let you know if I ever do find a solution, though!

Would you mind if I did some investigation to see if I can help you and if can I will post anything find that I think could be useful?

Whoops, didn't see this until just now -_- .

But sure, go ahead and do some investigation if you want :) !
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
Quote

I noticed you need something like this on Lucky Blue 2.0:
 
Code:
table.tborder {
    border-collapse: separate;
}

To prevent this on the calendar view: https://imgzb.com/images/2024/09/28/0eUoB.png
[Image: jCodesAdBar.png]

[Image: ub3.png]
[-] The following 2 users Like Cory's post:
  • Bryn, Kyng
Quote

(09-29-2024, 01:48 AM)Cory Wrote: I noticed you need something like this on Lucky Blue 2.0:
 
Code:
table.tborder {
    border-collapse: separate;
}

To prevent this on the calendar view: https://imgzb.com/images/2024/09/28/0eUoB.png

Thanks :) !

I noticed the same issue on multiple themes - so, rather than adding this CSS change into every theme individually, I re-wrote the templates for this, so that they're based on CSS rather than HTML tables :) .

Seems to be working now!
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
Quote

For the past few days, I've been having the following issues:

  • When I click my Alerts, the window pops up... but my unread alerts show as having already been read;

  • When I click the 'Like' button on a post, I get a message saying "You have already Liked this post". (However, when I refresh the page, I see that the Like has gone through correctly :) ).

Both of these issues are intermittent: I don't get them every single time, but I do get them more often than not. And I don't know what's causing them: all I can think of is the bug fixes I made last weekend, but these issues didn't start until two or three days after I implemented those :-/ .

So, has anyone else been experiencing these problems - and, does anybody know any possible solutions?
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
Quote

(10-05-2024, 02:10 PM)Kyng Wrote: For the past few days, I've been having the following issues:

  • When I click my Alerts, the window pops up... but my unread alerts show as having already been read;

  • When I click the 'Like' button on a post, I get a message saying "You have already Liked this post". (However, when I refresh the page, I see that the Like has gone through correctly :) ).

Both of these issues are intermittent: I don't get them every single time, but I do get them more often than not. And I don't know what's causing them: all I can think of is the bug fixes I made last weekend, but these issues didn't start until two or three days after I implemented those :-/ .

So, has anyone else been experiencing these problems - and, does anybody know any possible solutions?

Oddly, this seems to vary from day to day.

Yesterday, I wasn't running into this issue very much - but today, I've been running into it constantly (as in, every single time I get an alert or Like a post).

Not a massive issue, but it is frustrating, especially since I don't know what's causing it :( !
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
Quote

Yes! My notifications appear read whenever I click on any new ones.

As for likes... I don't get error messages, but the post I was trying to like remains unliked til I reload the page, then it shows me that the like was indeed added.
Coffee Coffee ~~Powered by C8H10N4O2~~ Coffee Coffee

[Image: F1s-VRh7-X0-AAXZc5.webp]
Quote

(10-09-2024, 08:24 PM)Moonshroom Wrote: Yes! My notifications appear read whenever I click on any new ones.

As for likes... I don't get error messages, but the post I was trying to like remains unliked til I reload the page, then it shows me that the like was indeed added.

Well, I'm kinda glad it's not just me :P .

Anyway, after doing a bit more digging, I discovered that both the Likes and Alerts plugins were out of date :lol: . I installed them both on the test board, but I won't do it on here just yet, because it's a bit of a faff.

(Unfortunately, I'm not sure whether updating the plugins will fix the problems... I haven't run into these issues on the test board since updating - but then, I didn't run into these issues *before* updating either!!!)
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
Quote

Well, I have made a breakthrough with this :) .

I discovered that, if I disable the "Preload Pages" setting in Google Chrome, then the problem goes away: both the Alerts and the Likes go back to normal. So, it looks like the problem is due to preloading.

Unfortunately, this hasn't helped me to fix the problem. I've tried two methods to prevent preloading (by modifying the .htaccess file, and by modifying the <head> section of the board) - and, neither of those fixes worked :( .

Still, at least I have a workaround - so, that's something :) !
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
[-] The following 1 user Likes Kyng's post:
  • Moonshroom
Quote

(10-11-2024, 12:32 PM)Kyng Wrote: I've tried two methods to prevent preloading

I may misunderstand what you mean by "preloading", but have you tried deferring the script?

https://www.w3schools.com/tags/att_script_defer.asp
[Image: jCodesAdBar.png]

[Image: ub3.png]
Quote




Forum Jump:


Users browsing this thread: 1 Guest(s)