You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2006/11/20 11:11:03 UTC

[jira] Commented: (TOBAGO-191) mouse hover the column selector in the header produces a javascript error

    [ http://issues.apache.org/jira/browse/TOBAGO-191?page=comments#action_12451272 ] 
            
Volker Weber commented on TOBAGO-191:
-------------------------------------

with commit 477128 this problem should be solved, 
but this commit may introduce another problem with ajax reloading of sheets.
when working on ajax reload I observed problems with delayed loading of style files in IE,
to make it posible to load a sheet on a tab with ajax i added the following into the sheet setup():

      // ToDo: find a better way to fix this problem
      // IE needs this in case of ajax loading of style classes
      var outerDiv = divElement;
      outerDiv.className = outerDiv.className;
      outerDiv.innerHTML = outerDiv.innerHTML;

the last line breaks the columSelector. 

now after commentig this out columnSelector works and now i can't reproduce the style problem,
so maybe this is ok, we need to observe this. 
maybe we need a recursive   element.className = element.className

> mouse hover the column selector in the header produces a javascript error
> -------------------------------------------------------------------------
>
>                 Key: TOBAGO-191
>                 URL: http://issues.apache.org/jira/browse/TOBAGO-191
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: all
>            Reporter: Rainer Rohloff
>         Assigned To: Volker Weber
>         Attachments: tc-columnselector.png
>
>
> mouse hover the column selector in the header produces a javascript error

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