[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 08:13:33 PDT 2011


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





--- Comment #8 from tonistiigi at gmail.com  2011-05-30 08:13:33 PST ---
(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. 

So I guess my options are:
- leave this part out of the patch
- 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.
- 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