Opened 14 years ago
Closed 14 years ago
#7441 closed Bug (fixed)
Changeing table properties when cursor inside <caption> failes
Reported by: | Sa'ar Zac Elias | 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 (2)
comment:1 Changed 14 years ago by
Component: | General → Core : Tables |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Under IE8,error is thrown when OK is pressed