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

Tab in RadSlidingZone is cut in new Firefox

2 Answers 27 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Petr
Top achievements
Rank 1
Iron
Petr asked on 22 Dec 2015, 09:57 AM

Hi,

I find that text on tab in sliding zone is not displayed correctly in latest Firefox 43.0.1. 

You can see it also in your demo Splitter Demo only 'Deco' is visible instead of 'Decorate Pages' as it is in other browsers.

 

Please let me know if there is any workaround for this issue.

 

Thank you,

Petr

2 Answers, 1 is accepted

Sort by
0
Accepted
Misho
Telerik team
answered on 24 Dec 2015, 08:44 AM
Hi,

We are aware of this issue and it's already logged in our feedback portal.
It has been already resolved and the fix will be available in the upcoming official Q1 2016 release scheduled for the middle of January.

As a temporary workaround you can use the following CSS:

<style type="text/css">
         .rspPaneTabContainer{
            height: initial !important;
        }
     </style


Best Regards,
Misho
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Petr
Top achievements
Rank 1
Iron
answered on 04 Jan 2016, 03:41 PM

I find that your solution doesn't work in Google Chrome (version 47). I use css hack for FF. This code solved my problems:

 

_:-moz-tree-row(hover), .rspPaneTabContainer
{
  height: initial !important;
}
       
_:-moz-tree-row(hover), .rspPaneTabText
{
  transform: rotate(0deg) !important;
}

 

Thank you for your help,

Petr

Tags
Splitter
Asked by
Petr
Top achievements
Rank 1
Iron
Answers by
Misho
Telerik team
Petr
Top achievements
Rank 1
Iron
Share this question
or