[TYPO3-dev] IE8 clickenlarge problems

Dmitry Dulepov dmitry.dulepov at gmail.com
Sat May 16 13:13:15 CEST 2009


Hi!

Franz Koch wrote:
> as there are several JS framworks now in core, how about dropping the
> popup-window and add some lightbox-stuff instead? Or - remove all the
> inline-JS and do all the JS-magic at one central point (onDomReady at
> the bottom of the page) like in all those lightbox clones. I never liked
> the way clickEnlarge was implemented anyway (why pass all HTML
> formatting in the URL?).

We can't use a full–blown ExtJS for this because it will be too large. But we can improve existing solution.

The idea is to use a special table for this. When click-enlarge is generated, it should pass a token to the eID script, not a html. eID will lok up a token, find image information an generate proper markup. Currently the logic is reverted: tslib_cObj makes the markup and eID shows it. It should not be like that.

-- 
Dmitry Dulepov
In the TYPO3 blog: http://dmitry-dulepov.com/article/cleaning-your-apple-mighty-mouse.html
LinkedIn: http://www.linkedin.com/in/dmitrydulepov
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs




More information about the TYPO3-dev mailing list