Opened 14 years ago
Closed 14 years ago
#5891 closed Bug (fixed)
Table column resize should work for last column
Reported by: | Lynne Kues | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | |
Keywords: | IBM | Cc: |
Description
When hovering over the right hand side of the last column in a table, the resize handle does not appear. The last column can be sized by sizing the entire table, but from a usability standpoint and what the user would expect, a resize handle should appear for the RHS of the last column.
Version - 3.4 Beta.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Confirmed it fixed at #6017.
It seems we would need quite different approach for table borders then for internal cell borders. It would probably need 2 fake elements, one on each side, or we will provide only limited space, which activates the resize (only inside a table). Alternatively we can track cursor position manually.