Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
navigation.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2024 at 13:25 UTC
Updated:
31 Jul 2024 at 20:49 UTC
Jump to comment: Most recent
Comments
Comment #5
mherchelMR ready for review. Playing around with it, I ended up at 500ms.
Comment #6
quietone commentedComment #7
finnsky commentedThanks for working on this annoying problem.
I looked and confirm that everything works well.
In the future I would remove the timeouts and replace them with animation times. But for now we can move on like this.
Comment #8
nod_Nice fix, some comments on the MR.
Comment #9
mherchelFixed!
drupal'true'. Setting it to an empty string didn't feel right when I was checking the value of it. I'd have to either 1) check for the empty string 2) check if not undefined 3) use triple bangs (!!!)... all of which seemed kinda weird for me. Either way, I think it's good now!Comment #10
finnsky commentedStill good!
Comment #16
nod_Committed and pushed c1708b3265 to 11.x and 9c482363bb to 11.0.x and 1dcc53dd09 to 10.4.x and eacdda9692 to 10.3.x. Thanks!
Comment #17
mherchel🙌 🙌
Yay! Thanks @finnsky and @nod_