Dropdown menu not working

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Pelican
Fanatic
Fanatic
Posts: 235
Joined: 2018-02-23, 06:51

Dropdown menu not working

Unread post by Pelican » 2025-01-17, 01:02

Dropdown menus on wordpress.org are not working in Pale Moon, using either version 31 or the latest version 33.5.1

To reproduce, visit https://wordpress.org and click on "Extend" or "Learn".

User avatar
adoxa
Lunatic
Lunatic
Posts: 339
Joined: 2019-03-16, 13:26
Location: Qld, Aus.
Contact:

Re: Dropdown menu not working

Unread post by adoxa » 2025-01-17, 06:51

Uses importmap (#2464). Here's a Modify HTTP Response workaround (for this particular import, didn't check anything else).

Code: Select all

[["wordpress.org",["/view\\.min\\.js/",["@wordpress/interactivity","https://wordpress.org/wp-content/plugins/gutenberg/build-module/interactivity/index.min.js"]]]]

Pelican
Fanatic
Fanatic
Posts: 235
Joined: 2018-02-23, 06:51

Re: Dropdown menu not working

Unread post by Pelican » 2025-01-17, 23:13

adoxa wrote:
2025-01-17, 06:51
"Modify HTTP Response"
Why should an add-on be necessary to fix errors with WordPress content that is used on the majority of websites today?

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 36976
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Dropdown menu not working

Unread post by Moonchild » 2025-01-17, 23:22

Because WordPress doesn't care about broad compatibility. Or, in other words: because of Chrome's browser monoculture.
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Post Reply