mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #8983 - Manishearth:cursors, r=jdm
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 (https://github.com/servo/servo/issues/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 -->
This commit is contained in:
commit
099beee85c
9 changed files with 117 additions and 7 deletions
|
@ -2443,6 +2443,30 @@
|
|||
"url": "/_mozilla/css/input_placeholder_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace.html": [
|
||||
{
|
||||
"path": "css/input_whitespace.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_whitespace.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace_ref.html": [
|
||||
{
|
||||
"path": "css/input_whitespace_ref.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_whitespace_ref.html"
|
||||
}
|
||||
],
|
||||
"css/inset.html": [
|
||||
{
|
||||
"path": "css/inset.html",
|
||||
|
@ -8434,6 +8458,30 @@
|
|||
"url": "/_mozilla/css/input_placeholder_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace.html": [
|
||||
{
|
||||
"path": "css/input_whitespace.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_whitespace.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace_ref.html": [
|
||||
{
|
||||
"path": "css/input_whitespace_ref.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_whitespace_ref.html"
|
||||
}
|
||||
],
|
||||
"css/inset.html": [
|
||||
{
|
||||
"path": "css/inset.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue