scriptblock icon indicating copy to clipboard operation
scriptblock copied to clipboard

Popover sometimes doesn't show fully

Open gordol opened this issue 10 years ago • 7 comments

This happens randomly at best, it's very annoying.

Example, along w/ the exception that was generated: https://node.zeneval.com/snaps/4af64767c53782fb6675e7df882d8bd8.png

It also happens without exceptions thrown... and simply bumping the object size in CSS .00001 px or something silly is enough to cause it to re-render and it shows up fine. I can try to catch a screen recording too if needed.

gordol avatar Oct 23 '15 01:10 gordol

Here it is again, with no exceptions thrown: https://node.zeneval.com/snaps/0851bb63870ce8b55bcd5e50f6ac1fa5.png

gordol avatar Oct 23 '15 01:10 gordol

Maybe relevant: https://code.google.com/p/chromium/issues/detail?id=307912

Along w/ someone else who found a similar fix:

We just checked today and this bug still occurs. We've worked around it by forcing the popup to resize after a timeout. Something like the following seems to do the trick, although its somewhat non-deterministic, so I'm not 100% sure this fixes it.

setTimeout(function() {$('body').width(WIDTH+1);}, 50);

gordol avatar Oct 23 '15 01:10 gordol

Again a bug in chrome I guess. If not fixed in chrome soon, I'll add a workaround.

compvid30 avatar Nov 15 '15 04:11 compvid30

Hey, first of all thanks for the great tool! Sadly, I'm still facing the described problem.

Chrome Version 56.0.2924.87 (64-bit) Mac Sierra 10.12.3 (16D32)

scriptblock

samizel avatar Feb 09 '17 08:02 samizel

I'm getting this randomly at times, too. It happens at least a couple of times a day.

whargoul avatar Apr 20 '17 13:04 whargoul

Agree with @samizel. Great tool, but sadly 2 years later, seems to still be an issue.
(OSX v10.13.X + Chrome v63.0.3239.84 (64-bit) + ScriptBlock v1.4.0 here)

FWIW, it seems to usually happen when the page isn't fully loaded and sometimes after too.

@compvid30, perhaps time to add the workaround? Were there any cons to implementing it?
(Also, was there a corresponding ticket # in the Chromium Project that tracked this?)

bkmdev avatar Dec 31 '17 21:12 bkmdev

pretty sure this project is dead... i dunno though. seems to be...

gordol avatar Jan 25 '18 14:01 gordol