Display issues with compatibility tags on IE10

Here you can contact the editors of our Extensions site, as well as access infomation relating to this site.

Moderator: JED Team

Forum rules
Forum Rules
READ ME <-- please read before posting, this means YOU.
Locked
User avatar
Bakual
Joomla! Ace
Joomla! Ace
Posts: 1038
Joined: Sun Dec 13, 2009 9:00 pm
Location: Switzerland
Contact:

Display issues with compatibility tags on IE10

Post by Bakual » Thu Nov 29, 2012 6:47 pm

The "Compatibilty" pictures are not showing for me using IE10 on Windows 8.
It looks like this on the extension page:
page.png
and in the edit form:
edit.png
The reason is that the HTML code has empty height and width for this images:

Code: Select all

<div class="caption">Compatibility</div>
<div class="data">
  <span>
    <img src="http://extensions.joomla.org/images/jed/compat_15_native.png" width="" height="" alt="Joomla! 1.5 Native" align="top" />
  </span>
  <span>
    <img src="http://extensions.joomla.org/images/jed/compat_25.png" width="" height="" alt="Joomla! 2.5 Series" align="top" />
  </span>
  <span>
    <img src="http://extensions.joomla.org/images/jed/compat_30.png" width="" height="" alt="Joomla! 3.0 Ready" align="top" />
  </span>
</div>
IE10 translates this empty values to 1px like one can see in the developer tool view:
dev.png
The fix would be to use the correct values:

Code: Select all

width="75" height="16"
You do not have the required permissions to view the files attached to this post.

User avatar
alikon
Joomla! Champion
Joomla! Champion
Posts: 5941
Joined: Fri Aug 19, 2005 10:46 am
Location: Roma
Contact:

Re: Display issues with compatibility tags on IE10

Post by alikon » Thu Nov 29, 2012 7:26 pm

ie10+8
:laugh:
thx for report this
Nicola Galgano
i know that i don't know
www.alikonweb.it

maryamaseman
I've been banned!
Posts: 6
Joined: Mon Jun 17, 2013 2:04 pm

Re: Display issues with compatibility tags on IE10

Post by maryamaseman » Mon Jun 17, 2013 2:24 pm

i have this problem in windows 8 too.
how can i solve it?


Locked

Return to “extensions.joomla.org - Feedback/Information”