nextcloud / nextcloud/calendar

Firefox issue with placeholder

Open
#6,615 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage bug Feature: Editor
Dominant language
JavaScript
Stars
1.2k
Forks
332
Avg merge
16h 13m
Merged PRs (30d)
137

Description

Steps to reproduce
  1. Go to calendar app and create an event
  2. See the description box being to small to fix the palceholder text
Expected behavior

The placeholder text fits the field

Actual behavior

Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.