Skip to main content
Known Participant
July 3, 2013
Question

IE10 vs. CFLAYOUT spins browser?

  • July 3, 2013
  • 1 reply
  • 1313 views

Spent past 12 weeks building web site using a ton of CFLAYOUT's; which are new to me. 

Developed in Google Chrome.

Today someone told me it was spinning.  In IE10.

Removed code chunks bit by bit.  Til I found the culprit.

Then I built an incredibly simple test template ...

                      <cflayout type="tab"

                        align="left"

                        name="eventdet"

                              tabHeight="100px"

                        tabPosition="top"

                              HEIGHT="900"

                              WIDTH="800"

                              style="font-verdana;color:silver;font-size:30px;font-style:italic;width:100px"

                    >

                    <cflayoutarea

          closable="false"

    disabled="false"

    inithide="false"

    name="string"

    selected="false"

    title="When / where">

          

           <table width="700">

           Test

           </table>

           </cflayoutarea>

 

                    </cflayout>

 

It spins.

Can it really be that CFLAYOUT is not compatible with IE10?  Yet is under Firefox and Chrome?

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
July 6, 2013

I have run your code on IE 10.0.9200.16618, and have found no evidence of "spinning". What about updating IE (through Windows Update)?

Known Participant
July 6, 2013

Ok, this IS odd then.  Just updated per your idea, to 10.0.9200.16618  and the same spinning occurs.