[Webkit-unassigned] [Bug 135371] Web Inspector: Incorrectly sized TimelineDataGrid event bubble
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 28 19:33:42 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135371
--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> 2014-07-28 19:33:55 PST ---
This is happening because in TimelineDataGridNode.prototype.refreshGraph the visibleWidth is 0. That is scary, because it will almost always happen before elements are added at the graph refreshed.
It is just using that to calculate the secondsPerPixel, including doing an offsetWidth per-datagridnode. We can eliminate this possible forced layout, as well as the calculation because the graph data source must already know the secondsPerPixel! Patch coming.
--
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