In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
806 [In-Portal CMS] Admin Interfaces bug report always 2010-07-23 16:01 2010-11-30 12:48
alex  
alex  
normal  
closed 5.0.2  
fixed  
 
none 5.1.1-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e989306f63334248
0
0000806: Tree container functionality doesn't work for ajax-based tree nodes
Here I will talk about left frame of administrative console, where main navigation menu is located. We usually call it "tree", since it looks like one.

There 2 tree node types in tree:

    * folder
    * item

Folder can have items inside them, items can't have anything inside them.
Folders can be containers (folder click actually click on folder's first item) or not (folder click performs click on that folder).
Items of the folder could be defined from the start and could be loaded dynamically via ajax.

When folder contents is static and it is container, then all works.
When folder contents is dynamic and it is container, then folder click happens instead of click on it's first item.

To test need to set 'container' => true and remove 'onclick' ... from main catalog tree folder (defined in "sections_config.php").
patch ajax_container_click_problem.patch (1,889) 2010-07-23 16:01
http://tracker.in-portal.org/file_download.php?file_id=681&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003058
2010-11-30 12:48 Dmitry Status resolved => closed
2010-08-29 04:55 alex Note Added: 0002728
2010-08-29 04:55 alex Status reviewed and tested => resolved
2010-08-29 04:55 alex Fixed in Version => 5.1.1-B1
2010-08-29 04:55 alex Resolution open => fixed
2010-08-29 04:55 alex Assigned To !COMMUNITY => alex
2010-08-29 04:55 alex Changeset attached 5.1.x r13896
2010-07-31 13:06 alex Target Version 5.1.1-B1 => 5.1.1
2010-07-31 13:03 alex Target Version Icebox => 5.1.1-B1
2010-07-30 17:48 Dmitry Note Added: 0002623
2010-07-30 17:48 Dmitry Status needs testing => reviewed and tested
2010-07-23 16:01 alex Assigned To => !COMMUNITY
2010-07-23 16:01 alex Developer => alex
2010-07-23 16:01 alex Status active => needs testing
2010-07-23 16:01 alex New Issue
2010-07-23 16:01 alex File Added: ajax_container_click_problem.patch
2010-07-23 16:01 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e989306f63334248

Notes
(0002623)
Dmitry   
2010-07-30 17:48   
Reviewed and tested good. Please commit.
(0002728)
alex   
2010-08-29 04:55   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000806: Tree container functionality doesn't work for ajax-based tree nodes
(0003058)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.