scriptblock
scriptblock copied to clipboard
Popover sometimes doesn't show fully
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.
Here it is again, with no exceptions thrown: https://node.zeneval.com/snaps/0851bb63870ce8b55bcd5e50f6ac1fa5.png
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);
Again a bug in chrome I guess. If not fixed in chrome soon, I'll add a workaround.
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)

I'm getting this randomly at times, too. It happens at least a couple of times a day.
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?)
pretty sure this project is dead... i dunno though. seems to be...