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

ListBox Disappears when IE7 is Resized

2 Answers 39 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 13 May 2010, 07:28 PM
I have a page containing four ListBoxes along with several other controls. When the user resizes IE7, the all of the ListBox controls disappear. All other controls are fine - including other Telerik controls. This only occurs in IE7. Everything is fine in FF, Chrome and Safari.

Anyone else experience this? Any help is appreciated.

Thanks,
Brian

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 14 May 2010, 07:36 AM
Hello Brian,

The issue that you experience is due to annoying position:relative bug in IE6 and 7. When container with position:relative is inside scrollable container it will receive position fixed when scrolling. This is precisely the problem that you experience (RadListBox has position:relative). The fix is to apply position:relative to all RadListBox's parent containers that are scrollable. More information on this bug can be found here.

Sincerely yours,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Naresh
Top achievements
Rank 1
answered on 14 May 2010, 04:14 PM
That worked - thank you!
Tags
ListBox
Asked by
Naresh
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Naresh
Top achievements
Rank 1
Share this question
or