customTrayButtons: {
customButtonOne: {
iconPath: 'path/to/icon',
label: 'Share file',
tooltip: 'Click here to upload files to the meeting',
}
},
Icon is displayed fine on normal size screen with correct label. We also expect label to be used on small screen when custom button is displayed in overflow menu popup.
Describe the bug (unexpected behavior)
When custom button is shown in overflow menu on small screen, the tooltip text is used as label for icon, making the text to long to fit in the window (text is limited to one line).
Steps to reproduce
Create custom button as example above
Join video metting, use chrome dev tools to force button to be displayed in "***" overflow menu popup.
See that the tooltip text is used as label for custom button.
Expected behavior
We use customTrayButtions, example:
Icon is displayed fine on normal size screen with correct label. We also expect label to be used on small screen when custom button is displayed in overflow menu popup.
Describe the bug (unexpected behavior)
When custom button is shown in overflow menu on small screen, the tooltip text is used as label for icon, making the text to long to fit in the window (text is limited to one line).
Steps to reproduce
Screenshots
Normal screen (using correct label):
Small screen using tooltip as label:
System information