Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
The title attribute of the cells of the table on the grader report are used to create tooltips. The title attribute appears to be missing in 2.0
It should contain something like this.
<div class="fullname">sam student</div><div class="itemname">test quiz</div>
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-21535 | convert/review and test all JS in gradebook |
|
|
|
This solution has two halves. Firstly the output renderer method table() wasn't including the title attribute on table cells. Secondly, some Javascript preceding the setup of the tooltips was silently failing.
I've attached patches for review.