[Webkit-unassigned] [Bug 61468] Web Inspector: Timeline panel improvements for managing current selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 09:05:19 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61468





--- Comment #9 from Pavel Feldman <pfeldman at chromium.org>  2011-05-30 09:05:19 PST ---
(In reply to comment #8)
> (In reply to comment #5)
> 
> > > Source/WebCore/inspector/front-end/inspector.css:2965
> > > +    -webkit-transition: top 0.3s ease-out 0.2s;
> > 
> > Is this one smoothing labels flickering?  When I implemented it originally, labels were not flickering at all (see Safari 5 and earlier Chrome builds). It just regressed at some point. I'd rather find out why.
> 
> I tracked it down to http://trac.webkit.org/changeset/75555/ that is non-inspector change that makes scrolling events fire async. 
> 

Makes sense, thanks.

> So I guess my options are:
> - leave this part out of the patch

I'd do this.

> - still use the transition for better but not ideal solution.
> - try to move labels outside the element with the overflow:auto. This will not be pretty as this element is outside of TimelineGrid.

Either this or we could try position: fixed and see if it actually slows down the scrolling. But it should probably be done in a separate patch anyways.

> - any other?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list