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

Missing top and bottom border on combo box

5 Answers 71 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sean Cross
Top achievements
Rank 1
Sean Cross asked on 16 Mar 2011, 11:39 PM
I have just upgraded to the 2011q1 controls.  Now all my combo boxes are missing thye top and bottom border.  I originally though is was a problem with my app, but I can reproduce it on a new project.

I created a new Telerik C# MVC 3 aspx accepting all the defaults.  I then added this to my home index page

    <%= Html.Telerik().ComboBox()
            .Name("ComboBox")
            .AutoFill(true)
            .BindTo(new SelectList(Model.Products, "ProductID", "ProductName"))
            .HighlightFirstMatch(true)
            .OpenOnFocus(true)
    %>

and added supporting code to the controler.  The result (and the project) is attached.

Any ideas on how to fix this?

Sean

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Mar 2011, 09:03 AM
Hello Sean,

I am afraid I can't reproduce the described problem in your attached sample. Tested with IE6, IE7, IE8, IE9, Chrome, Firefox 3 and Opera. Am I missing something?

Kind regards,
Dimo
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Sean Cross
Top achievements
Rank 1
answered on 17 Mar 2011, 09:31 PM
Thanks.  It looks like there is something screwed up on my vm.  It looks terrible under IE 8 when developing, but fine under Firefox.  It also looks fine on the live server which is kinda important.

It was ok under the 2010 component set so something may have changed in your code that is exposing some defficiency in my system.  Dunno, but the live version is OK so I can live with it till I rebuild the vm.

Sean
0
Jeff
Top achievements
Rank 1
answered on 20 Apr 2011, 10:01 PM
Hi - I'm seeing the same thing.  What's odd is that when I host the site on my local win7 machine (under VS 2010) and view in IE 8 on my local machine, it looks fine. 

When I publish the site to our Win2008 server, and view via my machine via IE8, I see the missing top/bottom borders.  Strange that where it's hosted would matter at all, so I'm not sure what's going on.  If you find a solution, please post.  I'll do the same.  thanks! 

If it helps, these are the style sheets I'm using...
 
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.windows7.css").Combined(true).Compress(true)))</head>
0
Kevin
Top achievements
Rank 1
answered on 05 May 2011, 11:14 PM
I'm seeing the same thing.  No top border on the combobox in IE8.  Not an issue in FireFox or Chrome.

I am attaching a screen shot.


 
0
Dimo
Telerik team
answered on 06 May 2011, 08:31 AM
Hi all,

Please refer to this forum thread for more information:

http://www.telerik.com/community/forums/aspnet-mvc/combobox/ie-8-compatibility-view-rendering-problem.aspx

Greetings,
Dimo
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
Tags
ComboBox
Asked by
Sean Cross
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Sean Cross
Top achievements
Rank 1
Jeff
Top achievements
Rank 1
Kevin
Top achievements
Rank 1
Share this question
or