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

ie8 - combobox in popup window issue

2 Answers 70 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rafał
Top achievements
Rank 1
Rafał asked on 22 Jun 2009, 09:38 AM
Hello
I've noticed a following bug in Internet Explorer 8:

scenario:
  1. my page contains RadGrid;
  2. after clicking a row in the grid popup window (RadWindow) is opened
  3. the popup contains a combo box
  4. move the popup to position where combobox from the popup overlays a clickable element (a row in RadGrid in this case) of parent page

when clicking several areas of combo box (especially right side of text displayed in combo box) we get a click on the element from the parent page (in this case we get a click on the RadGrid row)

this issue considers only Internet Explorer 8

this issue can be also reproduced on telerik examples site:
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx
please see screen:http://img221.imageshack.us/img221/1415/windowwithcomboie8.jpg



2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Jun 2009, 12:11 PM
Hi RafaƂ,

This behavior is due to a bug in IE and the good news is that is has been already fixed in our internal builds - the problem will not exist in Q2 2009. With the current version, there is an easy workaround for it - just set the Overlay property of the RadWindowManager to true. This property is used when RadWindow is shown over flash controls and basically it puts another IFRAME behind the RadWindow.

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rafał
Top achievements
Rank 1
answered on 22 Jun 2009, 12:27 PM
Setting Overlay property of RadWindowManager solved my problem.
Thank you for quick response.
Tags
Window
Asked by
Rafał
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Rafał
Top achievements
Rank 1
Share this question
or