Opened 13 years ago
Closed 12 years ago
#8795 closed Bug (fixed)
tableresize not working correctly when the editor's horizontal scroll bar is scrolled
Reported by: | Teresa Monahan | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.5 |
Component: | Core : Tables | Version: | 3.6 |
Keywords: | IBM | Cc: | Damian, Satya Minnekanti |
Description
To Reproduce:
- Open _samples/tableresize.html in any browser and insert a table that is wider than the editor so that a horizontal scroll bar is displayed e.g. 2000px with 10 columns.
- Without moving the scroll bar, move the mouse over the border between the 1st and 2nd column. See that the resize cursor displays correctly.
- Move the horizontal scroll bar slightly and hover the mouse over the border between the 1st and 2nd column again.
Problem: The resize cursor does not display. If you hover the mouse slightly after the column border, the resize cursor will display.
The resize cursor needs to take the horizontal scroll position into account and offset the column border by that amount.
Ticket #6615 describes a similar issue in IE without the scroll bar so this may be related.
Attachments (1)
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.3 (SVN - trunk) → 3.6 |
Changed 12 years ago by
Attachment: | 8795.patch added |
---|
comment:2 Changed 12 years ago by
Component: | General → Core : Tables |
---|---|
Milestone: | → CKEditor 3.6.5 |
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:3 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7611] on trunk.
Reproducible from CKEditor 3.6 rev [6904].
It was behaving like that way from the first time table resize plugin was introduced.
NOTE: after moving scroll bar it is impossible to resize the table despite resize cursor. You have to get back to previous position to resize table.