[Webkit-unassigned] [Bug 207549] New: select text vertical alignment (baseline) is affected by preceding element with dynamic height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 06:58:17 PST 2020


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

            Bug ID: 207549
           Summary: select text vertical alignment (baseline) is affected
                    by preceding element with dynamic height
           Product: WebKit
           Version: Other
          Hardware: Macintosh
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andreyvlktn at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 390367

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

Test example

I'm testing on Safari 11, OS X 10.11.6

Steps to reproduce the problem:
1. Open attached test.html
2. Resize window width continuously

What is the expected behavior?
The vertical alignment (baseline) of the text inside select and outside of it should be maintained

What went wrong?
The text inside select shifts vertically while the surrounding text stays intact. So that vertical alignment (baseline) of the text inside select and outside of it is off by 1px depending on the browser width (and height of element with the red border). 

Does this work in other browsers? No
Chrome/Blink also have this issue.

Firefox, IE11, Edge 18 (pre-Blink) doesn't have this issue. The select text still shifts there, but in sync with surrounding text so that vertical alignment is maintained

-- 
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/20200211/3f64c48f/attachment.htm>


More information about the webkit-unassigned mailing list