Skip to content

[Bug] Horizontal scroll wheel support broken #57

@Abba-

Description

@Abba-

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I'm using a Logitech mouse that has a horizontal-scroll wheel. This wheels now scrolls up/down instead of left/right.

Expected Behavior

Previously this would be supported and would scroll left/right if the website shows a horizontal scroll bar.

Steps To Reproduce

Load a site with a potential horizontal scroll bar (ex https://github.com/linuxserver/docker-firefox/blob/master/Jenkinsfile).

A left/right scroll wheel wont work. (Or potentially left/right trackpad scroll )

Environment

- OS: Unraid 7.1.4
- How docker service was installed: Community Apps

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='firefox-a'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="BRIDGE"
  -e HOST_CONTAINERNAME="firefox-a"
  -e 'FIREFOX_CLI'=''
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png'
  -p '3002:3000/tcp'
  -p '3003:3001/tcp'
  -v '/mnt/user/appdata/firefox-a':'/config':'rw'
  --shm-size=1gb
  --memory="20G" 'lscr.io/linuxserver/firefox'

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

Container logs

Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions