[Webkit-unassigned] [Bug 240575] New: Input caret scroll breaks when padding is set to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 06:15:27 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=240575

            Bug ID: 240575
           Summary: Input caret scroll breaks when padding is set to 0
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ldebeasi at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 459537

  --> https://bugs.webkit.org/attachment.cgi?id=459537&action=review

Code reproduction

Given an input with padding: 0 and a label, attempting to scroll in the input does not work.

Steps to reproduce:

1. Open attached reproduction on an iOS device.
2. Type enough text into the input such that the text goes offscreen and the input scrolls.
3. Long press on the Space key to turn the keyboard into a trackpad.
4. Move left to scroll the input to the beginning of the text. Observe that the input does not scroll.

Expected Behavior:

I expect that the input scrolls when using the keyboard as a trackpad.

Actual Behavior:

The input does not scroll.

Other Information:

- I tested this on iOS 15.5.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220518/4c80e5b0/attachment.htm>


More information about the webkit-unassigned mailing list