Image widget and IE9 comparability view

Posted by Community Admin on 04-Aug-2018 17:25

Image widget and IE9 comparability view

All Replies

Posted by Community Admin on 23-Aug-2011 00:00

If IE9 is used in "IE9 comparability view" mode all image widgets on the page get extra spading from the bottom.

My investigation shows that this happens because markup of sfimageWrp block:

                    <div class="sfimageWrp">
    <img id="Footer_C007_ctl00_ctl00_imageItem" src="../../images/default-album/home_slide_1.jpg" alt="" />
 
 
</div>

Extra two lines after img. One line contains space.

Thanks,
Denis.

Posted by Community Admin on 26-Aug-2011 00:00

Hi Denis,

I couldn't reproduce the problem you have described. I have tested with Image and Image gallery widgets as they are the ones which have sfimageWrp CSS class to no avail.

Can you give more details on how to reproduce the problem? Do you use a custom theme, can you reproduce the problem on a new project without any customizations, which widget do you use and how you have configured it, a screenshot will be useful, etc.


Kind regards,
Katia
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Posted by Community Admin on 05-Jan-2012 00:00

I'm having the same problem.  In my case, the layout is positioned, which I believe has something to do with it. 

when I use this code:

jQuery(document).ready(function ()
    jQuery(".sfimageWrp img").load(function ()
        alert(jQuery(".sfimageWrp").height());
        alert(jQuery(".sfimageWrp img").height());
    );
); 

IE 9 in compatibility mode says 159 and 156.  The image is 156px. 

This thread is closed