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

Insert text before a header at the top of the page

9 Answers 75 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeff Paetkau
Top achievements
Rank 1
Jeff Paetkau asked on 19 Jan 2010, 06:12 PM
Hi,

If I have a header at the top of a page how do I type or paste text before the header without the header style being applied to it?

Thanks,

Jeff

9 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Jan 2010, 01:44 PM
Hi Jeff,

I believe that this is a browser behavior, but to be 100% sure I will need more information about your scenario?

Is this page loaded in RadEditor? If yes, is it possible to paste its content here or open a support ticket and send the page content included in file so that we can examine it. Please, also send us the html of the content that you paste before the header.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jeff Paetkau
Top achievements
Rank 1
answered on 20 Jan 2010, 05:25 PM
Hi,

1) Go to http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

2) In HTML mode replace content with:
<h2>Test</h2>

3) In Edit mode attempt to edit content such that resulting HTML will be approximatly:
This is a
<h2>Test</h2>

 a) In IE type content. Variations on this theme include:
  i) Place the cursor before T and hit return
  ii) Place the cursor on the new line and type "This is a" which appears as a header
  iii) Highlight "This is a" and select "normal" from the header drop down to remove header.
  iv) No effect. Resulting HTML unsatisfactorily is:
<h2>
<p>This is a</p>
Test</h2>

 b) In IE Paste plain text content: Variations include:
   i) Place the cursor before T and paste "This is a" which appears as a header
   ii) Results same as (a) above
   
 c) Attempt to do (a) or (b) in Chrome
  i) Slightly different but simmilar results
0
Dobromir
Telerik team
answered on 25 Jan 2010, 05:36 PM
Hi Jeff,

Thank you for the detailed explanation of the problem. I was able to reproduce it and can confirm that this is a bug. I will log it into our PITS system and we will do our best to fix it for one of the upcoming releases.

Greetings,
Dobromir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jeff Paetkau
Top achievements
Rank 1
answered on 14 Apr 2010, 05:36 PM
Hi,

Could you please post a link to the issue in the PITS so I can track its progress. Thank you.

Jeff
0
Dobromir
Telerik team
answered on 15 Apr 2010, 02:12 PM
Hi Jeff,

I have good news that this problem has been solved in the latest version of RadControls for ASP.NET AJAX Q1 2010. You can verify this on the Live Demos.

Sincerely,
Dobromir
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
Jeff Paetkau
Top achievements
Rank 1
answered on 25 Jan 2011, 07:38 PM
Hi,

Thank you for fixing this issue. However, in the last few releases this issue has regressed.

Please check the latest demo.

Jeff
0
Jeff Paetkau
Top achievements
Rank 1
answered on 26 Jan 2011, 08:17 PM
Hi,

As an addendum to the above, the issue has only regressed in Chrome not IE or Firefox.

Jeff
0
Rumen
Telerik team
answered on 28 Jan 2011, 10:23 AM
Hi Jeff,

I tried to reproduce the problem in the Default demo of RadEditor, but without success.
Can you please see the following video http://screencast.com/t/vf4nCW32f, which shows my test and let me know what I am missing?


Best wishes,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jeff Paetkau
Top achievements
Rank 1
answered on 28 Jan 2011, 06:33 PM
Hi,

After looking into it further it appears to be a different problem but with some similar effects.

Our tools file had this entry (an old default):

    <paragraph name="Clear Header" value="&lt;body>" />

Once I updated it to 

    <paragraph name="Clear Header" value="&lt;p>" />

Our system began behaving as expected.

Thanks again for your help.

Jeff



Tags
Editor
Asked by
Jeff Paetkau
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jeff Paetkau
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or