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

bug with Overflow:Hidden

3 Answers 82 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 14 May 2009, 10:03 AM
Hi,

Is there a bug when ur silverlight tag is in somwhere that overflow is hidden i can't see the HTML when i set the SourceURL to google but can see the cursor????

David

3 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 14 May 2009, 10:56 AM
Hello David,

I tired setting the silverlight application to be into a div with style="overflow:hidden", using this code:

 

<div style="height:200px;overflow:hidden;">

 

 

<asp:Silverlight Windowless="true" ID="Xaml1" runat="server" Source="~/ClientBin/SilverlightApplication10.xap" MinimumVersion="2.0.31005.0" Width="100%" Height="100%" /></div>

 

and loaded the Html Placeholder in a Silverlight application. Everything seems to work fine.

Can you send us a project where this problem  is reproducible?

Greetings,
Valentin.Stoychev
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
David
Top achievements
Rank 1
answered on 14 May 2009, 11:54 AM
i can't really as i don't know know what was making it happen as i wasn't doing the design but we toke off all the overflow:hidden in the css and the content came back

David
0
Valentin.Stoychev
Telerik team
answered on 15 May 2009, 06:32 AM
Hello David,

We are not aware of such issue. We will be glad if you send us a project so we can research it.

Sincerely yours,
Valentin.Stoychev
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.
Tags
HTMLPlaceHolder
Asked by
David
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
David
Top achievements
Rank 1
Share this question
or