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

Rad Editor moving <STRONG> tag

1 Answer 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 26 Apr 2010, 05:21 PM
I have a rad editor, and I use the template manager within it to help Product Writers write significant information in a short period of time. I'm using the recent version of the editor. When I add a template which contains HTML tables, and want to upper-left justify the left column, I right click on the table and go to "Cell Properties". I use the "ctrl" key to highlight all cells on the left hand side of the table (two column table). Select the alignment drop down, and change it to upper-left justification. After I click OK, it moves the ending strong tag from before the table definition, to after the table definition, making the whole table enveloped in a strong tag, making everything on the right side of the table, bold text. I know that it's because of the break points before the strong tag, because when I take them out, it stays in the same place. Can you answer the question of how come the </STRONG> tag moves? We never highlight above the table as we're using the table manager. When you highlight text, it might enclose break points inside of whatever text you're manipulating, which is how this became a problem.

-- Template
<P><FONT style="FONT-SIZE: 14px" color=#007dca><STRONG>Title of Object</STRONG></FONT><BR>Description of Object.<BR><BR><STRONG><FONT color=#007dca>Title of Object again for reference</FONT><BR><BR></STRONG
<TABLE> 
<TBODY> 
<TR> 
<TD style="WIDTH: 250px"
<UL class=ulolProdDesc
<LI><STRONG>Title 1</STRONG></LI></UL></TD
<TD>Desc 1</TD></TR
<TR> 
<TD style="WIDTH: 250px"
<UL class=ulolProdDesc
<LI><STRONG>Title 2</STRONG></LI></UL></TD
<TD>Desc 2</TD></TR
<TR> 
<TD style="WIDTH: 250px"
<UL class=ulolProdDesc
<LI><STRONG>Title 3</STRONG></LI></UL></TD
<TD>Desc 3</TD></TR
<TR> 
<TD style="WIDTH: 250px"
<UL class=ulolProdDesc
<LI><STRONG>Title 4</STRONG></LI></UL></TD
<TD>Desc 4</TD></TR
</TBODY></TABLE></P> 

1 Answer, 1 is accepted

Sort by
0
Accepted
Stanimir
Telerik team
answered on 29 Apr 2010, 09:45 AM
Hi Alex,

Thank you for the provided information. Indeed I was able to reproduce the problem, so I logged it in our bug-tracking system. In addition I created a Pits issue which you can follow by its ID: 1990

Sincerely yours,
Stanimir
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.
Tags
Editor
Asked by
Alex
Top achievements
Rank 2
Answers by
Stanimir
Telerik team
Share this question
or