In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
42 [In-Portal CMS] Front End bug report always 2009-06-03 14:10 2009-10-03 07:56
alex  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.0.0  
0
0000042: Vertical scrollbar, when content block edit window is opened on Front-End
When Front-End page have a lot of data, then scrollbars are displayed. When using "Edit" button (to edit cms block content) button on such page, then cms block edit form is opened (it's ok). Problem happens, when you try to maximize this window. Maximized window position and size are calculated based on window size when scrollbars are not present. In this case scrollbar brokes all calculations.

I propose to do following (in thickbox.js in "core/admin_templates/js" folder):
1. Set "overflow: hidden", when first windows is opened.
2. Set it back to original value, when last windows is closed.

This will help to prevent vertical scrollbar when window is maximized (like FCKEditor).
Issue History
2009-10-03 07:56 administrator Note Added: 0000669
2009-10-03 07:56 administrator Status resolved => closed
2009-06-21 13:25 alex Fixed in Version => 5.0.0
2009-06-21 13:24 alex Note Added: 0000101
2009-06-21 13:24 alex Status needs work => resolved
2009-06-21 13:24 alex Resolution open => fixed
2009-06-21 13:24 alex Changeset attached RC r11876
2009-06-21 13:02 administrator Note Added: 0000099
2009-06-21 13:02 administrator Status needs feedback => needs work
2009-06-21 00:28 Dmitry Note Added: 0000098
2009-06-21 00:28 Dmitry Status reviewed and tested => needs feedback
2009-06-21 00:27 Dmitry version => 5.0.0
2009-06-21 00:27 Dmitry Target Version 5.0.1 => 5.0.0
2009-06-07 06:40 alex Reproducibility @70@ => always
2009-06-06 23:12 Dmitry Note Added: 0000028
2009-06-06 23:12 Dmitry Assigned To => alex
2009-06-06 23:12 Dmitry Status active => reviewed and tested
2009-06-06 23:12 Dmitry Target Version => 5.0.1
2009-06-03 14:10 alex New Issue

Notes
(0000028)
Dmitry   
2009-06-06 23:12   
Yes, let's try to fix this in 5.0.1 using proposed solution.
(0000098)
Dmitry   
2009-06-21 00:28   
Test proposed with FireBug and this will be a beautiful solution.

For that reason moved this to 5.0.0 since this will also fix scrolling-down issue on the same page.

Question - is this a new Js you are proposing for putting in? Couldn't find thickbox.js in "core/admin_templates/js" folder.
(0000099)
administrator   
2009-06-21 13:02   
Ups, file "thickbox.js" is in "core/admin_templates/js/jquery/thickbox" folder.
(0000101)
alex   
2009-06-21 13:24   
Fix committed to RC branch. Commit Message:

Fixes 0000042: Vertical scrollbar, when content block edit window is opened on Front-End
(0000669)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.