You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Mike Müller (JIRA)" <ji...@apache.org> on 2010/09/07 09:35:35 UTC

[jira] Updated: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

     [ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Müller updated SLING-1645:
-------------------------------

    Fix Version/s: Sling Explorer 1.0.0

> jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox
> -------------------------------------------------------------------------------
>
>                 Key: SLING-1645
>                 URL: https://issues.apache.org/jira/browse/SLING-1645
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>         Environment: Firefox
>            Reporter: Clemens Wyss
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: Sling Explorer 1.0.0
>
>         Attachments: explorer.js.diff, jQuery_explorer_in_FF.png
>
>
> when launching the explorer in Firefox the root nodes are being "replicated" beneath the root nodes. See screenshot.
> reason:
> On the repo's root function init_load unnecessarily calls loadPath with an empty path. jQuery's $('p#') maps to all p's and ppends the root nodes to all root nodes
> workaround:
> in loadPath, check whether it is being called with an empty path, i.e. for root

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.