Opened 15 years ago
Closed 15 years ago
#4948 closed Bug (fixed)
Safari: table properties dialog sometimes does not detect parent table
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.0 |
Keywords: | Confirmed Safari Review+ | Cc: |
Description
Confirmed on Safari 4.0.4/XP3.
Steps to reproduce
- start with the following source:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px; " summary="some summary"> <caption> some title</caption> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
- click on the last cell, make sure that the whole cell is selected (in the elements path there should be "body table tbody tr td br" - note that probably the last "br" element is a problem here)
- click on the "Table properties" item in the context menu
- result: values in dialog are not properly loaded, when "Ok" is pressed, a new table is inserted.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.3 |
---|
comment:2 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 4948.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Safari is the only browser that selected the entire cell when double click inside (not even Chrome), it has the following form of selection when last cell is selected:
We should be able to transform the range into below to be recognized by table dialog.