Bug SVN overwrite files confirmation box cutoff Y/N buttons

taltamir

Member
SVN overwrite files confirmation box can end up cutting off the yes/no buttons if the script in question has large enough amount of files

To reproduce:
install this script
Code:
svn checkout https://svn.code.sf.net/p/mafiachit/code/
go to /svn/ folder and delete the relevant folder

then install it a second time. it will ask you if you are sure you want to overwrite files. The list of files will extend well beyond the screen height which cuts off the yes and no buttons making it impossible to click them with the mouse.

the window in question cannot be resized, and if dragged the top of it cannot be made to extend out of the screen, it can only be dragged downwards not upwards and as such the YES/NO buttons cannot be exposed. (you can use enter key to blindly press YES though)

===

Also would be great if there was an option to always overwrite without a prompt.
 
Last edited:
Top