tracker issue : CF-3353515

select a category, or use search below
(searches all categories and all time range)
Title:

CFSelect Google Chrome

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/NotWorthEffort

Reporter/Name(from Bugbase): Adam Young / Adam Young (Socen)

Created: 10/25/2012

Components: CFForm, Flash

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server x64

Vote Count: 3

Problem Description:

The Drop down menu is blank when it should contain a list of options. This happens when using CFForm in Flash mode and having CFSelect use a query. I also had the problem with using a CFSelect and manually typing in the option entries.

Any Workarounds:
None that I could find.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3353515

External Customer Info:
External Company:  
External Customer Name: Socen
External Customer Email:  
External Test Config: My Hardware and Environment details:



Server: Xeon socket 1155, 16GB DDR3 1600, WIndows 2008 SP2



Client: Windows 7 Retail SP1, Google Chrome Version 22.0.1229.96 m

Attachments:

  1. October 26, 2012 00:00:00: 1_Form.jpg

Comments:

<cfquery name="GetStates" datasource="TechMedics"> Select ID, State, Short from TechMedic_State </cfquery> <cfform name="serviceorder" height="600" width="530" format="Flash" skin="HaloBlue" timeout="#createTimeSpan(0,1,0,0)#"> <cfselect name="state" label="state" query="GetStates" value="id" display="state" selected="44" width="110"></cfselect> </cfform>
Comment by External U.
17352 | October 25, 2012 05:11:11 PM GMT
I had a similar problem using cfgrid in flash mode; my table didn't populate. I suspect it's a problem with Chrome's flash support though, not CF.
Vote by External U.
17355 | October 26, 2012 10:16:57 AM GMT
CFFORM is used in an application admin page. Some of our users prefer to use Chrome. Users cannot complete the form because options do not populate in any cfselect. This only happens on Chrome. IE and Firefox are working fine.
Vote by External U.
17356 | November 16, 2012 01:09:59 PM GMT
Users cannot complete our forms using Chrome because options do not populate in any cfselect. Large issue due to Chrome popularity.
Vote by External U.
17357 | February 05, 2013 07:48:02 PM GMT
We are not going to make any changes for CFForm for flash format.
Comment by Rupesh K.
17353 | June 09, 2013 11:57:09 PM GMT
cfselect query is not working in Chrome. The form format is html and not flash!
Comment by External U.
17354 | March 20, 2014 12:33:22 PM GMT