tracker issue : CF-3934205

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

CFGRID Problems

| View in Tracker

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

Reporter/Name(from Bugbase): Shan T / Shan T (Shan T)

Created: 02/04/2015

Components: AJAX, UI Components

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Win 2008 Server R2

Vote Count: 0

Problem Description:
When using CFGRID with the APPLET format the results are returned and show on the screen however clicking on a cell to edit, the content of the cell disappears and will then re-appear once I start typing. In addition, I cannot select the contents of the cell to copy the contents.  T

Steps to Reproduce:
Create a CFGRID with the APPLET type defaulted. Return any string in the CFGRID and then try to click on the contents of the cell. Also, try to select the contents of the cell to copy.

The code looks like the following
<CFGRID NAME = "MyGrid
        HEIGHT=400
        WIDTH=500
        HSPACE=0
       VSPACE=0
        ALIGN="ABSMIDDLE"
        SELECTCOLOR="white"
        SELECTMODE="edit"
        ROWHEADERS="YES"
        ROWHEADERWIDTH=50
        ROWHEADERALIGN="right"
        COLHEADERS="YES"
        QUERY="Sortdata"
        GRIDDATAALIGN="left"
        BGCOLOR="white"
        INSERT="NO"
        DELETE="NO"
        SORT="YES"
        MAXROWS=500>
 
 
<CFGRIDCOLUMN NAME="SC1"
            HEADER="SC1"
            WIDTH=50
            ITALIC="NO"
            HEADERALIGN="center"
            HEADERITALIC="NO"
            HEADERBOLD="YES"
            TYPE="NUMERIC"
            NumberFormat="9999.9"
            DISPLAY="YES"
            SELECT="YES">


Actual Result:
Cells in the CFGRID disappear when clicked on and I am unable to select the text in the cell


Expected Result:
The contents of the cell should be visible the whole time and I should be able to copy the text in the cell to paste in other 

Any Workarounds:
Do not use the CFGRID as an Applet and use the HTML format

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

Watson Bug ID:	3934205

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

Windows server 2008 R2 box

 

productlevel   Enterprise

productname  ColdFusion Server

productversion 10,0,14,291717

Attachments:

Comments: