-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
newest IE, Firefox, and Chrome.
-
MOODLE_22_STABLE
-
MOODLE_23_STABLE
-
When having a total of some even number of UL (unordered list) elements in the summary section of a topic, the AJAX move icon does not show up for the items within that topic section in course page editing mode.
- This bug does not happen if the summary contains an odd number of UL elements, whether nested or not.
- It does not happen if it's entered in a label after a blank topic summary.
- It does not affect any other topic sections except itself.
- Using TinyMCE WYSIWYG or HTML interface produces the same result.
- The behavior is the same on IE, Firefox, and Chrome.
- OL (ordered list) elements do not display the same behavior.
Reproduction steps:
- turn on AJAX
- edit a topic summary and add an even number of UL elements, such as <ul><li>set A1</li><li>set A2</li></ul><ul><li>set B1</li></ul>
All existing or new items within the topic will not show the AJAX move icon while the rest of the page will show it as usual.
- has a non-specific relationship to
-
MDL-30840 HTML Editor incorrectly handles nested lists
- Closed
-
MDL-27692 bullets not numbers in ordered list in topic section in course page view
- Closed
- will be (partly) resolved by
-
MDL-31052 update Course AJAX/javascript to YUI3 and replace section_classes.js
- Closed