krzmig / strelloids

Browser extension for Trello that adds new features.
MIT License
34 stars 6 forks source link

View mode doesn't work when switching boards #3

Open ashucg opened 5 years ago

ashucg commented 5 years ago

I have just installed this wonderful extension on Firefox and noticed that View Mode doesn't work when I switch boards.

And it would also be nice to have an option to collapse individual list instead of all.

Browser ver: 69.0b5 (64-bit) & 70.0a1(64-bit) Extension: Installed from AMO

krzmig commented 5 years ago

Hello, sorry for delay in response but I'm on vacations :) Thank you for report issue. I can reproduce the first one with "view mode". I'll try fix it in the next version. But I don't understand the second one. Can you describe it more specific? Triangle on left of the list title, should collapse only one list. Best regards.

ashucg commented 5 years ago

Hi,

Thank you for your response. I hope you are enjoying your vacation!

Actually when I am trying to collapse any particular list, all the lists collapse. You can see it happening in this screencast. I am using Firefox Developer Edition in the shared screencast.

krzmig commented 5 years ago

I cannot reproduce this. I've checked this on my FF Developer Edition 69.0b8 (64-bit), and it work on my machine :D Do you have any other extensions or scripts for Trello? Or maybe some others extensions that can changing page content like Adblock? Can you disable them, refresh trello page and try again?

ashucg commented 5 years ago

hmm, okay, let me check with a new clean Firefox profile

ashucg commented 5 years ago

Okay, so I have found the issue, it is not related to any other extension. It happens only when I enable Content Blocking and set Cookies field to All third-party cookies

krzmig commented 5 years ago

Ok, thanks for help in the problem detection :) I'll try look at this as on the first issue.

krzmig commented 5 years ago

Hello, I've fixed the first bug, and publish new version. But the second one is pretty annoying... I need lists ids to know which ones should I hide. To do this, I making ajax to Trello to get those ids, but when you block cookies, this ajax return a error 401... I didn't found any easy solution for this :( I'll not close issue to keep this in mind, maybe next time I'll find solution. Best regards.