Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3281958
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:52:26+00:00 2026-05-17T19:52:26+00:00

When i copy paste table from word file, it doesn’t allow me to add

  • 0

When i copy paste table from word file, it doesn’t allow me to add text outside the table.
I follow this procedure
1)copy paste the table from Microsoft word file using “paste word” option in fckeditor.
But after that, if i want to type some text outside the table , fckeditor doesn’t allow me to do so.

the cursor doesn’t go outside of table

thanks for any help, solutions in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:52:26+00:00Added an answer on May 17, 2026 at 7:52 pm

    somehow managed to fix this bug. patchwork 😛

    \editor\dialog\fck_paste.html
    line no 100 inside function Ok(){}

    added some lines at two places

    1)

    else 
        sHtml = oBody.innerHTML ;
    // 25oct2010 added to fix After pasting a table from word it is not possible to navigate outside the table
        if ( oEditor.FCKBrowserInfo.IsIE )
            sHtml+="";
        else
            sHtml+="< br / >";
        //end  25oct2010 added to fix After pasting a table from word it is not possible to navigate outside the table 
            // Fix relative anchor URLs (IE automatically adds the current page URL).
            var re = new RegExp( window.location + "#", "g" ) ;
    

    2)

    range.MoveToBookmark( bookmark ) ;
            range.Collapse( false ) ;
            range.Select() ;
            range.Release() ;
            return true ;
        }
        // 25oct2010 added to fix After pasting a table from word it is not possible to navigate outside the table
        if ( oEditor.FCKBrowserInfo.IsIE )
            sHtml+="";
        else
            sHtml+="< br / >";
        //end  25oct2010 added to fix After pasting a table from word it is not possible to navigate outside the table
        oEditor.FCK.InsertHtml( sHtml ) ;
    

    Note: make the br tag proper at these lines sHtml+=”< br / >”;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to copy a file from A to B in C#. How do
I have a big problem. I want to extract text from html table that
Can I get some help interpreting / implementing the answers at: Copy/Paste from Excel
How do you customize the Copy/Paste behavior in Visual Studio 2008? For example I
How can I copy and paste in irb (Interactive Ruby Shell) on Windows?
It's generally accepted that copy and paste programming is a bad idea, but what
I've been a bad programmer because I am doing a copy and paste. An
When I create a graph after using range.copy and range.paste it leaves the paste
I need to copy about 40 databases from one server to another. The new
When I fetch data from a feed I store it in a table, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.