tracker issue : CF-3037604

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

Bug 75579:(Watson Migration Closure)Ajax UI component should have "onReady" event or something like that

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/

Reporter/Name(from Bugbase): Shigeru Nakagaki / Shigeru Nakagaki (Nakagaki Shigeru)

Created: 02/18/2009

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 1

Problem:

Ajax UI component should have "onReady" event or something like that. Because Ajax UI components are not rendered yet on the end of HTML loading. And we got exceptions when we try to access to Ajax UI components like following code.

<html>
<body>
<cfform name="menuTreeForm">
  <cftree name="menuTree" format="html" completePath="yes" >
    <cftreeitem bind="cfc:cf_samples.DirectoryList.getChildren({cftreeitemvalue},{cftreeitempath})">
  </cftree>
</cfform>
</body>
<script language="javascript" type="text/javascript">
// This will throw a exception. Because Tree isn't ready.
var tree = ColdFusion.Tree.getTreeObject("menuTree");
</script>
</html>



Method:


Result:

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

Watson Bug ID:	3037604

External Customer Info:
External Company:  
External Customer Name: Shigeru Nakagaki
External Customer Email: 929E53204564EBE0992016B8
External Test Config: 02/18/2009

Attachments:

Comments:

This bug has been voted..
Vote by External U.
24022 | November 10, 2011 07:16:34 PM GMT