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
Priority: Minor
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.