[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 14:12:26 PDT 2021


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

--- Comment #13 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Tobias Trumm from comment #12)
> (In reply to Manny Diera from comment #11)
> > @Tobias Trumm - Were these the css workarounds that worked for you or is
> > there something else you could recommend?
> 
> Vuetify's button implementation does set "pointer-event: none" but does not
> rely on it for its event handling internally, so in our case setting 
> 
> .v-btn--disabled {
>   pointer-events: unset !important;
>   cursor: default;
> }
> 
> was enough to restore the original look and behaviour.
> 
> 
> Seeing that iOS 14.6 RC was just released, it might also be worth to check
> if this bug is already fixed there and if so, wait for its final release,
> instead of implementing your own event handling.

It's not fixed in iOS 14.6 RC.

-- 
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/2e55c003/attachment.htm>


More information about the webkit-unassigned mailing list