#Strange video controls (think can be related to CSS)

6 messages · Page 1 of 1 (latest)

autumn ore
#

To make it clear here a video: https://youtu.be/h_BSwTiKptc

In detail i can press the seek bar but after that it become stuck and cant press again on the bar to stop it.

The problem is not present while in full screen mode, prompting a possible css issue.

Do you have some idea on how can i spot the issue in tauri with the debugger?

Tauri details:

Environment
  › OS: Ubuntu 22.04 X64
  › Node.js: 14.19.1
  › npm: 6.14.16
  › pnpm: Not installed!
  › yarn: 1.22.18
  › rustup: 1.26.0
  › rustc: 1.71.0-nightly
  › cargo: 1.71.0-nightly
  › Rust toolchain: nightly-x86_64-unknown-linux-gnu 

Packages
  › @tauri-apps/cli [NPM]: 1.2.3
  › @tauri-apps/api [NPM]: 1.2.0
  › tauri [RUST]: 1.2.4,
  › tauri-build [RUST]: 1.2.1,
  › tao [RUST]: 0.15.8,
  › wry [RUST]: 0.23.4,

App
  › build-type: bundle
  › CSP: 
  › distDir: ../dist
  › devPath: http://localhost:1420/
  › framework: React
  › bundler: Vite

App directory structure
  ├─ src
  ├─ public
  ├─ .vscode
  ├─ .github
  ├─ app
  ├─ node_modules
  ├─ docs
  ├─ .git
  ├─ src-tauri
  ├─ isolation
  └─ dist
coral goblet
#

are that the default controls or some third party lib? Because a good old webkitgtk bug isn't off the table imo 🙃

autumn ore
#

default

#

so probably GTK?

#

mmmm..... i could develop mine then?

autumn ore
#

But i dont want to :_(