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

Lives example not working in Opera

1 Answer 35 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
SungamRammah
Top achievements
Rank 1
SungamRammah asked on 04 Jan 2008, 09:22 PM
I am using Opera 9.25 and am testing the RadControls 'Prometheus' for ASPNET Q3 2007 Live Examples.
In the Splitter - Outlook integration demo I get a rendering problem
It seems like the top nested pane does not stop bu continue down superimposing itself on the bottom pane.

/Best regards, Magnus

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 07 Jan 2008, 12:48 PM
Hi SungamRammah,
The problem is caused by the fact that the RadPane in question has Scrolling set to "Y". When this property has a value of "X" or "Y", the styles applied to the DIV element, holding the content are:
overflow-x: auto;  
overflow-y: hidden; 

and
overflow-x: hidden;  
overflow-y: auto; 

As the current version of Opera does not support these style attributes, you get the described layout problem.

I forwarded the problem to our developers and we will make sure that in these cases, both scrollbars are visible (overflow: auto;). For the time being, I would recommend that you use only Scrolling set to "Both" or set to "None".

I have updated your Telerik points for the report.

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
SungamRammah
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or