Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 1223031]
Blink>Animation
Supplemental component tags only. Set main component first. [ID: 1222907]
[ID: 1223136]
Design doc to be reviewed. [ID: 1223032]
[ID: 1223087]
[ID: 1223134]
Milestone(s) impacted by this issue. [ID: 1223085]
[ID: 1223084]
[ID: 1223086]
[ID: 1223034]
Link to incidents in IRM as a result of this ticket. [ID: 1300460]
[ID: 1223088]
This field contains Gerrit urls of code changes that ‘fix’ a security bug (i.e., excluding logging/cleanup commits) and is used when a singular fix cannot be uniquely identified from the existing “Code Changes” field. The change can be in the chromium repo or any other third_party repo. [ID: 1358989]
Blink
[ID: 1253656]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Estimated effort
Description
DEMO:https://codepen.io/bramus/pen/MWZjGeG
This demo uses a Scroll-Driven Animation to conditionally show the scroll indicators at the top/bottom of the scroller. This approach makes use of the fact that timelines are inactive when there is no overflow (seehttps://brm.us/can-scroll for more details on this technique).
The content in the scrollers in that demo is editable, through
[contenteditable]
. There seems to be some sort of invalidation bug when the scroller transitions from being scrollable to not scrollable … but only when the scroller was scrolled to the very end.Steps to reproduce:
(Also see attached recording)
Expected behavior:
Don’t see scroll arrows appear
Actual behavior:
The scroll arrows both show.
This issue is most likely caused by the same underlying bug as reported in https://issues.chromium.org/issues/40947711