Feature Issue
The “Clear” and “More” buttons in the responsive agenda and channel theaters do not display properly when a user's language is set to Bahasa Indonesia, Greek, Romanian, Russian, or Turkish.
Steps to Reproduce
- Create a responsive virtual event that includes either the agenda or channel theater
- Enable Bahasa, Greek, Romanian, Russian, and Turkish languages in general settings
- Create and register a user with their language set to one of the above
- Log in to the event and go to the theater
- The buttons will overlap and not display correctly
Workaround
The following CSS can be added in Event Tools > Show Custom CSS:
.PageFilters .FilterControls .FilterControl {
cursor: pointer;
line-height: 22px;
padding: 8px 10px;
text-transform: uppercase;
}
Cause & Fix
TFS# 11946 has been entered for this issue. Product Management will review for a release date assignment.
Comments
Please sign in to leave a comment.