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

Im trying to copy and paste a table from excel into a word document.
I have a huge text file that is a copy and paste job from
I use UIPasteboard to copy/paste text between two UITextView . Code looks like this:
I have users that require to copy and paste from word (or excel) into
I have a table for tags. Since some users have done copy-paste from our
i have such code (copy paste from wiki). Its multiplication of those big numbers
I have requirement to disable copy/paste/cut operations on a textbox. For this purpose I
I would like two next boxes on a page, You can then copy/paste text
I'm creating a program to transfer text from a word document to a database.
First, I'm just starting to learn MySQL with PHP. My query copy/paste directly from

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.