Opened 12 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:

  1. 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.
  2. Without moving the scroll bar, move the mouse over the border between the 1st and 2nd column. See that the resize cursor displays correctly.
  3. 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)

8795.patch (2.3 KB) - added by Garry Yao 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.3 (SVN - trunk)3.6

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.

Changed 12 years ago by Garry Yao

Attachment: 8795.patch added

comment:2 Changed 12 years ago by Garry Yao

Component: GeneralCore : Tables
Milestone: CKEditor 3.6.5
Owner: set to Garry Yao
Status: confirmedreview

comment:3 Changed 12 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:4 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7611] on trunk.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy