- Status changed to Postponed: needs info
about 1 year ago 1:44pm 24 September 2023 - Status changed to Closed: cannot reproduce
12 months ago 5:32pm 8 December 2023 - First commit to issue fork.
- Status changed to Needs review
8 months ago 3:39pm 15 March 2024 - πΊπΈUnited States pianomansam
I was experiencing this issue when using the 2.x branch. When putting a console log on the JS click handler, the console output my message 16 times for a single click. When I looked closer at the code, I realized the JS reapplies the click handler each time Drupal does a JS attach. Which in my case, was 16 times. I've created an MR that uses both the core/once library as well as Drupal attach's context to make the click handler only occur once.
- Merge request !3use core/once and context variable in archive block js β (Merged) created by pianomansam
- Status changed to Fixed
8 months ago 3:48pm 16 March 2024 - ivnish Kazakhstan
Thanks @pianomansam!
I fixed eslint warnings, fixed olivero js error, added test for olivero
- Status changed to Needs work
8 months ago 3:41pm 20 March 2024 - Status changed to Fixed
8 months ago 7:38am 24 March 2024 - ivnish Kazakhstan
Yes, because this is current Drupal standard and global usage is 97.91%
- πΊπΈUnited States pianomansam
Drupal 10 has, yes. But this module supports Drupal 9, which is had ES5 as its standard. If a module is to support Drupal 9, I think it should also support all the browsers that Drupal 9 supported.
- ivnish Kazakhstan
But this module supports Drupal 9
Drupal 9 is EOL since November 1st, 2023. Next release views_blogspot_archive drops Drupal 9 support. Drupal 9 users can use 2.0.0 version with custom patches if necessary
Automatically closed - issue fixed for 2 weeks with no activity.