Skip to content

Editor is not rendered inside a table cell #66

Description

@hacheni

Hi,

I aml trying to use the editor in a table cell (td tag). However the editor is not visible. When I inspect the DOM tree, only a div is attached to the DOM. here is the DOM fragment

<td align="left" style="vertical-align: top; visibility: visible;">
<span class="k-field v-widget skipped k-field-skipped" style="visibility: visible;">
<div class="v-ckeditortextfield v-widget v-has-width v-has-height" id="3366" style="overflow: hidden; visibility: visible; width: 200px; height: 200px;">
</span>

Also I have this error in the console

SEVERE: (TypeError) : Cannot read property 'getEditor' of undefinedcom.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'getEditor' of undefined

Any idea ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions