-
1. Re: CFFormItem Not Visible in Safari on Windows, Chrome
bendder7 Oct 6, 2008 6:06 AM (in response to roughdraft)Hello... have you had any luck getting an answer for this issue... we currently have the same issue. We have a cfformitem type="text" that does not show in the flash form.
Thanks.
BEN -
2. Re: CFFormItem Not Visible in Safari on Windows, Chrome
roughdraft Oct 6, 2008 6:12 AM (in response to roughdraft)I've been told (by Ben Forta no less) that this has been logged as an issue. Otherwise, no, I haven't heard anything. Since our Safari on Windows audience is pretty small we decided to live with it. For now. -
3. Re: CFFormItem Not Visible in Safari on Windows, Chrome
bendder7 Oct 6, 2008 6:19 AM (in response to roughdraft)Thank you very much for the info... -
4. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Superfly-FR Aug 31, 2009 5:16 PM (in response to roughdraft)Hi there,
any news for this topic ?
Unfortunately, last update of flash player did not resolve this issue.
Google Chrome still refuse to display correctly flash forms ...
Any upgrade of CF or tip/trick anywhere ?
-
5. Re: CFFormItem Not Visible in Safari on Windows, Chrome
ajoea5 Jan 29, 2010 6:02 AM (in response to roughdraft)Does anyone have an update on this issue? I still can't get CFFORMITEM to work in the Chrome browser.
-
6. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Adam Cameron. Jan 29, 2010 12:43 PM (in response to ajoea5)Can you post some code that demonstrates this?
--
Adam
-
7. Re: CFFormItem Not Visible in Safari on Windows, Chrome
globalroo Feb 15, 2010 6:10 AM (in response to Adam Cameron.)Even a simple example should demonstrate the issue here.
<cfform format="flash" name="FormItemTest" preloader="false">
<cfformitem type="text">This doesn't display in Chrome.</cfformitem>
</cfform>
It's not just cfformitem either:
http://www.asfusion.com/examples/item/filtering-records-on-a-cfform-grid
Viewed in IE or FF will shows different behaviour than in Chrome. The cfselect doesn't prime itself using the query data.
We've been hit with this problem too. Presently the only advice we can give to users is to use a different browser.
-
8. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Adam Cameron. Feb 16, 2010 12:02 AM (in response to globalroo)Even a simple example should demonstrate the issue here.
<cfform format="flash" name="FormItemTest" preloader="false">
<cfformitem type="text">This doesn't display in Chrome.</cfformitem>
</cfform>
I see what you mean, yeah. There has been a bug raised for this - http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=81584 - you might want to go vote for it.
We've been hit with this problem too. Presently the only advice we can give to users is to use a different browser.
Or, more realistically: you stop using <cfform format="flash"> :-/
--
Adam
-
9. Re: CFFormItem Not Visible in Safari on Windows, Chrome
hemant_kFeb 18, 2010 9:03 PM (in response to Adam Cameron.)
We are investigating this issue. However, it is not an easy issue to fix. Please make sure that you vote for this issue.
Thanks to Adam for providing the link to the bug here.
Hemant
-
10. Re: CFFormItem Not Visible in Safari on Windows, Chrome
3Dgregory-l6Pj6i Feb 24, 2010 8:44 AM (in response to roughdraft)I am having the same problem with a <cfform>. In Chrome and Safari, it is not populating the <cfselect>s with database data.
The <cfselects> are working correctly in Opera, Firefox, and Internet Explorer on Windows.
-
11. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Micha777 Dec 10, 2010 2:20 AM (in response to roughdraft)Hi all,
we have the same problem on http://www.ccli.de/about/contact.cfm and http://www.ccli.co.uk/about/contact.cfm with many different forms.
The CFFormItems are not visible, but also the CFSelect is not populated.
Has anybody found a solution to this? The number of Chrome users we have on our websites is greatly increasing, so we want to do something about it.
It is hard for me to believe that Adobe has not fixed this in this long time period.
If there is no way to fix those flash forms what would be the best and fastest work around? Convert to HTML and basically recreate the form plus include a captcha to prevent spam? Or does anybody have a better way of getting forms these forms to work on all browsers?
I really appreciate your help.
All best,
Micha
-
12. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Kurt48 Feb 15, 2011 1:11 PM (in response to roughdraft)I'm having the same issue with cfform flash format on google chrome. We're running ColdFusion 8. Has this been fixed yet?
It looks like there is also a chrome issue\bug # for this http://code.google.com/p/chromium/issues/detail?id=35220
-
13. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Micha777 Feb 21, 2011 1:17 AM (in response to Kurt48)I heard that this issue has been fixed in CF9. Have a look at http://kb2.adobe.com/cps/847/cpsid_84726.html
81584
cfform (Flash)
Flash forms created using
cfform format="flash"
do not render correctly in Google Chrome.You will have to pay to get this upgrade for your server...
If you buy and install CF9 please let us know if your forms work properly on Google Chrome. -
14. Re: CFFormItem Not Visible in Safari on Windows, Chrome
nicetim Mar 2, 2011 12:50 PM (in response to Micha777)I have a dev server and production server
Dev is at version 9,0,1,274733
I can confirm that this is NOT fixed on my dev server running the Developer version.
Tim
-
15. Re: CFFormItem Not Visible in Safari on Windows, Chrome
CFMow Dec 8, 2011 11:13 PM (in response to roughdraft)Yes, now that Chrome is officially number 2 in the browser world - this is now a much higher profile issue for us as well. To tear down our beautiful tabbed forms at this point is certainly not ideal (to say the least). Thanks.
-
16. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Kurt48 Dec 10, 2011 8:16 AM (in response to CFMow)Yup, this is totally retarted. I've been telling everyone at our company not to use chrome if they want to access our internal websites.
-
17. Re: CFFormItem Not Visible in Safari on Windows, Chrome
archinetprojects Dec 14, 2011 1:32 PM (in response to roughdraft)I am also confirming that on CF9 (enterprise), Flashforms do not work on Chrome and Safari on Windows. Had we known that Flash forms would not be supported across broswers (an assumption you don't usually make with Flash), we never would have implented on our websites. Changing them all to HTML is a real bummer. Yes, going forward, we will never use Flash forms again.
-
18. Re: CFFormItem Not Visible in Safari on Windows, Chrome
Smyrky Feb 7, 2012 4:14 AM (in response to archinetprojects)I'm no techy, but i found that if you use the bind attribute, and don't have the text between the tags, the text will be visible in cfformitem text. eg.
<cfformitem type="text" bind="Enter the candidate's email address and number" style="font-weight:bold;"></cfformitem>
dunno about the dropdown problem though....would be great if someones got an answer for that.
-
19. Re: CFFormItem Not Visible in Safari on Windows, Chrome
jacturne22 Feb 23, 2012 4:01 PM (in response to Smyrky)For not being a techy, you seemed to solved years of anguish. LOL! Thanks, That worked like a charm.