-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
3.3
-
None
-
MOODLE_33_STABLE
The navbar icons (for global search, notifications, messages) all lack Non-JS fallback.
Steps to reproduce:
- Enable global search in Moodle
- Disable JavaScript in your Browser
- Login to Moodle with any user
- Have a look at the icons in the Navbar
Actual result:
- There are three icons which can't be used for anything
Expected result:
- The icons should be added to the DOM at runtime (following the progressive enhancement concept)
- The icons should provide a proper link as fallback for Non-JS users (following the graceful degradation concept)