Bug 94118
Summary: | Web Inspector: [codemirror] gutter flickers as you scroll horizontally. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, janx, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 99319 | ||
Bug Blocks: |
Pavel Feldman
Open any file that has long lines and try to scroll horizontally. Gutter flickers / jumps. It sounds like it is being positioned asynchronously (onscroll) within the scrolled container. Not good.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jan Keromnes
This is fixed in CodeMirror v3, which should be stable soon. I'll have a patch ready for #99319 when it happens.
Jan Keromnes
Fixed in #99319 by v3's new scrolling model.