album delete photo thumbnail when hover preview time bug
|
smilem
Joined: 2009-02-25
Posts: 41 |
Posted: Mon, 2009-10-26 21:18
|
|
When I try to delete multiple photos from my album I get a page full of small thumbnails, when I hold my mouse on them I see enlarged view. The problem is that this enlarged view is shown just for second on some photos. And for other it is shown as long as I hold the mouse cursor on the photo. How to fix this bug? My browser is Firefox 3.5.3 Just checked opera 9.64 works fine and IE 6.0 does not |
|
| Login or register to post comments |

Posts: 16315
Move your mouse to a different location of over the thumb.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 9281
That's not the only problem though... I was trying to find a fix with this yesterday, but this appears to be an issue with YUI. What I've seen is if the image touches the edge of the browser viewport or is where the mouse is then the image disappears. It then tries to reload because your mouse is still hovering over the thumb.
My only solution I could find was to zoom the page so it's smaller...
WAIT! That just gave me an idea.
Copy modules/core/templates/ItemDelete.tpl to modules/core/templates/local/ItemDelete.tpl
Around line 108 change maxSize from 500 to 300 or what ever works for you.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 41
Well that really works
but how do I fix this bug with IE6? (did not try more recent versions yet)?
Posts: 9281
Search google or buy a really good css book that goes over IE6 crappieness and CSS hacks that you can do to fix it.
Or just put a big banner across your site that shows to IE6 users that they need to upgrade 
Seriously though, I'll take a look...
Hmm, yeah, out of my league. I think you'll need to dig around in gallery.css located at modules/core/data/gallery.css and search for gTooltip.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 41
I think that it's css problem too, on IE8 it works.