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

TabStrip display problem on IE 10 with 125% zoom

1 Answer 37 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Charles asked on 06 Dec 2013, 09:42 PM
Hi,

Please check the attached screenshot for the problem.

White vertical lines on some tabs.

Thanks,

Charles

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 Dec 2013, 01:40 PM
Hello Charles,

You are addressing an issue that is not directly related to RadControls, but to the browser's mechanism of zooming of specific HTML elements and this is why we cannot help here. Let me explain that in more details. There are two facts that need to be taken into consideration. First -  zooming resizes pictures as well (here I refer to the sprite images that that are applied in order to achieve the nicely shaped rounded corners) and second - certain percentages of zooming do not resize the picture enough so you get this appearance. For instance, I will take the RadTabStrip control (where a vertical line is shown when zoomed in/out) if the picture for the left corner is 5 pixels wide and if you resize it to 170%, that would be 8.5 pixels. Unfortunately, browsers can not resize the picture to that type of fractions yet, so the resize would either be 8 or 9 pixels. In one case, you will have a perfect look, in the other, you'll have one additional pixel (as demonstrated in the attached image).

The case is almost identical to the controls that you are referring to. However, the case gets more complicated and the appearance gets more distorted since there are more elements involved.

If you, need however, to use the different controls in any other version higher than IE9 you can simply apply CSS3 - border-radius, simple borders and background-colors instead of the sprite images that are currently applied. Thus, zooming the browser will not impact the appearance of the control in the browser.  Another approach that you could also try is to use the simple skin and/or the MetroTouch skin where we did not include sprite images in order to get the look of the controls.

Unfortunately the skins using sprites are just not designed to work when the page/control is zoomed.
However having yours and the rest of the feeback we have gathered, we definitely consider working on this issue.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TabStrip
Asked by
Charles
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or