opencast-ilias / OpenCast

Opencast plugin for ILIAS LMS. The plugin shows a Opencast series as an ILIAS object. This version of the ILIAS plugin for Opencast is operated and developed collaboratively by a community. The University of Bern acts as coordinative maintainer.
GNU General Public License v3.0
13 stars 14 forks source link

[FIX] player not shown if chat enabled #348

Closed chfsx closed 2 months ago

chfsx commented 3 months ago

Fix for issue #346, please have a look @dagraf, thanks in advance

okaufman commented 3 months ago

When I watch a regular podcast it works. But when I watch a livestream with chat enabled it looks strange. With this PR ithe player.css is always used. But when I access a livestream with chat enabled the player_w_chat.css should be used.

in the function initChat the correct css gets added but the it will always be overwritten because it uses the same template-variable :"STYLE_SHEET_LOCATION"

dagraf commented 2 months ago

@ferishili As disscussed in community meeting: Can you please have a look here? Thx!

ferishili commented 2 months ago

Please follow this PR in here: https://github.com/opencast-ilias/OpenCast/pull/354