View Single Post
  #757  
Old 04.06.2019, 17:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by JDFan View Post
Complex problem, really. Script triggered by Script Downloadlist Contextmenu Button Pressed (name Test). YouTube video is downloaded. Flickers only with that link (others too). BUT when you change only some letters of 0Mp2kwE8xY0 no flickering (e. g. M -> 1)! Can someone reproduce that crazy behaviour?

Code:
if ( name == "Test" )
{
  //      123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\
  alert( "Line1: **External links are only visible to Support Staff**) ;
}
And when no flickering occurs, the height is too small.
The flickering happens because of resize loop of auto break on text caused by the space. This is more complex to handle better and sorry to say but at the moment not that important.
__________________
JD-Dev & Server-Admin
Reply With Quote