input not possible in certain display formats
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Describe the bug
If I have a certain display format and not much room left, I cannot input any text. For example on a half screen of my 4k display. If I resize to full screen it works as expected. I have included a video with the effect. It also happens when creating a new board and trying to input the listname (not included in the video).
Also, if I resize to full screen and back to half screen, it does work. It just does not work when deck is started on half a screen.
I also have firefox with tree style tab, so the usable screen are is not half of 4k.
To Reproduce
Steps to reproduce the behavior:
- Start firefox with tree style tab plugin on half screen of 4k.
- Go to Deck
- Try to add a card or try to create a new board and fill in the name of the first list.
Expected behavior
I should be able to get a prompt and fill in text in the fields.
Screenshots
https://github.com/user-attachments/assets/e8fd29e5-55f5-4c30-aabe-7edeb394f42e
Client details:
- OS: KDE Neon 6.2 (Ubuntu 24.04)
- Browser Firefox
- Version 133
- Device: Desktop
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/apps2",
"url": "\/apps2",
"writable": true
}
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"objectstore": {
"class": "\\OC\\Files\\ObjectStore\\S3",
"arguments": {
"bucket": "***REMOVED SENSITIVE VALUE***",
"autocreate": true,
"key": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"hostname": "***REMOVED SENSITIVE VALUE***",
"port": 443,
"use_ssl": true,
"region": "default",
"use_path_style": true
}
},
"dbtype": "mysql",
"version": "28.0.10.1",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Amsterdam",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "6379",
"password": "***REMOVED SENSITIVE VALUE***"
},
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"upgrade.disable-web": "true",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"skeletondirectory": "\/var\/www\/html\/data\/skeleton-tgc",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"loglevel": 0,
"maintenance": false,
"mail_sendmailmode": "smtp",
"trashbin_retention_obligation": "auto,30",
"knowledgebaseenabled": false,
"integrity.check.disabled": true,
"enable_previews": true,
"enabledPreviewProviders": {
"1": "OC\\Preview\\Movie",
"2": "OC\\Preview\\MKV",
"3": "OC\\Preview\\MP4",
"4": "OC\\Preview\\AVI",
"5": "OC\\Preview\\PNG",
"6": "OC\\Preview\\JPEG",
"7": "OC\\Preview\\GIF",
"8": "OC\\Preview\\BMP",
"9": "OC\\Preview\\XBitmap",
"10": "OC\\Preview\\MP3",
"11": "OC\\Preview\\TXT",
"12": "OC\\Preview\\MarkDown",
"13": "OC\\Preview\\OpenDocument",
"14": "OC\\Preview\\Krita",
"15": "OC\\Preview\\Illustrator",
"16": "OC\\Preview\\HEIC",
"17": "OC\\Preview\\Photoshop",
"18": "OC\\Preview\\StarOffice",
"19": "OC\\Preview\\SVG",
"20": "OC\\Preview\\TIFF",
"21": "OC\\Preview\\Font"
},
"default_phone_region": "NL",
"auth.bruteforce.protection.enabled": "false",
"updater.server.url": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"zimbradrive",
"whiteboard",
"integration_whiteboard"
],
"onlyoffice": {
"editors_check_interval": 0
},
"localstorage.allowsymlinks": true,
"maintenance_window_start": 1
}
}
Are you using an external user-backend, if yes which one: No
Nextcloud log (data/nextcloud.log)
no entries associated: none logged, not even at debug level. I tailed the log output with occ:log tail -f
Browser log
no log output when in F12 screen on the console. The network shows only a get statement to /ocs/v2.php/apps/notifications/api/v2/notifications
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in Deck at half-screen width on Firefox with the described tree-style tab setup, then compare card creation with new-board list-name input. Trace the responsive behavior around these fields and verify that both accept text when Deck starts at the narrow size and after resizing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100