Problem
The navigational menu uses Bootstrap dropdowns for a lot of its items. However, these don't work when Javascript is disabled.
Submenu's won't open but the main menu item also doesn't link anywhere. This makes navigation difficult on most sites.
The elements such as "Add Content" and "Notifications" as well as the profile icon also don't do anything when clicking on them. Although they have submenu's that may not work without javascript. You should at least be redirected to a page from which you can achieve the same actions (e.g. "Add Content Page", "Notification Center", "My Profile" respectively).
Solution
Ensure that the items on the navigation bar have proper link fallbacks when Javascript is disabled.
Comments
Comment #2
jaapjan commentedComment #3
agamich commentedI have fixed if on this PR: https://github.com/goalgorilla/open_social/pull/1339
Comment #4
agamich commentedI've moved changes from 8.x-4.x to 8.x-6.x.
PR: https://github.com/goalgorilla/open_social/pull/1365
Comment #5
ronaldtebrake commentedThanks, merged this PR :)