Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-11-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Benni Mack over 16 years ago

Hey Peter,

does this still apply to 4.2 and the new backend?

Actions #2

Updated by Peter Klein over 16 years ago

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.

Actions #3

Updated by Christian Kuhn over 15 years ago

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).

Actions #4

Updated by Christian Kuhn over 15 years ago

Resolved, unable to reproduce after 3 month without feedback.

Please reopen if this issue still exists.

Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF