[Webkit-unassigned] [Bug 225354] iOS 14.5 Regression CSS Variable updates are not rendered in Shadow DOM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 18 04:31:03 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225354
--- Comment #11 from Manny Diera <mdiera.dvk at gmail.com> ---
(In reply to Tobias Trumm from comment #9)
> Our app uses ionic's capacitor framework as a base and vue + vuetify as UI
> framework. We noticed this issue in our released app after updating to iOS
> 14.5. The hint about the pointer-events property helped us to find a css
> workaround that we will ship with our next app release.
Just encountered this issue and tried setting the pointer events to unset.
This worked for the CSS issue but affected the event handling. We are thinking about either leaving the pointer-events as unset and use event delegation to handle the events or go through and find the CSS variable that is getting passed into the button and affecting the style.
@Tobias Trumm - Were these the css workarounds that worked for you or is there something else you could recommend?
--
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/20210518/84e4c37c/attachment.htm>
More information about the webkit-unassigned
mailing list