-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
None
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
Repro steps for Firefox 26-28:
- Paste the following HTML into Atto:
before<br><table><caption>capt</caption>
<thead><tr><th scope="col">a<br></th>
<th scope="col">b<br></th>
<th scope="col">c</th>
</tr></thead><tbody><tr><td>d</td>
<td>e</td>
<td>f</td>
</tr><tr><td>g</td>
<td>h</td>
<td>i</td>
</tr></tbody></table>
between<br><p><br></p>
- Expand the Atto toolbar such that the Table button is visible.
- Click one of the table cells.
- Click such that the caret is positioned at the end of the last word.
- Observe that the Table button is shaded as though you're inside a table.
- Testing discovered
-
MDL-44758 Atto: Prevent new table creation when within an existing table
-
- Closed
-