kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Pod filter does not work in Chrome

Open yogeek opened this issue 6 years ago • 2 comments

Chrome version : Version 73.0.3683.75 (Official Build) (64-bit)

When filtering pod by entering a string in the query bar, nothing changes in Chrome whereas it works ok in Firefox.

yogeek avatar Mar 21 '19 08:03 yogeek

Do you see any errors in the Javascript console?

hjacobs avatar Mar 21 '19 20:03 hjacobs

@hjacobs when I enter some characters into the search bar, the URL bar is updated accordingly but nothing changes on the display. Here are the logs fro chrome console

app-bcb9e20ad3e7302d7b58.js:1 
    PixiJS 4.8.6 - ✰ Canvas ✰      http://www.pixijs.com/    ♥♥♥ 
app-bcb9e20ad3e7302d7b58.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
s @ app-bcb9e20ad3e7302d7b58.js:1
t.exports @ app-bcb9e20ad3e7302d7b58.js:1
value @ app-bcb9e20ad3e7302d7b58.js:1
value @ app-bcb9e20ad3e7302d7b58.js:1
value @ app-bcb9e20ad3e7302d7b58.js:1
(anonymous) @ (index):26
VM229:1 WebExtension::executeScript: content script injected
app-bcb9e20ad3e7302d7b58.js:1 [Violation] 'clusterupdate' handler took 158ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] 'requestAnimationFrame' handler took <N>ms
[...]
app-bcb9e20ad3e7302d7b58.js:1 [Violation] 'clusterdelta' handler took 210ms
app-bcb9e20ad3e7302d7b58.js:1 [Violation] 'clusterdelta' handler took 242ms
app-bcb9e20ad3e7302d7b58.js:1 [Violation] 'clusterdelta' handler took 191ms

yogeek avatar Mar 23 '19 23:03 yogeek