?
avatar irbian
irbian
22 Aug 2013

I´ll try to be quick.

Joomla: 2.5.7
IE7
Template bluestork, admin side

When trying to select a user when creating a new messages, I got a blank page when using IE7 (not compatibility mode, but real IE7). After some investigation I found the domready problems with IE and mootools. After some fiddling, I commented out the tooltip behaviour inside the modal user page and I finally get the list instead of a blank page. I guess that the domready broke the IE cause it tried to modify something not ready on the iframe? My solution is not clean, but maybe it helps to make a better solution.

avatar irbian irbian - open - 22 Aug 2013
avatar irbian
irbian - comment - 27 Aug 2013

Relooking the code, I made some changes more that I didn´t comment earlier.

On https://github.com/joomla/joomla-cms/blob/master/libraries/cms/html/behavior.php#L336

Changed domready with load

And on https://github.com/joomla/joomla-cms/blob/master/libraries/cms/html/behavior.php#L343

I added this

,'text/javascript" defer="defer');

From my non really exhaustive tests, I would say that the three lines are the ones generating the problem.

avatar zero-24 zero-24 - close - 13 Oct 2013
avatar brianteeman
brianteeman - comment - 13 Oct 2013

Thanks for reporting this. At this time we are only using github as the place to submit code fixes so I am closing the report here. The actual reporting of issues and testing fixes is still taking place on Joomlacode.

As it has been some time since you opened this issue can you please confirm that it is still valid with the current Master or Joomla 3.2 beta.

If it is still valid please can you open an item on the Joomlacode tracker in the appropriate area.

CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103

CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Removed: ? ?
Build staging

Add a Comment

Login with GitHub to post a comment