Bug 286123
| Summary: | zomato.com: [macOS] Blinking cursor is cut off when signing in with email at 75% zoom scale | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
| Component: | Layout and Rendering | Assignee: | Gerald Squelart <g_squelart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Gerald Squelart
When signing into Zomato with email, the blinking cursor is a dot than actually a line blinking.
Steps to reproduce:
1. Navigate to Zomato.com on Safari
2. Click ‘Log In’
3. Click ‘Continue with Email’
4. Click in Email text box > blinking cursor is a ‘.’
The actual issue is that there's an opaque label *after* the input element, which can clip the caret at some zoom levels.
Until the website fixes that (it should probably use the `placeholder` attribute), we'll introduce a quirk to ensure that the caret doesn't get clipped/hidden.
rdar://128962778
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/39179
EWS
Committed 289165@main (80af29c993f8): <https://commits.webkit.org/289165@main>
Reviewed commits have been landed. Closing PR #39179 and removing active labels.