Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2 RC 2
-
Component/s: Web - Templates & Resources
-
Labels:None
-
Environment:FF3.5.7+Ubuntu, FF3.6+XP
-
Difficulty:Unknown
-
Similar issues:
XWIKI-4678Exception when too much data in editor XWIKI-4401Link to wiki page: Page not responding when going back after selecting a search result XWIKI-7137Ctrl+V (Paste) doesn't work in the JumpToPage dialog XWIKI-553In preview mode, the last button "Save & View" is too much on the right XWIKI-8821 XAR export/import takes way too much memory XWIKI-4057LDAP authenticator should not insert wiki name in the returned user Principal when it's the current wiki XWIKI-5439Log too verbose when attempting to register wiki macros with insufficient privileges (for example at wiki startup) XWIKI-6537Paste button doesn't insert text copied from Word in Internet Explorer XWIKI-6421"Search" button is bizarre, and the "create new page/space" input field is too large (gets out of the box) XWIKI-7619Infinite recursion when selecting a tree node if parent chain has cycles
Description
Follow this steps to reproduce:
- go to Main.AllDocs page
- switch to tree view
- paste Blog.WebHome or Panels.WebHome in the input below the tree
The browser hangs. The page is not responding anymore. I have to close the tab. If I paste Main.WebHome everything is fine, so it seems the problem is related to those pages. Also, if I type Blog.WebHome in the input instead of pasting the page is selected fine. On FF3.5.7 with FB1.4.1 I don't get any JavaScript exception. On FF3.6 with FB1.5 I get a "too much recursion" exception in the SmartClient JavaScript code.
Fixed indirectly by
XWIKI-5683.