Hi Stanimir,

I think you should file a bug about this here:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Editor

Thanks!
--
Ehsan
<http://ehsanakhgari.org/>


On Sun, Oct 9, 2011 at 5:18 PM, Stanimir Stamenkov <[email protected]>wrote:

> Given the following example (see complete attached):
>
> <div contenteditable="true">
>  <table border="1">
>  <tbody>
>    <tr>
>      <th>A</th><th>B</th><th>C</th>
>    </tr>
>    <tr>
>      <td>1.1</td><td>1.2</td><td>1.**3</td>
>    </tr>
>    <tr>
>      <td>2.1</td><td>2.2</td><td>2.**3</td>
>    </tr>
>  </tbody>
>  </table>
> </div>
>
> It doesn't seem possible to insert content before or after the table, using
> Mozilla.  Trying IE, Opera, Chrome and Safari - all seem to allow moving the
> caret before or after the table and insert content outside of the table.  Is
> there a secret key combination to break out of the table in Mozilla?
>
> --
> Stanimir
>
> _______________________________________________
> dev-tech-editor mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-editor
>
>
_______________________________________________
dev-tech-editor mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-editor

Reply via email to