-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3, 4.3.4, 4.4
-
MOODLE_403_STABLE, MOODLE_404_STABLE
-
MDL-80953-main
-
-
Easy
-
As a teacher, if you insert the block
<table>
|
<tbody>
|
<tr>
|
<td class="styleid"> <button class="button" onclick="hideallexcept('hiding', 'description2')">136</button></td>
|
</tr>
|
</tbody>
|
</table>
|
in an editor (in a text and media area), Tiny would filter out the onclick part, when Atto leaves it in.
FULL STEPS
- As a teacher, in a course, add a text and media area, switch to source code view and paste the above code, then save.
WHAT YOU EXPECTED
The onclick code stays in.
WHAT ACTUALLY HAPPENS
The onclick code is filtered out.