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

[Solved] Up/Down Arrows Wrap Problem

4 Answers 72 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cyndie
Top achievements
Rank 1
Cyndie asked on 23 Sep 2010, 08:56 PM
I upgraded from the 2010.7.713 open source beta version to the 2010.2.825 developer version and my NumericTextBoxes now have up/down arrows (which they didn't have before or at least they weren't visible anywhere I had these boxes), but the up/down arrows are wrapped around to the next line (see attached image).  Is there an option to hide those or a suggestion on how to fix it?  Browser is IE8.

Thanks.

4 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 24 Sep 2010, 08:51 AM
Hi Cyndie,

It looks like there are some clashing styles on the page. I cannot, however, help much without reproducing it -- can you please send us a sample project that illustrates the issue? You could try removing any custom styles apart from the Telerik ones -- this way you'll know if there are any clashes. When you find the troublesome file, you could try commenting out different sections so that you find the problematic piece of CSS.

Regards,
Alex Gyoshev
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
0
Cyndie
Top achievements
Rank 1
answered on 24 Sep 2010, 01:44 PM
I have narrowed it down to this section of telerik.common  in the Panel section:
.t-panelbar .t-link
{
    line-height: 2.05em;
    padding: 0 1em;
    border-bottom: 1px solid;
    display: block;
    position: relative;
    text-decoration: none;
    zoom: 1;
}

It is apparently a css conflict with having the grid and numerictextbox inside a panel bar.

If I comment out this section, the panel bars look bad, but the up/down arrows do not wrap around and the grouping buttons in my grid also do not wrap around when this section is commented out.
0
Cyndie
Top achievements
Rank 1
answered on 24 Sep 2010, 02:02 PM
I added the following to telerik.command and all is well now:

.t-panelbar .t-grid .t-link, .t-panelbar .t-numerictextbox .t-link
{
    display: inline-block;
    border-bottom: none;
}
0
Alex Gyoshev
Telerik team
answered on 27 Sep 2010, 03:08 PM
Hi Cyndie,

Thank you for the detailed bug information and for posting your solution. We added these styles to telerik.common.css, so that they will be available with the upcoming service pack.

Your Telerik points have been updated.

Best wishes,
Alex Gyoshev
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
NumericTextBox
Asked by
Cyndie
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Cyndie
Top achievements
Rank 1
Share this question
or