nextcloud / nextcloud/calendar
Firefox issue with placeholder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Steps to reproduce
- Go to calendar app and create an event
- See the description box being to small to fix the palceholder text
Expected behavior
The placeholder text fits the field
Actual behavior
Calendar app version
Version 5.1.0-alpha.1
CalDAV-clients used
No response
Browser
FF
Client operating system
No response
Server operating system
No response
Web server
None
Database engine version
None
PHP engine version
None
Nextcloud version
No response
Updated from an older installed version or fresh install
None
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Additional info
The height is defined via v-autosize directive, which disables fixed height for a moment and then textarea is supposed to have height automatically. But it doesn't work in Firefox. Thats is a known issue for autozise as described here: https://github.com/jackmoore/autosize/issues/338
Not sure how we should approach this.
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 with the calendar app's event description box and the v-autosize directive, then reproduce the placeholder sizing issue in Firefox. Review the linked autosize issue for the browser-specific behavior; done means the placeholder text fits the field in Firefox.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100