Volafile / volafile-bugs

Volafile.org public bug tracker
17 stars 2 forks source link

Room Owners hate him! Man from Germany breaks deletion in a few simple steps! #195

Closed Heisenb3rgx closed 7 years ago

Heisenb3rgx commented 7 years ago

@laino I just discovered that the new filebin changes made it so that you cannot use the deletion checkbox made available by @RealDolos in his Room Moderation script (literally an essential script for every room owner/moderator)

Clicking the checkbox no longer Selects a file, but instead opens it.

Edit: @dongmaster also found out that you cannot copy file names either.

laino commented 7 years ago

You can fix your script by consuming the event. If you let it bubble it'll eventually open the file.

evt.stopPropagation();
evt.preventDefault();