Search…

X3 Photo Gallery Support Forums

Search…
 
julien
Experienced
Posts: 31
Joined: 17 Jan 2011, 15:34

Re: V2.7 - Contactform - Firefox 4.0.1

26 May 2011, 16:35

I tried it Mjau-mjau, and it doesn't work.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: V2.7 - Contactform - Firefox 4.0.1

26 May 2011, 23:34

This sounds bit strange, could it be a caching issue?
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 01:07

Ok, grimurnet + MikeR: I have a hunch what that this could be another "wmode" bug. Can you try one thing - Open iv-includes/templates/index.gallery.phtml, and on line 163 you will see:
Code
	var params = {
		allowScriptAccess: 'always',
		allowFullScreen: true,
		bgcolor: '#<?php echo $this->bkGrColor; ?>',
		wmode: 'opaque'
	};
Change it to the following, effectively removing the wmode:
Code
	var params = {
		allowScriptAccess: 'always',
		allowFullScreen: true,
		bgcolor: '#<?php echo $this->bkGrColor; ?>'
	};
See if this works ... Not sure if I want it to be this though, as we need the wmode to be able to use the sharing- and fotomoto module.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 01:58

no, it doesn't work !!!

for your information without the wmode = 'opaque', the sharing is still there
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 02:34

MikeR wrote:no, it doesn't work !!!
Ok, then we know this for sure: The bug is related to the embedding of the SWF file, but not related to the wmode. Good, now I just need to do some elimination testing to see exactly where the bug lies. Maybe its the swfObject javascript altogether?
MikeR wrote:for your information without the wmode = 'opaque', the sharing is still there
You mean also when you click the "more" button and the html overlay is supposed to appear? In any case, the wmode is required in some browsers/platforms, and other not ... It could be removed from some browser-platform combos, but this is a mish-mash.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 03:06

Sorry my test was not good

It works well !

I have made the modification in the iv-includes/templates/index.gallery.phtml and I can enter the @ in all text areas

Sharring is still present (I don't have set the more button), for the sharring I use this parameters :

Sharebutton Click: menu
services : email,facebook,twitter,stumbleupon

fotomoto seems to be OK with firefox (but not with chrome)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 03:41

Ok, so to just confirm:

The @ character input works fine when you remove the "wmode" from the container document?

... and if so, was this @ input error only apparent on Firefox, or also for Chrome?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 04:08

Actually, I found more information on this through Google. It is apparently a well-known problem with input fields @ and wmode on non-IE browsers under windows. Here are some links:
http://bugs.adobe.com/jira/browse/FP-479
http://www.novio.be/blog/?p=416
http://blog.wonderwhy-er.com/flash-issu ... ode-input/
http://www.justskins.com/forums/wmode-t ... 01808.html
http://blog.headlondon.com/2006/06/02/n ... e-british/
http://www.actionscript.org/forums/show ... 3?t=109412

There are some "workarounds" mentioned, but this bug has apparently never been fixed properly. I will look into it ...
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 04:59

here's my results :

https://www.photo.gallery/demo/x2/#/content/contact/

FF 4.0.1 : KO
Safari 5.0.5 : KO (but it's different from FF because it writes "à" instead of "@")
Chrome 11.0 : OK
IE 9.0 : OK

With the modified file :

FF 4.0.1 : OK
Safari 5.0.5 : OK
Chrome 11.0 : OK
IE 9.0 : KO (64 bits version)

With IE 9.0 I have this message : Oops! - This page requires Flash Player and Javascript
Please make sure you have the latest Flash Player installed and Javascript is enabled in your browser.
› View Flash gallery
Optionally, you can view the HTML Gallery instead:
› HTML Gallery
› HTML Sitemap

Gallery Software by www.photo.gallery:
› Web image gallery photo album and slideshow portfolio software


Not easy !!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 05:36

Conclusion: This is a bug that affects Safari/Firefox/Opera on Windows, when wmode is enabled, and only for non-english/US keyboard layouts. This is also identical to how it is reported on the web as a global issue ...

Just for the other issue you mention with IE 9.0 ... Are you saying that when WMODE is disabled, it works for IE9.0 64-bit, but when wmode is enabled it does NOT work for IE9.0 64-bit? This is something entirely different anyway, but I find the report a bit strange ... Or are you saying that IE9.0 64-bit reports "Oops .." no matter what ... ?
 
s.morelli
Posts: 5
Joined: 26 May 2011, 10:04

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 05:59

Same problem for me with FF 4.0.1, Safari 4.0.3 & Chrome 4.0.249.
With IE 8.0.6001 everything is working fine.

XP Home SP3
Italian keyboard

Attached a file showing Italian keyboard layout and what I get in different browser.
Hope this can help solving the problem

Stefano
Attachments
Keyboard.jpg
Keyboard.jpg (121.58 KiB) Viewed 5499 times
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 06:15

For IE9 :

I confirm that when wmode is enabled : it works !

On you website https://www.photo.gallery/demo/x2/#/content/contact/ with IE9 I can enter the @ character

So no problem

BUT with the modified file (without the wmode) : I have this error message :

Oops! - This page requires Flash Player and Javascript ........
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 06:39

MikeR: I think this is something else ... Do you have a demo link, or maybe you could just paste your entire code to me? or maybe just paste the code where you removed the wmode?
 
grimurnet
Experienced
Posts: 360
Joined: 17 Dec 2010, 04:50

Re: V2.7 - Contactform - Firefox 4.0.1

27 May 2011, 07:21

mjau-mjau wrote:Ok, grimurnet + MikeR: I have a hunch what that this could be another "wmode" bug. Can you try one thing - Open iv-includes/templates/index.gallery.phtml, and on line 163 you will see:
Code
	var params = {
		allowScriptAccess: 'always',
		allowFullScreen: true,
		bgcolor: '#<?php echo $this->bkGrColor; ?>',
		wmode: 'opaque'
	};
Change it to the following, effectively removing the wmode:
Code
	var params = {
		allowScriptAccess: 'always',
		allowFullScreen: true,
		bgcolor: '#<?php echo $this->bkGrColor; ?>'
	};
See if this works ... Not sure if I want it to be this though, as we need the wmode to be able to use the sharing- and fotomoto module.
After removing the wmode, fixed the problem with the @ sign. I have tested on my mac, no problems there with or without the fix :-)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: V2.7 - Contactform - Firefox 4.0.1

30 May 2011, 12:47

Can someone on Windows please test a possible fix for this issue:
https://www.photo.gallery/demo/x2/#/content/contact/
(Please clear/empty your browser cache to make sure you load a fresh release)

Please try to input the @ character in the fields on Windows browsers Firefox+Opera+Chrome ...