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

Issue in Editor over Chrome bowser.

7 Answers 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Amrut
Top achievements
Rank 1
Amrut asked on 28 May 2015, 08:15 AM

I have come across a problem with the editor when adding a table or using the table wizard over chrome browser.

We have recently upgraded the telerik controls from V 2013 to v2015.1.401. After upgrade new version that some functionality are messed up in chrome browser like Image and Tables resize functionality by dragging is not working. Please follow below points to reproduce the issue.

On the Editor page,

from Design view go to HTML view,switch back to Design view, add a table or use table wizard.
Then try to increase/decrease table size with mouse.That Mouse/cursor is not left that table position.

Please refer link : http://screencast.com/t/UMOa20tGyv

The above issue found on on telerik demo site as well.


7 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 01 Jun 2015, 12:27 PM
Hello Amrut,

I tested the same situation with this online demo, but to no avail. Resizing of the table works fine on my end—http://screencast.com/t/XuOEoRhor9.

Are there any additional steps that I should follow in order to reproduce it.

Regards,
Ianko
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
Amrut
Top achievements
Rank 1
answered on 01 Jun 2015, 12:42 PM

Thanks Ianko for your reply. I am using same version (43.0.2357.81).

As i mentioned  you need to  go to HTML view,then switch back to Design view and add table.

Regards,

Amrut

 

0
Ianko
Telerik team
answered on 05 Jun 2015, 04:34 AM
Hello Amrut,

Indeed, when switching to HTML mode and back to Design the issue is reproducible.

However, testing the same behavior with the BETA demos (http://demos.telerik.com/aspnet-ajax-beta/editor/examples/completehtmlsupport/defaultcs.aspx), the bug seems to be fixed. Therefore, to resolve this, you can safely upgrade to the upcoming Q2 2015 release.


Regards,
Ianko
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
Amrut
Top achievements
Rank 1
answered on 05 Jun 2015, 05:51 AM
Thanks Ianko for your reply. Any approx date for  Q2 2015? So we can convey to team.
0
Ianko
Telerik team
answered on 05 Jun 2015, 12:06 PM
Hello,

The official Q2 2015 version is planned to be live by the end of June.

Regards,
Ianko
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
Amrut
Top achievements
Rank 1
answered on 06 Jun 2015, 08:46 AM
Hello,
We have downloaded beta version and set up a small demo project in VS 2012 and I have noticed that when I send the editor complete html (i.e. <html><head></head><body></body></html> tags, etc...) 
it all gets removed from content when switch back to Design view from HTML view.
Is there a way to stop that the editor not to removed these tags?
As we have saved many templates with full html content which are created in "previous version" as below. 

----------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport">
<title></title>
<style type="text/css">
ul { margin: 0; padding: 0; }
body {
width:100% !important;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
margin:0;
padding:0;
}

@media only screen and (max-width: 639px) {


*[class=templateContainer] {
width:320px !important;
height:auto !important;
}

*[class=width_282]{
width:100% !important;
padding-left:18px !important;
 
}
 }
</style>
</head>
<body style="margin: 0px; padding: 0px; width: 100% !important; -ms-text-size-adjust: 100%; background-color: rgb(197, 227, 251); -webkit-text-size-adjust: 100%;">
<table width="100%" align="center" bgcolor="#c5e3fb" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>

"Main Content"



</td>
</tr>
</tbody>
</table>
</body>
</html>
----------------------------------------------------------------------------------------------------------------------------------------------------------------

So remove tags from content is not proper solution for us, We can't strip any tags from content as stored templates can't able to load without mentioned tags.
Please suggest.

0
Ianko
Telerik team
answered on 08 Jun 2015, 05:40 AM
Hello Amrut,

Thank you for testing the BETA release of RadEditor. The described issue is a bug and it have been already logged with a high priority. It should be fixed for the official Q2 2015 release.

Regards,
Ianko
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
Tags
Editor
Asked by
Amrut
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Amrut
Top achievements
Rank 1
Share this question
or