tracker issue : CF-3040924

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

Bug 82055:Nesting of cflayout creating issue with coldfusion

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): pritesh patel / pritesh patel (Pritesh patel)

Created: 02/11/2010

Components: Language, Tags

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,251028 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Nesting of cflayout creating issue with coldfusion.navigate.For more information view below linkhttp://www.thecfguy.com/post.cfm/nesting-of-cflayout-creating-problem-with-coldfusion-navigate
Method:

Please read below blog to full explainationhttp://www.thecfguy.com/post.cfm/nesting-of-cflayout-creating-problem-with-coldfusion-navigate

<!--- cflayoutbug.cfm --->
<html>
    <head>
        <script type="text/javascript">
            function loadArea()
            {
                ColdFusion.navigate("area1.cfm","area1");
                ColdFusion.navigate("area2.cfm","area2");
            }
        </script>
    </head>
    <body>
        <cflayout type="vbox">
            <cflayoutarea style="height:200px;overflow:hidden">
                <cflayout type="border" name="borderlayout" >
                    <cflayoutarea position="left" name="area1" style="background-color:##ff00ff;height:100%;width:300px;" collapsible="true" title="Area1">
                    </cflayoutarea>
                    <cflayoutarea position="center"  name="centerarea">
                        <cflayout type="vbox">
                            <cflayoutarea name="toparea" style="background-color:##FF0000;height:60px;width:100%;overflow:hidden"></cflayoutarea>
                            <cflayoutarea name="area2" style="background-color:##FFFF00;height:140;width:100%;overflow:hidden"></cflayoutarea>
                        </cflayout>
                    </cflayoutarea>
                </cflayout>
            </cflayoutarea>
        </cflayout>
        <a href="#" onclick="loadArea()">Load Remote content</a>
    </body>
</html>

Result:

Javascript Error:  Error replacing HTML: element not found

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

Watson Bug ID:	3040924

External Customer Info:
External Company:  
External Customer Name: pritesh patel
External Customer Email: 23C1723345B07F85992015D5
External Test Config: 02/11/2010

Attachments:

Comments: