Bug 213260 - quikr.com: unable to select item from dropdown
Summary: quikr.com: unable to select item from dropdown
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-16 14:31 PDT by Antoine Quint
Modified: 2020-06-17 13:09 PDT (History)
11 users (show)

See Also:


Attachments
Patch (7.20 KB, patch)
2020-06-16 14:34 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (7.22 KB, patch)
2020-06-16 14:43 PDT, Antoine Quint
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2020-06-16 14:31:59 PDT
quikr.com: unable to select item from dropdown
Comment 1 Antoine Quint 2020-06-16 14:34:39 PDT
Created attachment 402039 [details]
Patch
Comment 2 Antoine Quint 2020-06-16 14:34:44 PDT
<rdar://problem/58106011>
Comment 3 Antoine Quint 2020-06-16 14:43:13 PDT
Created attachment 402040 [details]
Patch
Comment 4 zalan 2020-06-17 09:22:02 PDT
Comment on attachment 402040 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=402040&action=review

> Source/WebCore/rendering/RenderBox.cpp:4593
> +    // the box-shadow should not extend the visual overflow.
> +    auto borderBox = borderBoxRect();
> +    if (!hasBorderImageOutsets && !hasOutline && borderBox.isEmpty())
> +        return;

Please test it with non-empty margin box.
Comment 5 Antoine Quint 2020-06-17 13:09:36 PDT
Committed r263179: <https://trac.webkit.org/changeset/263179>