pavlusha
Joined: 18 Jun 2011
Posts: 11
how to enable scrolling wheel mouse in textpage?


Re: scrolling in textpage
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
pavlusha wrote
how to enable scrolling wheel mouse in textpage?

Are you using Firefox?

Mousewheel scrolling already works in all browsers except Firefox. Why? There is a bug in this browser vs flash player when wmode is set to opaque, which for some reason disables the mousewheel for flash. You can workaround this by disabling the wmode setting, which is used for all html layers that hover above the flash - For example: Facebook "like", Fotomoto e-commerce, addThis "more" share button ... If you don't need any of these features, you can disable wmode, and mousewheel will again work in Firefox.

You can remove wmode in the file iv-includes/templates/index.gallery.phtml:
Code
var params = {
   allowScriptAccess: 'always',
   allowFullScreen: true,
   bgcolor: '#<?php echo $this->bkGrColor; ?>',
   wmode: 'opaque'
};

Change to:
Code
var params = {
   allowScriptAccess: 'always',
   allowFullScreen: true,
   bgcolor: '#<?php echo $this->bkGrColor; ?>'
};


Apologies for this unfortunate issue that is a bit out of our control ...

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: scrolling in textpage
pavlusha
Joined: 18 Jun 2011
Posts: 11
mjau-mjau wrote
pavlusha wrote
how to enable scrolling wheel mouse in textpage?

Are you using Firefox?



Thanks.
I using Google Chrome


Re: scrolling in textpage
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
pavlusha wrote
I using Google Chrome

Chrome/Windows? I assume this bug is for all mozilla based browsers i Windows, when wmode is enabled. The same as I mention for Firefox above applies ...

Would like to see a fix for this, but it is a bug out of our control, and we need to consider javascript to fix it ...

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: scrolling in textpage
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
mjau-mjau wrote
I assume this bug is for all mozilla based browsers i Windows, when wmode is enabled. The same as I mention for Firefox above applies ...
Here on my Windows 7 only IE9 does scroll textpages... Chrome, FF, Opera nor Safari do...

_________________
Image


Re: scrolling in textpage
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
It is like this:

wmode OFF
Mousewheel scrolling works in all browsers. On Mac, we achieve this with javascript.

wmode ON
Mac: Works in all browsers, achieved by javascript plugin.
Windows IE: Works
Windows Mozilla browsers (including chrome, firefox, safari, Opera): Does not work, because of a bug with flash player vs. browser vs. wmode. If we could flip a switch to fix this, we would do so, but there is none. We will perhaps consider a javascript solution if we can get it to work ... On the web, if you search this problem, the solution is mostly "oh, this is wmode? Then I will disable wmode. solved." Unfortunately, Imagevue needs wmode:opaque if you are using either Fotomoto, Addthis extended menu, or Facebook layer ...

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


 
Imagevue Forums HomeForum  View topic - scrolling in textpage6 posts