[ 
https://issues.apache.org/jira/browse/OFBIZ-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998300#comment-12998300
 ] 

Scott Gray commented on OFBIZ-4197:
-----------------------------------

It could be an issue with the category tree which seems to try building the 
tree in js before the div for the tree has been declared.  Could be a race 
between the dom rendering and the js execution?
You could try this:
{code}
function createTree() {
    jQuery(function () {
// becomes
function createTree() {
    jQuery(document).ready(function () {

{code}

> FireFox on the backend (trunk), multiple reloads of product detail shows 
> blank product page
> -------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4197
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4197
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: FireFox 3.6.13 (latest)
>            Reporter: mz4wheeler
>         Attachments: screenshot-1.jpg
>
>
> The reload issue is that if you (in the backend) keep hitting reload
> (after the screen completely renders), while displaying product detail
> (for instance):
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=GZ-2644
> After a few clicks, the product appears blank, possibly(?) related to a cache 
> expiration.
> This does not seem to affect IE or Chrome.  
> I will attach a screen shot.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to