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

Allow newline in poll description #1089

Closed
sirtoobii opened this issue Sep 7, 2020 · 6 comments
Closed

Allow newline in poll description #1089

sirtoobii opened this issue Sep 7, 2020 · 6 comments

Comments

@sirtoobii
Copy link

It would be nice if we would be able to give the description a bit of a structure using newlines.

There are two related issues #500 and #501, however, they are both closed and as far I can tell, there isn't any activity related to this.

@dartcafe
Copy link
Collaborator

dartcafe commented Sep 7, 2020

No problem with polls 1.4.3 and NC19 (besides the ugly leading space in the first line.
grafik

@sirtoobii
Copy link
Author

Can confirm, works in Chrome but not Firefox ESR (68.11.0esr, Linux)

Firefox:
image

Chrome:
image

@dartcafe
Copy link
Collaborator

dartcafe commented Sep 8, 2020

The current firefox works well and I believe the latest esr (78.x) too.

@sirtoobii
Copy link
Author

I think I found the root cause:
The affected textbox is formatted using the white-space:break-spaces; CSS-Property which is fairly new and is not even supported on all browsers (In the case of Firefox its > 69)

I suggest considering an alternative keyword (e.g pre-wrap) which is supported on all plattforms

dartcafe added a commit that referenced this issue Sep 14, 2020
@dartcafe
Copy link
Collaborator

dartcafe commented Sep 14, 2020

scheduled for 1.5

Thanks!

Copy link

github-actions bot commented Jun 7, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants