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 upOnly display text caret in text inputs #7756
Closed
Labels
Comments
|
I'll grab this |
bors-servo
pushed a commit
that referenced
this issue
Sep 29, 2015
Only display text carets in text inputs For #7756 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7764) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Sep 29, 2015
Only display text carets in text inputs For #7756 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7764) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Sep 29, 2015
Only display text carets in text inputs For #7756 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7764) <!-- Reviewable:end -->
|
#7764 closes this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tests/html/test-inputs.htmlshows text carets in<input type="submit">for example :) We should adjust the code added in this PR that implemented the caret to handle this case, by makingget_insertion_point_for_layoutreturn an Option value.Code: components/script/dom/htmlinputelement.rs