Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap card title when editing #865

Open
der-daniel opened this issue Jan 29, 2019 · 6 comments
Open

Wrap card title when editing #865

der-daniel opened this issue Jan 29, 2019 · 6 comments

Comments

@der-daniel
Copy link
Member

der-daniel commented Jan 29, 2019

Describe the bug
This is and UI issue. When I click on a card, the details view appear on the right. When the title of the card is long, the text is wrapped with line breaks. If I click on the title to edit the text, the wrapping disappears and the text field is only a single line. This is very distracting as (1) the layout unexpectedly change and (2) editing a long text in a single line text field is a pain.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new card with a long title.
  2. Click on the card.
  3. Look at the details view on the right.
  4. Click on the title in the details view.

Expected behavior
Keep the wrapping of the text.

Screenshots
Before I have clicked on the title.
image

After I have clicked on the title.
image

Additional details from the discussions

  • This should also be the case for the card view

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@juliusknorr
Copy link
Member

Yes, we probably should just use a contenteditable element, so we have proper support for multiple lines.

@juliusknorr
Copy link
Member

We currently don't have editing capabilities in the sidebar in the vue rewrite, needs to be done before the release.

@juliusknorr
Copy link
Member

This should work for both the sidebar as well as the card view.

@alexanderdd

This comment has been minimized.

@juliusknorr juliusknorr changed the title Card Title Wrapped during Edit in the Details View. Wrap card title when editing Mar 9, 2020
@juliusknorr juliusknorr added this to the 🚀 Next major 1.0.0 milestone Apr 20, 2020
@juliusknorr juliusknorr modified the milestones: 1.0.1, 1.0.2 May 15, 2020
@juliusknorr juliusknorr modified the milestones: 1.0.2, 1.0.3 Jun 3, 2020
@juliusknorr juliusknorr modified the milestones: 1.0.3, ⭐ 1.1.0 Jun 18, 2020
@juliusknorr juliusknorr modified the milestones: ⭐ 1.1.0, 💥 1.2.0 Oct 2, 2020
@juliusknorr juliusknorr removed this from the 1.2.0 milestone Nov 10, 2020
@alexanderdd
Copy link

alexanderdd commented Dec 29, 2020

@juliushaertl you modified the milestone various times, now it was removed. Was that intentional / is this issue lower priority now?

Just to understand.

As far as I can see, a lot of duplicates/related issues were closed, and this is the issue that tracks title wrapping in both the card and sidebar view.

@juliusknorr
Copy link
Member

Not really a lower priority, but just not scheduled yet since it didn't make it into 1.2 and 1.3. We'll need to see if we can make time for it in one of the upcoming release plannings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants