On a desktop computer, enable "prefers-reduced-motion" mode on your browser. There are various ways to do that. Google it.
There are many other manifestations of the problem and many other ways to reproduce it. The above is just one reliable example.
The menu system should be capable of working with prefers-reduced-motion.
As described above, the menu is virtually unusable with prefers-reduced-motion.
Joomla! 4.0.0-beta7 and at least as far back as beta4. The problem occurs in all recent versions of Chrome, Firefox, Safari and Edge.
Removing the "transition-duration:0s!important;" at line 14510 of Atum template.css prevents the problem occurring, although that is not an acceptable solution because the animation is not suppressed.
Changing that line to "transition-duration:0.0001s!important;" also prevents the problem and is a better solution for people who need reduced motion.
Obviously it would be better to find out why the problem occurs with transition-duration:0s and fix that.
Related? Or duplicate? If duplicate, this issue should be closed as such.
I would say related but different.
How is it different? Your suggested solution is similar to the suggested one in the other PR. #31242 (comment)
Ok, our descriptions are different but it's probably the same issue. Personally, if I was the developer looking into this, I'd want to see both issues, but it's up to you if you want to close it.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-02-17 19:24:23 |
Closed_By | ⇒ | richard67 |
Same as issue #31242 ? Or at least related?