When, within the RadEditor, we create a new HTML Table, it is invisible. The border widths are zero, the border styles are none.
If we change the border style settings, the table is visible, but finding the newly-created table in the editor pane so as change the border style settings is difficult, since you can't see it. (I usually switch to the html pane, but we can't expect our end-users to do that.
In your demos, the borders of a table within the editor are displayed as solid 1px gray, until you edit them to something else. My guess is that we've somehow made CSS changes somewhere that are causing the behavior we're seeing. But we're having a difficult time tracking down where the table border style settings are defined, when displaying a table within the editor.
Where should we be looking?
If we change the border style settings, the table is visible, but finding the newly-created table in the editor pane so as change the border style settings is difficult, since you can't see it. (I usually switch to the html pane, but we can't expect our end-users to do that.
In your demos, the borders of a table within the editor are displayed as solid 1px gray, until you edit them to something else. My guess is that we've somehow made CSS changes somewhere that are causing the behavior we're seeing. But we're having a difficult time tracking down where the table border style settings are defined, when displaying a table within the editor.
Where should we be looking?