David Stretch
Top achievements
Rank 1
David Stretch
asked on 05 Oct 2010, 02:12 PM
Hi,
There appears to be an intermittent bug with the Telerik editor where the text continually shrinks when you re-apply head styles to text.
To reproduce the problem:
- Create a line of text and style it from the drop-down to Heading 5 etc.
- Create another line beneath the first one styled as a different head style.
- Highlight the first line and change the heading style to something different and then back to Heading 5, the text will shrink each time you select a new style.
The HTML generated ends up looking something like this:
<h2>
<h5>
<h5>
<h5>Head</h5>
Head2</h5>
</h5>
</h2>
<p> </p>
It looks like there's a problem with the editor figuring out where in the text you're selecting and surrounding the wrong text with the new tags.
Thanks
There appears to be an intermittent bug with the Telerik editor where the text continually shrinks when you re-apply head styles to text.
To reproduce the problem:
- Create a line of text and style it from the drop-down to Heading 5 etc.
- Create another line beneath the first one styled as a different head style.
- Highlight the first line and change the heading style to something different and then back to Heading 5, the text will shrink each time you select a new style.
The HTML generated ends up looking something like this:
<h2>
<h5>
<h5>
<h5>Head</h5>
Head2</h5>
</h5>
</h2>
<p> </p>
It looks like there's a problem with the editor figuring out where in the text you're selecting and surrounding the wrong text with the new tags.
Thanks
5 Answers, 1 is accepted
0
Hi David,
The reported problem is fixed in the latest version of RadControls for ASP.NET AJAX. Please test the Default example of RadEditor which uses the latest Telerik.Web.UI.dll. If you are able to reproduce the problem, please send us a video which demonstrates the problem and your testing. You can use the free Jing tool to capture and upload the video.
Best regards,
Rumen
the Telerik team
The reported problem is fixed in the latest version of RadControls for ASP.NET AJAX. Please test the Default example of RadEditor which uses the latest Telerik.Web.UI.dll. If you are able to reproduce the problem, please send us a video which demonstrates the problem and your testing. You can use the free Jing tool to capture and upload the video.
Best regards,
Rumen
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
David Stretch
Top achievements
Rank 1
answered on 05 Oct 2010, 03:57 PM
Thanks.
Is it purely the Telerik.Web.UI DLL that needs updating to take advantage of the latest fixes? If I download just that DLL from your link will I be OK?
Is it purely the Telerik.Web.UI DLL that needs updating to take advantage of the latest fixes? If I download just that DLL from your link will I be OK?
0
Hello David,
Yes, you should update only the Telerik.Web.UI.dll. You can download the latest build of RadControls for ASP.NET AJAX (Telerik.Web.UI_2010_2_929_Trial_hotfix.zip) from the Downloads section under your Telerik account and update the Telerik.Web.UI.dll in the bin folder of the project with this one from the latest installation.
All the best,
Rumen
the Telerik team
Yes, you should update only the Telerik.Web.UI.dll. You can download the latest build of RadControls for ASP.NET AJAX (Telerik.Web.UI_2010_2_929_Trial_hotfix.zip) from the Downloads section under your Telerik account and update the Telerik.Web.UI.dll in the bin folder of the project with this one from the latest installation.
All the best,
Rumen
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
David Stretch
Top achievements
Rank 1
answered on 07 Oct 2010, 09:24 AM
Hi,
Unfortunately after removing the old DLL from the GAC and adding this one in, none of our config / customisations seem to take effect any more, we get a floating toolbar with none of our tool selections.
Do I need more than just this DLL to have what I had configured before but with the new bugfixes?
Thanks
Unfortunately after removing the old DLL from the GAC and adding this one in, none of our config / customisations seem to take effect any more, we get a floating toolbar with none of our tool selections.
Do I need more than just this DLL to have what I had configured before but with the new bugfixes?
Thanks
0
Hello David,
Could you please specify which config file / customisations you have made so that I can help you? It will be best to open a support ticket and send a sample working project that demonstrates the problems.
Sincerely yours,
Rumen
the Telerik team
Could you please specify which config file / customisations you have made so that I can help you? It will be best to open a support ticket and send a sample working project that demonstrates the problems.
Sincerely yours,
Rumen
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