Feature Issue
The issue is seen with the webcast platform, Slide Notes in the Presentation timeline become unreadable when we start the webcast, background colour changes for the content area.
Steps to Recreate
- Upload a PPT deck with slide notes to any Studio webcast
- View the notes in rehearsal mode and see dark grey text on a light background
- Click Start Webcast
- See slide notes display dark grey text on a dark background making them difficult to read
Data Center(s) Impacted
US and APAC
Workaround
The only option is to add CSS to the layout to change the background colour of the container when the webcast is in live mode. The CSS below can be used to change the background colour to white, making the text more visible. You can update the colour value to any preferred colour you like. This would be needed for any webcast that needs the background colour changed.
#ContentSection{
Background-color: #ffffff
}
Cause & Fix
TFS # 8342 has been entered. QA is testing to recreate the issue. Once Testing is complete, product management will review for a release date assignment.
Comments
Please sign in to leave a comment.