Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.8.3
-
Fix Version/s: None
-
Component/s: Chat, External Tool (IMS-LTI)
-
Labels:None
-
Affected Branches:MOODLE_38_STABLE
Description
Normally the texts of chat messages are aligned left.
But when i klick on a ZOOM-Activity integrated by LTI and then open the Messenger (Toggle messaging drawer), the textalignment is centered.
The css in the inspector says:
"Inherited from div: .path-mod-lti .message { text-align: center }"
- The css selector ".path-mod-lti .message" under /mod/lti/styles.css is to general and affects the messenger css!?.
Steps to reproduce:
requirements: Zoom activity integrated by LTI
Normal:
- open your chat massenger (not on the zoom acticity page) (Toggle messaging drawer)
- open any chatmessage
- -> text alignment left
Bug:
- create a Zoom activity (LTI)
- klick on the created activity
- open your chat massenger (in the Zoom acticity page) (Toggle messaging drawer).
- EXPECTED: text alignment of the chattext is left
- ACTUALLY: text alignment centered
Thank you