Re: thumbnails view
Posted: 08 Aug 2009 05:18
Not fixed my situation either, still get names but no thumbnails.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
i scroll using the mouse wheel.admin wrote:How do you two scroll? Scroll bar, Wheel, or PageUp/Down?
Disk cache for thumbnails is ON but thumbnails are not yet all created, right?
Do you also get the problem with cache OFF?
will this fix the unicode bug too? (not sure if you saw my post on the page before)admin wrote:OK, thanks both.
I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...
There is no unicode bug -- all works perfectly.noir wrote:will this fix the unicode bug too? (not sure if you saw my post on the page before)admin wrote:OK, thanks both.
I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...
EDIT, after countless hours of testing different scenarios, I narrowed it down to a character " メ " breaking itadmin wrote:There is no unicode bug -- all works perfectly.noir wrote:will this fix the unicode bug too? (not sure if you saw my post on the page before)admin wrote:OK, thanks both.
I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...
Works alright.noir wrote:EDIT, after countless hours of testing different scenarios, I narrowed it down to a character " メ " breaking itadmin wrote:There is no unicode bug -- all works perfectly.noir wrote:will this fix the unicode bug too? (not sure if you saw my post on the page before)admin wrote:OK, thanks both.
I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...
make a new folder with this character " メ " then thumbs won't generate for movies
(ignore the $ folder since that was from dragging a folder from the recycle bin)
admin wrote:I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...
Code: Select all
v8.10.0021.....
! Thumbnails: Display glitch when scrolling fast while fresh thumbs
are being created. Fix #2.
Then it's probably something in your configuration that's different from mine.Gandolf wrote:admin wrote:I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...Still not fixed my situation, I get names but no thumbnails.Code: Select all
v8.10.0021..... ! Thumbnails: Display glitch when scrolling fast while fresh thumbs are being created. Fix #2.
but it seems to have fixed mine.Gandolf wrote:Still not fixed my situation, I get names but no thumbnails.
v8.10.0021Gandolf wrote:admin wrote:I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...Still not fixed my situation, I get names but no thumbnails.Code: Select all
v8.10.0021..... ! Thumbnails: Display glitch when scrolling fast while fresh thumbs are being created. Fix #2.
Thanks. I'm scrolling like mad but cannot produce any problems. I have to classify this case and rare and exceptional and will move on to other tasks for now.nf_xp wrote:v8.10.0021Gandolf wrote:admin wrote:I managed to created the "missings thumbs" bug (but never any misplaced icons) very rarely using the wheel. And I could fix it I think. Check next version...Still not fixed my situation, I get names but no thumbnails.Code: Select all
v8.10.0021..... ! Thumbnails: Display glitch when scrolling fast while fresh thumbs are being created. Fix #2.
I also encountered this bug somehow, but have not yet found the consistent repro steps... I only encountered this bug while the folder is caching and is being scrolled.
Don, I collected two threads that may help you to investigate:
1. Quickly scroll and suddenly stop in the middle section, assume there are 40 files here from left-top to right-bottom. A display order example that caused the bug may like this: 1st - 5th, display thumbs, ?th - 11th, display blanks, 6th - 40th, take over the priority and continue to display thumbs, 12th - 40th, display the remains of blanks. So, the final result is, 12th - 40th files were displayed as blanks instead of their thumbs.
2. In rare cases, while dragging the scroll handler, the handler will jump to the last place the thumb is being displayed, and then jump back to the cursor place, and repeat until something unknown is done in that place or you release the handler and re-drag.
I'm not talking about the top align with visible area joggling, but it may be caused by that, XYplorer was trying to align a row very far away from the visible area and something wrong (why repeat) with that row.
BTW, Don, could you please consider to change the scroll handler position adjustment behavior? This makes the scrolling operation not smooth.