[TYPO3-v4] Minutes from the 25th meeting of the release 4.5 team

Steffen Kamper info at sk-typo3.de
Tue Jan 11 00:56:11 CET 2011


Hi,

Am 10.01.2011 23:15, schrieb Ernesto Baschny [cron IT]:
> Viewport CSS/ExtJS bug
> ------------------------------
>
> Steffen is also active in the ExtJS forums and knows who to ask for
> help. Ernesto suggested Steffen to contact some active ExtJS expert to
> take a look at that strange problem we have in our ExtJS viewports: As
> soon as one component hits a link with an anchor, the whole backend
> content is shifted upwards by some pixels ("RFC
> #15771":http://bugs.typo3.org/view.php?id=15771). This can only be fixed
> by reloading the backend. Known places where this happens:
>
> * Editing a constant in the CONSTANT EDITOR
> * In the new EM selecting a local extension and moving to the "File" tab
> (Steffen has no clue why this triggers an anchor link, but probably from
> the embedded code mirror editor in an IFRAME)

i found the problem there and fixed it. It's not related to the other 
bug as this was done by codemirror plugin doing this operation:
editor.win.document.body.lastChild.scrollIntoView();

This cause a scroll of the grid window and cause problems if the 
scrollTop is negative.

vg Steffen


More information about the TYPO3-project-v4 mailing list