Bug 94118 - Web Inspector: [codemirror] gutter flickers as you scroll horizontally.
Summary: Web Inspector: [codemirror] gutter flickers as you scroll horizontally.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 99319
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-15 09:00 PDT by Pavel Feldman
Modified: 2012-11-12 22:16 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-08-15 09:00:31 PDT
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.
Comment 1 Jan Keromnes 2012-10-17 09:25:47 PDT
This is fixed in CodeMirror v3, which should be stable soon. I'll have a patch ready for #99319 when it happens.
Comment 2 Jan Keromnes 2012-11-12 22:16:30 PST
Fixed in #99319 by v3's new scrolling model.