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

RadTextBox as Multiline input & IE7

2 Answers 76 Views
Input
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 24 Jun 2008, 11:23 AM
I have a form that is constructed programmatically. The page works fine under IE6 and FF. In IE7 any RadTextBoxes that are added with TextMode = Multiline don't show.

Examining the page as best as I can with the brain-dead IE DevToolBar suggests that when the page is rendered in IE7 there is a bit of extra CSS added to the page. Specifically, the style "visibility:hidden !important" is added.

I've get EnableEmbeddedSkins=false and a properly formatted skin file is in the correct place.

If you look at this screenshot you'll see that the style I mentioned. This is a "Style Trace" for that style item. As you can see, this is coming from a WebResource. The same code, as I've suggested, viewed in, say, FF3, looks fine.

I'm trying to work out what set of circumstances cause this to happen ('cos it doesn't if you just bung a RadTextBox on a page) but if anyone recognises this issue and wants to offer a suggestion, please do.

--
Stuart

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Jun 2008, 01:56 PM
Hello Stuart,

Thank your for the screenshots and outline of your research. The mysterious CSS file is the FormDecorator's common CSS file (radfd...) We are aware of this problem and a workaround is available in the attached sample page in this forum thread:

http://www.telerik.com/community/forums/thread/b311D-bekebd.aspx

The issue will be fixed for our next release. Sorry about the inconvenience.


Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan
Top achievements
Rank 1
answered on 24 Jun 2008, 02:02 PM
Dimo,

Talk about synchronicity! I'd just discovered what the problem was being caused by when your email turned up.

Thanks. I'm off to check out the reference now.

--
Stuart
Tags
Input
Asked by
Dan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Dan
Top achievements
Rank 1
Share this question
or