spreed
spreed copied to clipboard
User status indicator blank on safari
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- open talk app using safari
- check participants in a conversation
- blank status indicator
Expected behaviour
User status indicator blank
Actual behaviour
User status indicator is not blank
Talk app
Talk app version: cloud.nc.com
Custom Signaling server configured: yes/no and version (see additional admin settings: /index.php/index.php/settings/admin/talk#signaling_server
)
Custom TURN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#turn_server
)
Custom STUN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#stun_server
)
Browser
Microphone available: yes
Camera available: yes
Operating system: macos
Browser name: safari
Browser version: 17.0
Browser log
Server configuration
Operating system: Ubuntu/RedHat/...
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version: 8.0/8.1/8.2
Nextcloud Version: (see admin page)
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Server log (data/nextcloud.log)
Insert your server log here
Setting an explicit height on the svg seems to fix it https://stackoverflow.com/questions/27245673/svg-image-element-not-displaying-in-safari
Requires a fix either in server or in the vue library.
@Antreesy should know where
Just saw this issue here, corresponding issue on the vue lib: https://github.com/nextcloud-libraries/nextcloud-vue/issues/5386
Yeah I expect it to be a vue library as well. So closing this here