[embjopr-issues] [JBoss JIRA] Updated: (EMBJOPR-101) Nav tree JS object (Tree.Item) is not ready after page refresh, causing ScriptException: TypeError: Cannot call method "fireExpansionEvent"

Ondrej Žižka (JIRA) jira-events at lists.jboss.org
Tue Mar 17 15:54:24 EDT 2009


     [ https://jira.jboss.org/jira/browse/EMBJOPR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Žižka updated EMBJOPR-101:
---------------------------------

    Description: 
Right after page is loaded and test thread is running, JavaScript function object `Tree.Item` is not initialized yet.

This function is created in an externally loaded file, admin-console/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tree-item.js  .

This problem appears when we click() in tests on some tree node after page load.

It is unlikely that user will be clicking fast enough to trigger this error, moreover IMHO Firefox blocks JS execution until external JS files are all loaded (but not sure), so this is only problem for QA.

Currently we solve this by calling NavTree#waitUntilReady( int intervalMs, int retries )  - e.g. in getNavTreeArrow():
  ejtt.navTree.waitUntilReady(100, 15);

HTMLUnit's JavaScriptEngine#isScriptRunning() doesn't solve this, because AJAX's async calls' TimeOuts are not considered as running javascript (only when the timer's handler is called).



  was:
Right after page is loaded and test thread is running, JavaScript function object `Tree.Item` is not initialized yet.

This function is created in an externally loaded file, admin-console/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tree-item.js  .

This problem appears when we click() in tests on some tree node after page load.

It is unlikely that user will be clicking fast enough to trigger this error, moreover IMHO Firefox blocks JS execution until external JS files are all loaded (but not sure), so this is only problem for QA.

Currently we solve this by calling NavTree#waitUntilReady( int intervalMs, int retries )  - e.g. in getNavTreeArrow():
  ejtt.navTree.waitUntilReady(100, 15);





> Nav tree JS object (Tree.Item) is not ready after page refresh, causing ScriptException: TypeError: Cannot call method "fireExpansionEvent"
> -------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: EMBJOPR-101
>                 URL: https://jira.jboss.org/jira/browse/EMBJOPR-101
>             Project: Embedded Jopr
>          Issue Type: Task
>            Reporter: Ondrej Žižka
>
> Right after page is loaded and test thread is running, JavaScript function object `Tree.Item` is not initialized yet.
> This function is created in an externally loaded file, admin-console/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tree-item.js  .
> This problem appears when we click() in tests on some tree node after page load.
> It is unlikely that user will be clicking fast enough to trigger this error, moreover IMHO Firefox blocks JS execution until external JS files are all loaded (but not sure), so this is only problem for QA.
> Currently we solve this by calling NavTree#waitUntilReady( int intervalMs, int retries )  - e.g. in getNavTreeArrow():
>   ejtt.navTree.waitUntilReady(100, 15);
> HTMLUnit's JavaScriptEngine#isScriptRunning() doesn't solve this, because AJAX's async calls' TimeOuts are not considered as running javascript (only when the timer's handler is called).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the embjopr-issues mailing list