Bug #15245
closed
navframe moves to the right if 'setup.override.navFrameResizable = 1' is set in User TSConfig
Added by Peter Klein almost 19 years ago.
Updated about 6 years ago.
Description
If the navframe (the bar between the pagetree and the content area in BE) is set to be resizable, then the position of the navframe changes when the page reloads. (The navframe moves more and more to the right.)
Try setting this User TSConfig on your admin account.
setup.override.navFrameResizable = 1
Then switch between an item in the "Web" module and the "Files" module, and you'll notice how the navbar moves more and more to the right..
(issue imported from #M1949)
Hey Peter,
does this still apply to 4.2 and the new backend?
Yes. the bug is still there in 4.2 (Using FireFox 2 as browser)
On your BE account, set this in the User TSConfig:
setup.override.navFrameResizable = 1
Then try switching between "Page" and "Filelist" , and you'll notice the divider bar between the page/filetree and the content frame, is moving to the right.
I am unable to reproduce this in 4.2-branch and trunk (r5064) with FF3 and Opera 9.63.
There is however a static offset added to the frame width in typo3/alt_mod_frameset.php line 99:
// Setting resizing flag:
$this->resizable = $BE_USER->uc['navFrameResizable'] ? TRUE : FALSE;
// Setting frame width:
if (intval($this->fW) && $this->resizable) { // Framewidth from stored value, last one.
$width = t3lib_div::intInRange($this->fW,100,1000)+10; // +10 to compensate for width of scrollbar. However, width is always INSIDE scrollbars, so potentially it will jump a little forth/back...
If this bug still exists, this code might be a starting point. $this->fW can be set from a GP var, but I was unable to see when this is used (just did a quick search).
Resolved, unable to reproduce after 3 month without feedback.
Please reopen if this issue still exists.
- Status changed from Resolved to Closed
Also available in: Atom
PDF