This question is locked. New answers and comments are not allowed.
Hello,
I have a problem using Jquery UI Resizable particularly the resizable textarea sample. Before I was using the version 2010.1 309 and my problem was that the resizable textarea will not load (or rather height, width, left, etc2x. was not properly set ) if the textarea is on the second or on the unselected tab. If the textarea is on the selected tab and the page loads it works fine. This I was able to fixed this through CSS:
.t-tabstrip .t-content {
visibility: hidden;
zoom: 1;
left:-10000px;
position:absolute;
width: 0px;
top:-10000px;
}
.t-tabstrip div.t-state-active {
position: inherit;
left: 0px;
width: inherit;
visibility: visible;
}
Now when I updated my Telerik to beta version of Q2 2010 my CSS solution will not work. It seems that the controls on the unselected tab are not rendered? Not sure on this one.
Note: I know that this is a beta but I need to update to this version because of some components and fixes that are not available in the Q1.
Many thanks in advance,
Junie
I have a problem using Jquery UI Resizable particularly the resizable textarea sample. Before I was using the version 2010.1 309 and my problem was that the resizable textarea will not load (or rather height, width, left, etc2x. was not properly set ) if the textarea is on the second or on the unselected tab. If the textarea is on the selected tab and the page loads it works fine. This I was able to fixed this through CSS:
.t-tabstrip .t-content {
visibility: hidden;
zoom: 1;
left:-10000px;
position:absolute;
width: 0px;
top:-10000px;
}
.t-tabstrip div.t-state-active {
position: inherit;
left: 0px;
width: inherit;
visibility: visible;
}
Now when I updated my Telerik to beta version of Q2 2010 my CSS solution will not work. It seems that the controls on the unselected tab are not rendered? Not sure on this one.
Note: I know that this is a beta but I need to update to this version because of some components and fixes that are not available in the Q1.
Many thanks in advance,
Junie