“More options” sometimes doesn’t show the additional options
-
The issue is shown here: https://imgur.com/a/URx3MuW
The “show more options” element sometines does nothing (doesn’t show the additional options). No error in devtools either.
This happens only occasionally so I am not sure how give a reliable reproduction for it.
One way to reproduce seems to be: open the link (attached to this post), go to another page, go back to the link, refresh the page.I am also not excluding it’s the client-side cache, but very difficult to say and assuming it’s pure Javascript would seem weird.
Note: since it’s a production page and this is a bug which is bad for UX, I have hidden the button via CSS so you need to remove this rule to try:
#more_search_option2 {
display: none;
}The page I need help with: [log in to see the link]
- The topic ‘“More options” sometimes doesn’t show the additional options’ is closed to new replies.