You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "wangningito (Jira)" <ji...@apache.org> on 2020/09/10 06:59:00 UTC

[jira] [Commented] (KUDU-3123) tracing.html doesn't render on newer browsers

    [ https://issues.apache.org/jira/browse/KUDU-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193414#comment-17193414 ] 

wangningito commented on KUDU-3123:
-----------------------------------

Another work around on ` 85.0.4183.83`

add `--enable-blink-features=ShadowDOMV0,CustomElementsV0` to chrome startup flags

 

> tracing.html doesn't render on newer browsers
> ---------------------------------------------
>
>                 Key: KUDU-3123
>                 URL: https://issues.apache.org/jira/browse/KUDU-3123
>             Project: Kudu
>          Issue Type: Bug
>          Components: ui
>            Reporter: Andrew Wong
>            Priority: Major
>              Labels: supportability
>
> I tried opening the tracing.html page using Google Chrome Version 81.0.4044.138, and the page was blank. Upon inspecting, seems like Chrome no longer supports {{registerElement}}
> {code:java}
> tracing.js:31 Uncaught TypeError: document.registerElement is not a function
>     at tracing.js:31
>     at tracing.js:31 {code}
> This was reported to the Chromium project as [https://bugs.chromium.org/p/chromium/issues/detail?id=1036492], which has been closed. We should update the trace viewer version in thirdparty to include whatever fixes are necessary, since tracing is pretty valuable in a pinch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)