-
Bug
-
Resolution: Inactive
-
Major
-
None
-
2.3.1
When viewing My Moodle, the collapsible areas create invalid HTML by encapsulating <a> tags within others.
Pre-requisites
- A course with a student enrolled
- Some activity in the course (create some topics in the News forum)
- JavaScript enabled
Steps
- Login as a student
- Go to My Moodle
- You should see "There are new forum posts"
Actual:
- Clicking on 'There are new forum posts' expands the area
- The link 'There are new forum posts' contains all the content (other <a>s, etc...), this is invalid.
Expected:
- Display to the user that this is a collapsible area (use collapse icon)
- Do not add the content in the <a> tag
- (Using the core collapsible method? See javascript-static.js)