Ticket #7441 (closed Bug: fixed)
Changeing table properties when cursor inside <caption> failes
| Reported by: | Saare | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Tables | Version: | 3.0 |
| Keywords: | Cc: |
Description
Load the following content and selection:
<table border="0" style="width: 150px;"> <caption style="border:solid 1px black"> Table^ title</caption> <tbody> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
- Right click and select table properties.
- Click OK.
JS error is thrown.
Not a recent regression.
Change History
Note: See
TracTickets for help on using
tickets.

Under IE8,error is thrown when OK is pressed