In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1158 [In-Portal CMS] Admin Interfaces bug report always 2011-11-07 03:12 2012-07-25 05:32
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B1  
https://groups.google.com/d/topic/in-portal-dev/Uhs-9J9H5aY/discussion
Optimizing ajax requests that are sent to save admin menu frame width
1
0001158: Menu frame resize causes too much ajax requests
In-Portal offers ability for administrator to resize menu frame of Administrative Console.

Latest Firefox version (4.x) triggers onresize event handlers in the middle of the resize process resulting many ajax requests to be sent. Depending on webserver load there could be a case, when ajax request that was sent in the middle would be the one that gets processed last resulting incorrect menu width to be saved.
For now this setting is shared across all website administrators, I suppose it won't be hard to make user-specific.
patch admin_menu_width_saving_fix.patch (1,504) 2011-11-07 03:12
http://tracker.in-portal.org/file_download.php?file_id=1299&type=bug
Issue History
2012-07-25 05:32 alex Note Added: 0005061
2012-07-25 05:32 alex Status resolved => closed
2011-11-07 03:14 alex Changeset attached 5.2.x r14734
2011-11-07 03:14 alex Note Added: 0004135
2011-11-07 03:14 alex Status reviewed and tested => resolved
2011-11-07 03:14 alex Fixed in Version => 5.2.0-B1
2011-11-07 03:14 alex Resolution open => fixed
2011-11-07 03:14 alex Assigned To !COMMUNITY => alex
2011-11-07 03:13 alex Note Added: 0004134
2011-11-07 03:13 alex Status needs testing => reviewed and tested
2011-11-07 03:13 alex Assigned To => !COMMUNITY
2011-11-07 03:13 alex Developer => alex
2011-11-07 03:13 alex Status active => needs testing
2011-11-07 03:13 alex Reference => https://groups.google.com/d/topic/in-portal-dev/Uhs-9J9H5aY/discussion
2011-11-07 03:12 alex New Issue
2011-11-07 03:12 alex File Added: admin_menu_width_saving_fix.patch
2011-11-07 03:12 alex Change Log Message => Optimizing ajax requests that are sent to save admin menu frame width
2011-11-07 03:12 alex Estimate Points => 1

Notes
(0004134)
alex   
2011-11-07 03:13   
Will test all later together.
(0004135)
alex   
2011-11-07 03:14   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001158: Menu frame resize causes too much ajax requests
(0005061)
alex   
2012-07-25 05:32   
Since 5.2.0 version was released.