Page 4 of 5

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 31 May 2011, 15:20
by mjau-mjau
I think maybe I have created a fix. Anyone with this problem, please test the contact form:
https://www.photo.gallery/demo/x2/#/content/contact/
(please make sure to empty/delete your browser cache so that it loads the latest version)

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 31 May 2011, 15:48
by s.morelli
mjau-mjau wrote:I think maybe I have created a fix. Anyone with this problem, please test the contact form:
https://www.photo.gallery/demo/x2/#/content/contact/
(please make sure to empty/delete your browser cache so that it loads the latest version)
Hi,
it works, but not perfectly. When I type "ctrl+alt+ò" nothing happens. @ appears only after pressing another letter.

Italian keyboard + FF 4.0.1

Stefano

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 31 May 2011, 15:53
by julien
s.morelli wrote: it works, but not perfectly. When I type "ctrl+alt+ò" nothing happens. @ appears only after pressing another letter.
The same for me, French Keyboard "Alt Gr"+"8", @ appears after pressing another key

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 31 May 2011, 15:55
by MikeR
same here

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 00:59
by mjau-mjau
Thank you all for your patience, and for helping test this for us. Because the problem is platform- and keyboard-sensitive, I do not have the opportunity to test it properly from here.

Please try again:
https://www.photo.gallery/demo/x2/#/content/contact/
(please make sure to empty/delete your browser cache so that it loads the latest version)

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 05:01
by grimurnet
mjau-mjau wrote:Thank you all for your patience, and for helping test this for us. Because the problem is platform- and keyboard-sensitive, I do not have the opportunity to test it properly from here.

Please try again:
https://www.photo.gallery/demo/x2/#/content/contact/
(please make sure to empty/delete your browser cache so that it loads the latest version)
I tested it and it works, the pointer goes before the @ sign, but that is nothing to really worry about, at least the @ sign is working :-) If I may ask what did the fix?

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 05:51
by mjau-mjau
grimurnet wrote:I tested it and it works, the pointer goes before the @ sign, but that is nothing to really worry about, at least the @ sign is working :-) If I may ask what did the fix?
I think now the cursor position is fixed also if you want to try again (remember to empty browser cache). I will explain the fix once things are chiseled out ... it's complicated.

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 06:18
by julien
It works ! Good work ! :D

Now, we might open a new topic named "V2.7 - Scrollbar - Firefox 4.0.1" :mrgreen: :lol:

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 06:42
by grimurnet
mjau-mjau wrote:
grimurnet wrote:I tested it and it works, the pointer goes before the @ sign, but that is nothing to really worry about, at least the @ sign is working :-) If I may ask what did the fix?
I think now the cursor position is fixed also if you want to try again (remember to empty browser cache). I will explain the fix once things are chiseled out ... it's complicated.
Hi thanks for the fix, you don't have to explain, I'm just happy you made it work. You guys rock :-)

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 06:45
by grimurnet
julien wrote:It works ! Good work ! :D

Now, we might open a new topic named "V2.7 - Scrollbar - Firefox 4.0.1" :mrgreen: :lol:
That seems to be related to the same bug. The wmode bug, because if you comment the line explained before, then that also works again. But then the wmode doesn't work ofcourse :-)

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 06:55
by mjau-mjau
grimurnet wrote:That seems to be related to the same bug. The wmode bug, because if you comment the line explained before, then that also works again. But then the wmode doesn't work ofcourse :-)
Yep, its related to the same bug. Unfortunately, it can not be worked around with actionscript. It would require an external javascript fix, and since this is not critical, it will be in the waiting room.

I'm gonna clean up the code and apply it to the sendlink feature also, and then we will be packing up X2.7.1 for release imminently.

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 08:07
by mjau-mjau
I have updated so that the fix now also works for e-mail fields in the SENDLINK form. This is now a release candidate -
https://www.photo.gallery/demo/x2/#/content/contact/

For those of you interested in the fix details, I will not get into detail, but its about checking what keys are being held down, forcing the @ character into the textfield by code, correcting the textfield appropriately and re-setting the cursor index. Here is the code we added:

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 08:32
by s.morelli
mjau-mjau wrote:I have updated so that the fix now also works for e-mail fields in the SENDLINK form. This is now a release candidate -
https://www.photo.gallery/demo/x2/#/content/contact/
Hi,
everything is working fine now on FF 4.01, but I'm having problems with Safari 4.0.3 (531.9.1) and Chrome 4.0.249.89.

In Safari text input works well, but the only way to move from one field to another is to use the tab key. Also the Share Button is not working.

In Chrome no key is working except @. Share Button is ok.

Stefano

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 09:07
by mjau-mjau
s.morelli wrote:In Safari text input works well, but the only way to move from one field to another is to use the tab key. Also the Share Button is not working.
What keys do you normally use to move between fields? This is what TAB is for ... you can not click with the mouse? I did not add anything to the code that may affect field selection, that's for sure ...

And what about share button? Nothing has changed in regards to share button for a long time. Can you explain the problem? Did you empty your cache? make sure wmode is active in the version that Chrome loads?
s.morelli wrote:In Chrome no key is working except @. Share Button is ok.
No key is working? I don't see how this is possible - Its not like I changed the textfields or anything. You mean you can't add any other character than @ to ANY of the fields (including non-email fields)?

Seems to me like something entirely different ... The fixes I did are not browser-sensitive.

Re: V2.7 - Contactform - Firefox 4.0.1

Posted: 01 Jun 2011, 12:53
by mjau-mjau
Imagevue X2.7.1 released with this fix:
viewtopic.php?f=26&t=6879&p=26665#p26665