Bug 189118 - SVG clip path at mail.yahoo.com no longer renders correctly
Summary: SVG clip path at mail.yahoo.com no longer renders correctly
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: Safari Technology Preview
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 16:27 PDT by James Alley
Modified: 2018-08-30 10:07 PDT (History)
5 users (show)

See Also:


Attachments
Yahoo Mail (mobile) compose button bug (455.60 KB, image/png)
2018-08-29 16:27 PDT, James Alley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Alley 2018-08-29 16:27:30 PDT
Created attachment 348445 [details]
Yahoo Mail (mobile) compose button bug

To reproduce this bug, use Safari Technology Preview in responsive design mode, or an iOS 12 (beta) device.

Navigate to https://mail.yahoo.com

You must use a mobile user agent or you'll be redirected to "desktop" mail.

Note a floating, oblong-shaped button in the lower right corner with a pencil icon. It is used to begin composing a new email.

The button does not have its clip-path applied correctly. To compare, try viewing the same application with an older version of Safari, or with Chrome.

See attachment for further clarification.
Comment 1 James Alley 2018-08-29 16:47:20 PDT
We can close this. Found a workaround, or rather, what changed.

Now the clip path respects padding of the container. Seeing this, I can just remove padding from the container and it should render correctly for all clients.