Page 1 of 1

Scroll mouse with text page not work

Posted: 19 May 2011, 07:32
by zuro
Hello,

I have a version 2.7 beta on my site right now (http://sabatek.pl) and not work scroll mouse with text page

Sorry for my bad english :oops:

Thanks!

www.sabatek.pl

Re: Scroll mouse with text page not work

Posted: 19 May 2011, 10:08
by mjau-mjau
Works here ...

Do you happen to be using Firefox on Windows? There is a bug in Firefox/Windows/Flash that prevents mouse scrolling if wmode is set. We need wmode in Imagevue X2.7 to support the sharing, shopping cart and facebook layer. If you do not use any of these modules, you can disable the wmode transparency, and mousewheel scroll should work again in Firefox/Windows ...

Open iv-includes/templates/index.gallery.phtml, and locate:
Code
var params = {
	allowScriptAccess: 'always',
	allowFullScreen: true,
	bgcolor: '#<?php echo $this->bkGrColor; ?>',
	wmode: 'opaque'
};
Remove wmode, and comma from the line above it:
Code
var params = {
	allowScriptAccess: 'always',
	allowFullScreen: true,
	bgcolor: '#<?php echo $this->bkGrColor; ?>'
};
Unfortunately, we can not do much about this Firefox bug, as we simply require wmode to accommodate the latest functionality.

Re: Scroll mouse with text page not work

Posted: 19 May 2011, 13:13
by zuro
Fix works great... thanks!
:D

Re: Scroll mouse with text page not work

Posted: 28 May 2011, 18:13
by AlainM_B
The mousewheel "zoom" function don't work under Firefox...

Is it the same problem ? I think so...

Re: Scroll mouse with text page not work

Posted: 28 May 2011, 22:45
by mjau-mjau
AlainM_B wrote:The mousewheel "zoom" function don't work under Firefox...

Is it the same problem ? I think so...
That's right ... you would have to disable the "wmode" as I explained above, but this is a bad idea if you are using either the Fotomoto module, facebook "like" button, or need the extended sharing window (from addiths) ...

Fotomoto:
Image

Facebook "like" button:
Image

Extended sharing button "more":
Image

Perhaps any of you can tell me if these "html-layer" features features work when wmode:opaque is disabled in Firefox? and what about other windows browsers? You can be sure that some browsers require wmode:opaque to display them correctly, but maybe we could make system that only enable wmode:opaque depending on browser.

Re: Scroll mouse with text page not work

Posted: 30 May 2011, 12:53
by mjau-mjau
Just an update on this issue - I have confirmed that most Windows browsers require wmode:opaque to be able to display Fotomoto, Facebook "like" layer, and AddThis extended sharing menu. This means that the Windows-Firefox-wmode-mousewheel-bug is unsolvable unless you can do not require any of the features mentioned above.