-
Bug
-
Resolution: Fixed
-
Major
-
3.0.1, 3.0.2
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
MDL-52800-master -
The styling for the inline editing tooltip is currently using a negative margin hack to stop the inner text from wrapping and allow the element to exceed the width of the parent element. It is also using the margins for positioning. It is causing problems with editing the topic name for example. There are also no RTL styles.
I've provided a patch for master (which has the inline editing framework) and 30 (which has custom inline editing implemented per section):
Master patch
Element | LTR before patch | LTR after patch | RTL before patch | RTL after patch |
---|---|---|---|---|
Course name | ![]() |
![]() |
![]() |
![]() |
Quiz header | ![]() |
![]() |
![]() |
![]() |
Quiz mark | ![]() |
![]() |
![]() |
![]() |
Tag collection | ![]() |
![]() |
![]() |
![]() |
Tag name | ![]() |
![]() |
![]() |
![]() |
Course topic name | ![]() |
![]() |
![]() |
![]() |