Bug 299423
| Summary: | Remove Quirk needsTextInputBoxSizingBorderBoxQuirk for logic-masters.de | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | New Bugs | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?id=000O1A | ||
| Bug Depends on: | 298966 | ||
| Bug Blocks: | |||
Karl Dubost
1. Go to https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?id=000O1A
2. Check the text input on the right side column.
Result:
It should be centered.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Karl Dubost
They have contacted. And added the right property to their CSS.
textarea {
box-sizing: border-box;
}
input[type="text"] {
box-sizing: border-box;
}
input[type="password"] {
box-sizing: border-box;
}
This is now working as expected.
The quirk can be removed.
Radar WebKit Bug Importer
<rdar://problem/161231098>
Karl Dubost
*** Bug 299422 has been marked as a duplicate of this bug. ***
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/51240
EWS
Committed 300489@main (248764b8c55f): <https://commits.webkit.org/300489@main>
Reviewed commits have been landed. Closing PR #51240 and removing active labels.