Skip to content

Fix reflow#177

Merged
bcomnes merged 2 commits intomasterfrom
fix-reflow
Jun 6, 2017
Merged

Fix reflow#177
bcomnes merged 2 commits intomasterfrom
fix-reflow

Conversation

@bcomnes
Copy link
Copy Markdown
Contributor

@bcomnes bcomnes commented Jun 6, 2017

This fixes whitespace dom flapping. It looks like having the scroll bars intersect the scroll bar causes repaint on the scroll bar. One fix would be to not have these intersect on an x-y perpendicular axis (e.g. put the sliders parallel below or above the table) but its probably not that big of a deal.

I kind of want to go back to that arrangement anyway since horizontal space is super valuable and we eat up a lot with the player controls.

The main issue I think this solves is that it re-adds https://developer.mozilla.org/en-US/docs/Web/CSS/will-change which prevents painting on scrolling.

Closes #173

@bcomnes bcomnes merged commit e756441 into master Jun 6, 2017
@bcomnes bcomnes deleted the fix-reflow branch June 6, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix scroll bar repainting.

1 participant