Project

General

Profile

Actions

Bug #22479

closed

Positioning of toolbar elements broken, especially in Safari

Added by Helmut Hummel about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-04-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After introducing the viewport layout to the backend (#22319), the toolbar menu positioning is not correct.

I tested it in Firefox, where the positioning is OK when the backend is loaded, but misplaced by 2px after resizing, and in Safari on Mac where the positioning is misplaced by ~100px after loading and 2px after resizing the window.

See attached Screenshots
(issue imported from #M14144)


Files

Safari_before resize.png (20.2 KB) Safari_before resize.png Administrator Admin, 2010-04-17 16:24
Safari_after_resize.png (21.1 KB) Safari_after_resize.png Administrator Admin, 2010-04-17 16:24
Firefox_before_resize.png (25.1 KB) Firefox_before_resize.png Administrator Admin, 2010-04-17 16:25
Firefox_after_resize.png (26.3 KB) Firefox_after_resize.png Administrator Admin, 2010-04-17 16:25
14144.diff (10.5 KB) 14144.diff Administrator Admin, 2010-04-23 19:48

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #22319: Add Viewport layout to BEClosedSteffen Kamper2010-03-23

Actions
Related to TYPO3 Core - Bug #22606: BE search is brokenClosedSteffen Kamper2010-05-07

Actions
Related to TYPO3 Core - Bug #17997: backend.php top menu broken in Safari 3 when in localhostClosedChris topher2008-01-15

Actions
Actions #1

Updated by Steffen Gebert about 14 years ago

Can reproduce the problem in Safari

Actions #2

Updated by Stefan Galinski about 14 years ago

At least the firefox issue isn't related to the viewport patch! I got the same problem with TYPO3 4.3. I will try to fix the issue anyway...

Actions #3

Updated by Stefan Galinski about 14 years ago

Great! Both bugs are issues with prototype or the current toolbar implementation. Nothing seems to be releated to my viewport patch directly. A patch follows soon...

Actions #4

Updated by Soren Malling about 14 years ago

I guess this is a misspell? :

- Toolbar: null,
+ TopbBar: null,

and

- this.Toolbar = Ext.ComponentMgr.get('typo3-toolbar');
+ this.TopbBar = Ext.ComponentMgr.get('typo3-topbar');

Shouldn't it be

+ TopBar: null,

and

+ this.TopBar = Ext.ComponentMgr.get('typo3-topbar');

without lowercase "b"? Or what is the extra b for ? :)

Actions #5

Updated by Stefan Galinski about 14 years ago

Hi Soren,

You are completely right. I will fix that in a second version of the patch. Currently I must wait for the integration of http://bugs.typo3.org/view.php?id=14195.

Actions #6

Updated by Steffen Kamper about 14 years ago

committed to trunk rev 7521

Actions

Also available in: Atom PDF