Page 1 of 1

Bug: Object Count is Incorrect on Drag & Drop

PostPosted: Fri Jun 03, 2016 4:34 am
by therube
Bug: Object Count is Incorrect on Drag & Drop, initially, off by one.
(There was a web browser by that name,http://www.softpedia.com/get/Internet/Browsers/Off-By-One-Browser.shtml ;-).)


Clear the list, F5
Drag 1 file into the window
> Result: Status bar shows, 0 objects (0 selected)

Clear the list, F5
Drag 10 files into the window
> Result: Status bar shows, 9 objects (0 selected)


Now once you click into the list itself, it does correct itself.

Result: Status bar shows, 1 objects (1 selected)
or
Result: Status bar shows, 10 objects (1 selected)


BRU 3001

Re: Bug: Object Count is Incorrect on Drag & Drop

PostPosted: Sat Jun 04, 2016 12:15 am
by therube
(There's actually more going on here, some obscure bug with drag&drop in general, but I haven't put my finger on it, yet.)