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

[Solved] IE9 Display Issue

5 Answers 133 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rebecca
Top achievements
Rank 1
Rebecca asked on 10 Aug 2011, 11:16 AM
Hi,

I'm using the MVC Treeview control as part of a .NET 4.0 web application and have come across an issue in IE9 where some extra padding is added to the bottom of the control both when you expand/collapse an area and when you hover over an area name. This is then pushing other elements lower down the page. Has anyone else experienced this problem and is there a fix?

Thanks.

5 Answers, 1 is accepted

Sort by
0
Nohinn
Top achievements
Rank 1
answered on 07 Sep 2011, 10:49 AM
I'm having the same issue.
I partially fixed it by setting a max-height css property to the treeview div, and a position:relative attribute to the container of the treeview, but the solution doesn't meet my requirements as I'm using the treeview inside a panelbar and I only want one vertical scroll to show and not both the one from the treeview and the one from the panel container.
0
Dimo
Telerik team
answered on 07 Sep 2011, 11:15 AM
Hello,

We are not familiar with such a problem. Can you please provide some runnable demo or a live URL, which exhibits the described behavior?

By the way, I suspect this occurs only in IE9 Compatibility mode (i.e. IE7). IE9 has all notorious IE 6/7 rendering bugs fixed.

Best wishes,
Dimo
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 >>

0
Mattias
Top achievements
Rank 1
answered on 18 Jan 2012, 11:26 AM
Hello,
I have the same issue. It only occurs in IE9 in IE9 mode.

To reproduce:
  • In IE9 go to http://demos.telerik.com/aspnet-mvc/treeview
  • Use Developer Toolbar to select div with id TreeView and add inline style to the div: "width:50px;"
  • Hover the treeview with the mouse

So, the problem seems to occur when the content of the TreeView is wider than its containers width.

Best regards,
Mattias
0
Dimo
Telerik team
answered on 18 Jan 2012, 12:53 PM
Hello Mattias,

Your issue seems similar to this one:

http://twitter.com/#!/ie9bugs/status/131770982967951360

Regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Mattias
Top achievements
Rank 1
answered on 18 Jan 2012, 01:29 PM
Hello,
Yes, I could reproduce it with an unordered list with links with hover-style also.

So, this is an IE9 bug, not a Telerik bug.

Thanks,
Mattias
Tags
TreeView
Asked by
Rebecca
Top achievements
Rank 1
Answers by
Nohinn
Top achievements
Rank 1
Dimo
Telerik team
Mattias
Top achievements
Rank 1
Share this question
or