[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 05:02:18 PDT 2021


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

--- Comment #12 from Tobias Trumm <tobbi1993 at gmail.com> ---
(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.

-- 
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/197e26d2/attachment.htm>


More information about the webkit-unassigned mailing list