spreed icon indicating copy to clipboard operation
spreed copied to clipboard

User status indicator blank on safari

Open hamza221 opened this issue 1 year ago • 2 comments

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

  1. open talk app using safari
  2. check participants in a conversation
  3. blank status indicator

Expected behaviour

User status indicator blank image

Actual behaviour

User status indicator is not blank image

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

``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

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

hamza221 avatar Feb 09 '24 14:02 hamza221

Setting an explicit height on the svg seems to fix it https://stackoverflow.com/questions/27245673/svg-image-element-not-displaying-in-safari

hamza221 avatar Feb 09 '24 14:02 hamza221

Requires a fix either in server or in the vue library.

@Antreesy should know where

nickvergessen avatar Feb 09 '24 15:02 nickvergessen

Just saw this issue here, corresponding issue on the vue lib: https://github.com/nextcloud-libraries/nextcloud-vue/issues/5386

SystemKeeper avatar Mar 11 '24 06:03 SystemKeeper

Yeah I expect it to be a vue library as well. So closing this here

nickvergessen avatar Mar 11 '24 08:03 nickvergessen