PDA

View Full Version : RC4 Bug?


mvrekum
3rd of May 2004 (Mon), 14:08
Hi Pekka,

I think I found a little bug.

I have a gallery sorted descending on counter value. I uploaded some new images to this gallery, so these images will be the last ones in the gallery. Now when I view the last one, I do not see the previous and next links in the top right corner, only "gallery browser".

I think that is because the last (new) images all have the same counter value. So when you click on the last one it moves up in the row.

This is repeatable.

OR

have 2 images with the same counter value. Click the first one in the row to view. Click 'next'. The next picture shows. Again click 'next' the previous picture shows withot the previous and next links.

Hope you can repeat this to.

Martin.

mvrekum
4th of May 2004 (Tue), 12:26
Hi Pekka,

I found something else that does not look right.

In one of my galleries I have hidden the "detailed data" because it are older analog images and I do not have a clue about what equipment I used exactly (I can guess some).

Now when I view the gallery and hold my mouse over a thumb, a tooltip message pops up with information about the lens and the ISO value. Of course this info is total crap since the fields just hold the default value.

Isn't it true that when you hide the detailed data it should be hidden to from the tooltips to?

Martin

Pekka
4th of May 2004 (Tue), 13:38
Hi Pekka,

I think I found a little bug.

I have a gallery sorted descending on counter value. I uploaded some new images to this gallery, so these images will be the last ones in the gallery. Now when I view the last one, I do not see the previous and next links in the top right corner, only "gallery browser".

I think that is because the last (new) images all have the same counter value. So when you click on the last one it moves up in the row.

This is repeatable.

OR

have 2 images with the same counter value. Click the first one in the row to view. Click 'next'. The next picture shows. Again click 'next' the previous picture shows withot the previous and next links.

Hope you can repeat this to.

Martin.

Thanks for reporting, very well spotted. I do already know how to fix this and will apply the fix to release version (provided that fix works). Why this happens is quite logical and technically it is not a bug but manifestation of dynamic MySQL sort value against expected offset value for navigation system :) When photo is loaded and suggested offset is not correct the navigation links "disappear" in order to prevent errors.

Pekka
4th of May 2004 (Tue), 13:41
Hi Pekka,

I found something else that does not look right.

In one of my galleries I have hidden the "detailed data" because it are older analog images and I do not have a clue about what equipment I used exactly (I can guess some).

Now when I view the gallery and hold my mouse over a thumb, a tooltip message pops up with information about the lens and the ISO value. Of course this info is total crap since the fields just hold the default value.

Isn't it true that when you hide the detailed data it should be hidden to from the tooltips to?

Martin

You can hide the tooltips in misc settings editor's photo browser settings (switch named Display thumb tooltip detail). That switch is also in exhibition editor is you've enabled CUSTOM LIST PAGE DEFAULT SETTINGS.

There are still some minor adjustments coming to this hide system, like hiding unwanted output styles (e.g. detail list 1 and 2).

mvrekum
5th of May 2004 (Wed), 07:33
Hi Pekka,

I found something else that does not look right.

In one of my galleries I have hidden the "detailed data" because it are older analog images and I do not have a clue about what equipment I used exactly (I can guess some).

Now when I view the gallery and hold my mouse over a thumb, a tooltip message pops up with information about the lens and the ISO value. Of course this info is total crap since the fields just hold the default value.

Isn't it true that when you hide the detailed data it should be hidden to from the tooltips to?

Martin

You can hide the tooltips in misc settings editor's photo browser settings (switch named Display thumb tooltip detail). That switch is also in exhibition editor is you've enabled CUSTOM LIST PAGE DEFAULT SETTINGS.

There are still some minor adjustments coming to this hide system, like hiding unwanted output styles (e.g. detail list 1 and 2).

Thanks Pekka, I found the switch.

And I also found something else while playing around in the misc. settings:

When you set "Viewer for plain images" in the global settings to a different setting than default, then save the settings, go to another editor page and then return to the "misc. settings" the "Viewer for plain images" is set back to the default value.
So when you then hit the save button (because you might have changed something else) the "Viewer for plain images" is set back to the default value without the user knowing it.

Martin