This is a migrated thread and some comments may be shown as answers.

IE 10 drop down rendering issue

7 Answers 135 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 25 Sep 2012, 09:11 PM
I'm seeing an issue w/ IE 10 (released w/ Win 8) and toolbar drop-downs. I'm using the latest build (Q2 '12 SP2) and it's also reproducible on Telerik's demo pages:

http://demos.telerik.com/aspnet-ajax/toolbar/examples/functionality/firstlook/defaultcs.aspx 

With drop-downs an IE 10, as the drop-down menu animated and is shown, the background <iframe> is visible in such a way that it is very noticeable as it covers the area that will be filled by the entire drop-down menu. This is visible for about 1/2 a second, depending on computer speed. To reproduce, go to the above link and click on the New menu. I've attached a screen shot that I took by manually hiding the <div> menu so you can see what I'm seeing for that 1/2 second of animation as the drop-down menu opens.

I was hoping that SP2 took care of all remaining IE 10 issues, but this is still present. Please advise and/or let me know if any of this is unclear.

Thanks!

- Mike Oliver
 

7 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 28 Sep 2012, 12:52 PM
Hi Mike,

Indeed the behavior that you describe seems to be an issue related to the RadToolBar control. I forwarded your request to our development team so that they can inspect it thoroughly and fix it for the up coming release of our controls.  

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Mike
Top achievements
Rank 1
answered on 28 Sep 2012, 12:54 PM
Great. Thanks. By the way - it also happens with the RadContextMenu control.

- Mike
0
Kate
Telerik team
answered on 28 Sep 2012, 01:49 PM
Hello Mike,

Thank you for pointing that one out as well. We will investigate the issue with our controls and fix it for the future release.

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Andreas
Top achievements
Rank 1
answered on 01 Oct 2012, 07:58 PM
Hi,

Is this iframe really needed in IE7 and above, and if not is it safe to disable this entirely until it is fixed?
We did the following in toolbar load:
var arrItems = toolbar.get_allItems();
    for (var i = 0; i < arrItems.length; i++)
    {
        var slide = arrItems[i]._slide;
        if (slide && slide._overlay)
        {
            slide._overlay.dispose();
            slide._overlay = null;
        }
    }

Regards
Caesar
0
Ivan Zhekov
Telerik team
answered on 05 Oct 2012, 09:02 AM
Hello,

The iframe is there to tackle certain stacking (z-index) issues with IE. In short, it's needed so the dropdown is always positioned on top of other elements. Removing the iframe will cause dropdowns of both the menu and toolbar to slide beneath the elements and not on top.

We do have a partial fix for this and we'll include it in the Q3 release to ensure proper behaviour when running IE10 in Win8.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Santosh Bachuwar
Top achievements
Rank 1
answered on 19 Mar 2013, 12:25 PM
Any resolution yet with respect to the menu?
0
Ivan Zhekov
Telerik team
answered on 22 Mar 2013, 02:02 PM
As of now, we do not have a fix for this issue.

What Andreas has offered as a solution is by far a good solution, should you want to remove the Iframe.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolBar
Asked by
Mike
Top achievements
Rank 1
Answers by
Kate
Telerik team
Mike
Top achievements
Rank 1
Andreas
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Santosh Bachuwar
Top achievements
Rank 1
Share this question
or