Skip to content

scroll: Invalidate scrollbar painting when used pointer events changes.#59079

Draft
chromium-wpt-export-bot wants to merge 1 commit intomasterfrom
chromium-export-cl-7738301
Draft

scroll: Invalidate scrollbar painting when used pointer events changes.#59079
chromium-wpt-export-bot wants to merge 1 commit intomasterfrom
chromium-export-cl-7738301

Conversation

@chromium-wpt-export-bot
Copy link
Copy Markdown
Collaborator

This patch invalidates the scrollbar painting when the used value of
pointer events changed. This is necessary since this can affect
the opaqueness value stored on the compositor (which is updated via
paint).

Without the patch, the value on the compositor can be stale which
allows the user to interact with the scrollbar after the inert is
toggled on.

R=flackr@chromium.org

Bug: 497896149
Change-Id: I9beb7e34b676d0379b6d5609a1c03fe8ac535566
Reviewed-on: https://chromium-review.googlesource.com/7738301
WPT-Export-Revision: 8750279c0c35b35d6280984fecfcd2b821782886

This patch invalidates the scrollbar painting when the used value of
pointer events changed. This is necessary since this can affect
the opaqueness value stored on the compositor (which is updated via
paint).

Without the patch, the value on the compositor can be stale which
allows the user to interact with the scrollbar after the inert is
toggled on.

R=flackr@chromium.org

Bug: 497896149
Change-Id: I9beb7e34b676d0379b6d5609a1c03fe8ac535566
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants