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
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)
2)
Note: make the br tag proper at these lines sHtml+=”< br / >”;