Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMultiple spaces don't get rendered in input fields #8772
Closed
Comments
|
test case:
|
|
I bet this is the layout code doing its whitespace collapsing on the generated text. |
|
Hi, can I take this one :) |
|
Yes, please do :) |
|
@TheKK: I think @Manishearth already has this completed in #8983, though it hasn't merged yet |
|
Yup, this was fixed. I'll find something else I can work on. |
bors-servo
added a commit
that referenced
this issue
Jan 7, 2016
Various textinput fixes - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (#8772). Not anymore. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8983) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 11, 2016
Various textinput fixes - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (#8772). Not anymore. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8983) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 11, 2016
Various textinput fixes - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (#8772). Not anymore. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8983) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 11, 2016
Various textinput fixes - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (#8772). Not anymore. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8983) <!-- Reviewable:end -->
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…s); r=jdm - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (servo/servo#8772). Not anymore. Source-Repo: https://github.com/servo/servo Source-Revision: 099beee85c02d391b854dc5e06da34f89df8b760 UltraBlame original commit: 58c8a4d14f6c2e8f27cb76b280ec8a27fc15dc10
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…s); r=jdm - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (servo/servo#8772). Not anymore. Source-Repo: https://github.com/servo/servo Source-Revision: 099beee85c02d391b854dc5e06da34f89df8b760 UltraBlame original commit: 58c8a4d14f6c2e8f27cb76b280ec8a27fc15dc10
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…s); r=jdm - Currently the cursor sticks around if you click elsewhere. Now the text inputs are relayout-ed on blur. - Currently whitespace gets collapsed in text input (servo/servo#8772). Not anymore. Source-Repo: https://github.com/servo/servo Source-Revision: 099beee85c02d391b854dc5e06da34f89df8b760 UltraBlame original commit: 58c8a4d14f6c2e8f27cb76b280ec8a27fc15dc10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caret issue: #8543
Steps to reproduce: