turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
59 stars 50 forks source link

Basic Word Table insertion failed #667

Open Dennis-Bezold opened 2 years ago

Dennis-Bezold commented 2 years ago

Hi, I tried to import a basic 3x3 Table with the import from word function and get the following error in devtools.

js.php?t=dokuwiki&tseed=dcb162d250ef6a22f68e11500fc4958c:1 

       Uncaught Parse Error: <o:p></o:p></td>
            <td>Test<o:p></o:p></td>
            <td>test<o:p></o:p></td>
        </tr>
        <tr>
            <td>d<o:p></o:p></td>
            <td>d<o:p></o:p></td>
            <td>d<o:p></o:p></td>
        </tr>
        <tr>
            <td>a<o:p></o:p></td>
            <td>a<o:p></o:p></td>
            <td>a<o:p></o:p></td>
        </tr>
    </tbody>
</table>
</div>

Also when I'm using the HTML Blocks I get the same error.

Please let me know if you need more information or example files

turnermm commented 2 years ago

Sorry, but there are no guarantees importing from Word. This is not valid HTML. What did the original look like?