Issue Details (XML | Word | Printable)

Key: MDL-14286
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Sam Marshall
Reporter: Sam Marshall
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Help popup always has title 'Help', should have title depending on content

Created: 09/Apr/08 10:36 PM   Updated: 24/Apr/08 04:13 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.9
Fix Version/s: 2.0

File Attachments: 1. Text File helptitle.patch (2 kB)

Issue Links:
Relates
 

Participants: Sam Marshall
Security Level: None
Resolved date: 10/Apr/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
This was reported to me by our accessibility team. I haven't actually asked them why it is an accessibility problem, but it's certainly not ideal if all the help documents are just titled 'Help' (as they are).

The attached patch changes help to work as follows:

1) If you include in your help file, <title>something</title>, then the HTML title becomes 'Help - something'.

2) If your help file has any heading e.g. <h1>Whatever</h1>, then the HTML title becomes 'Help - Whatever' (for the first heading)

3) If your help file has no headings either then the title is still just 'Help'.

This patch could be applied to 1.9 but I'm not particularly recommending that, HEAD would be ok...

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Sam Marshall added a comment - 09/Apr/08 10:41 PM
As it wasn't clear why this is an accessibility problem, I have asked our accessibility testers for an explanation. Will comment again when I get one.

Sam Marshall added a comment - 10/Apr/08 07:16 PM
I've now discussed this with the tester involved. She agrees that it's not really an accessibility problem, more of a minor usability issue.

Might still be worth doing though as it's not particularly scary? (For HEAD only)


Sam Marshall added a comment - 10/Apr/08 07:53 PM
Committed to HEAD as a minor usability enhancement. I did test it with core code, tried several help buttons, all seemed to work fine.

(I was a bit confused that the 'you haven't run cron recently' help button links to the entire 'how to install moodle' guide... but that's a different issue