RESOLVED FIXED 202606
[perf dashboard] Test fressness popover sometimes point to wrong place
https://bugs.webkit.org/show_bug.cgi?id=202606
Summary [perf dashboard] Test fressness popover sometimes point to wrong place
Zhifei Fang
Reported 2019-10-04 15:01:25 PDT
[perf dashboard] Test fressness popover sometimes point to wrong place
Attachments
Patch (5.03 KB, patch)
2019-10-04 15:04 PDT, Zhifei Fang
no flags
Patch (4.87 KB, patch)
2019-10-04 17:28 PDT, Zhifei Fang
no flags
Zhifei Fang
Comment 1 2019-10-04 15:04:24 PDT
Zhifei Fang
Comment 2 2019-10-04 15:05:39 PDT
Ryosuke Niwa
Comment 3 2019-10-04 17:16:04 PDT
Comment on attachment 380257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=380257&action=review > Websites/perf.webkit.org/public/v3/pages/test-freshness-page.js:350 > + #tooltip-container { > + position: relative; > + } Do we really need this position: relative? #tooltip-anchor being position: absolute should be sufficient, no?
Zhifei Fang
Comment 4 2019-10-04 17:28:41 PDT
Zhifei Fang
Comment 5 2019-10-04 17:29:13 PDT
(In reply to Ryosuke Niwa from comment #3) > Comment on attachment 380257 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=380257&action=review > > > Websites/perf.webkit.org/public/v3/pages/test-freshness-page.js:350 > > + #tooltip-container { > > + position: relative; > > + } > > Do we really need this position: relative? > #tooltip-anchor being position: absolute should be sufficient, no? Right, https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block I think we don't need this.
WebKit Commit Bot
Comment 6 2019-10-04 18:17:05 PDT
Comment on attachment 380272 [details] Patch Clearing flags on attachment: 380272 Committed r250760: <https://trac.webkit.org/changeset/250760>
WebKit Commit Bot
Comment 7 2019-10-04 18:17:06 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2019-10-04 18:18:16 PDT
Note You need to log in before you can comment on or make changes to this bug.