Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
zuro
Experienced
Topic Author
Posts: 55
Joined: 24 Jan 2011, 12:04

Scroll mouse with text page not work

19 May 2011, 07:32

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Scroll mouse with text page not work

19 May 2011, 10:08

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.
 
User avatar
zuro
Experienced
Topic Author
Posts: 55
Joined: 24 Jan 2011, 12:04

Re: Scroll mouse with text page not work

19 May 2011, 13:13

Fix works great... thanks!
:D
 
User avatar
AlainM_B
Posts: 12
Joined: 11 May 2011, 09:38

Re: Scroll mouse with text page not work

28 May 2011, 18:13

The mousewheel "zoom" function don't work under Firefox...

Is it the same problem ? I think so...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Scroll mouse with text page not work

28 May 2011, 22:45

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Scroll mouse with text page not work

30 May 2011, 12:53

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.