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

IE9 and the infinite splitter scrollbar with treeview

2 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 29 May 2012, 05:03 PM
View this jsfiddle with Internet Explorer 9 and mouse over the items to see the effect:
http://jsfiddle.net/Krt9C/3/

The effect goes away once the treeview has enough room to display all items (the treeview horizontal scrollbar disappears).

Is there a workaround?  Note, IE9 is the only confirmed browser that does this.

2 Answers, 1 is accepted

Sort by
0
Roman
Top achievements
Rank 1
answered on 17 Sep 2012, 06:41 AM
I can confirm this IE bug. It is very annoying. Any news on a bugfix?
0
Nohinn
Top achievements
Rank 1
answered on 17 Sep 2012, 08:08 AM
It is a problem with IE9's engine, you can even try it without using the splitter and treeview, to reproduce it:
- Make a list with a max-height css attribute, overflow auto
- Make one of the items to be long enough as to make the horizontal scrollbar appear
- Apply a hover css to the list items.

The easiest way to fix this issue with the engine is to set to the ul element a min-height of 0%

I have updated the jsfiddle: http://jsfiddle.net/Krt9C/8/
Tags
General Discussions
Asked by
Nick
Top achievements
Rank 1
Answers by
Roman
Top achievements
Rank 1
Nohinn
Top achievements
Rank 1
Share this question
or