-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.1
-
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
Moodle App 3.8.1
To reproduce, first add some text to the RTE, adding lists, headings, etc.
Then select all the text in the editor and click on the toolbar buttons. Specially the Toggle editor, lists, and headings won't work.
This happens because of the event bubbling and the propagation. When the blur is emitted this cancels the click event. This should not happen because on mousedown the event is not propagated so the focus event is not fired but for any unknown reason this is not correctly done. Check last 30 seconds of the video in MOBILE-3366
- Discovered while testing
-
MOBILE-3366 Revise Editor RTE
- Closed
- Testing discovered
-
MOBILE-3377 Android: RTE buttons don't work when some text is selected
- Closed