| 31 May 2011, 11:20 | |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
I think maybe I have created a fix. Anyone with this problem, please test the contact form:
http://imagevuex.com/demo/x2/#/content/contact/ (please make sure to empty/delete your browser cache so that it loads the latest version) _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 31 May 2011, 11:48 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Joined: 26 May 2011
Posts: 5 Italy |
I think maybe I have created a fix. Anyone with this problem, please test the contact form: http://imagevuex.com/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 _________________ www.stefanomorelliphoto.com |
| 31 May 2011, 11:53 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 17 Jan 2011Posts: 31 |
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 |
| 31 May 2011, 11:55 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 29 Sep 2006Posts: 129 France |
same here
|
| 31 May 2011, 20:59 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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: http://imagevuex.com/demo/x2/#/content/contact/ (please make sure to empty/delete your browser cache so that it loads the latest version) _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Jun 2011, 01:01 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 17 Dec 2010Posts: 350 |
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: http://imagevuex.com/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 _________________ http://portfolio.grimur.net |
| 01 Jun 2011, 01:51 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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 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. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Jun 2011, 02:18 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 17 Jan 2011Posts: 31 |
It works ! Good work !
Now, we might open a new topic named "V2.7 - Scrollbar - Firefox 4.0.1" |
| 01 Jun 2011, 02:42 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 17 Dec 2010Posts: 350 |
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 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 _________________ http://portfolio.grimur.net |
| 01 Jun 2011, 02:45 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Experienced Joined: 17 Dec 2010Posts: 350 |
It works ! Good work ! Now, we might open a new topic named "V2.7 - Scrollbar - Firefox 4.0.1" 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 _________________ http://portfolio.grimur.net |
| 01 Jun 2011, 02:55 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Jun 2011, 04:07 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
I have updated so that the fix now also works for e-mail fields in the SENDLINK form. This is now a release candidate -
http://imagevuex.com/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: http://pastebin.com/iBh4fKQB _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Jun 2011, 04:32 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Joined: 26 May 2011
Posts: 5 Italy |
I have updated so that the fix now also works for e-mail fields in the SENDLINK form. This is now a release candidate - http://imagevuex.com/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 _________________ www.stefanomorelliphoto.com |
| 01 Jun 2011, 05:07 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
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? 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. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 01 Jun 2011, 08:53 | Re: V2.7 - Contactform - Firefox 4.0.1 |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
Imagevue X2.7.1 released with this fix:
viewtopic.php?f=26&t=6879&p=26665#p26665 _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |




