Bug 248321
Summary: | Wrong overflow behavior for input fields containing ::-webkit-textfield-decoration-container in vertical writing-mode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | Forms | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/37154 | ||
Bug Depends on: | |||
Bug Blocks: | 245355 |
Tim Nguyen (:ntim)
STR:
- Enable VerticalFormControlsEnabled
- Visit one of these URLs:
data:text/html,<input type="search" style="writing-mode: vertical-lr">
or
data:text/html,<input type="number" style="writing-mode: vertical-lr">
or
data:text/html,<input type="password" style="writing-mode: vertical-lr">
- Type in the input until it overflows
AR:
- The number spinner overflows out of the input
- When you type even more on a page that has overflow, the page starts scrolling as you type (try it on https://bugs.webkit.org/attachment.cgi?id=463717)
Tests should be added for both of these items, both can probably be WPT:
- First one could be tested using a reftest
- Second one could test that the scroll position is stable
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102652144>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6802
Tim Nguyen (:ntim)
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37154
EWS
Committed 257008@main (13ee07bc7a8e): <https://commits.webkit.org/257008@main>
Reviewed commits have been landed. Closing PR #6802 and removing active labels.