Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tableresize to only attach to tables within containing editor #80

Closed
wants to merge 1 commit into from
Closed

Conversation

Paul-Martin
Copy link

tableresize plugin attached mouse move handler to document body
element. As a result any tables on the same page as a ckeditor that
was created using either divarea or inline editing will become
resizeable.

When an iframe is used, it is acceptable to attach to body. When
inline or divarea is used, one must filter table resize events to
only those contained within an actual ckeditor.

tableresize plugin attached mouse move handler to document body
element.  As a result any tables on the same page as a ckeditor that
was created using either divarea or inline editing will become
resizeable.

When an iframe is used, it is acceptable to attach to body.  When
inline or divarea is used, one must filter table resize events to
only those contained within an actual ckeditor.
@oleq
Copy link
Member

oleq commented Feb 21, 2014

Thanks! I confirm the issue and redirect the further discussion to #11603.

@pjasiun
Copy link

pjasiun commented Mar 12, 2014

Hi!

I checked this solution but when I applied your commit, table resize stops working in classic editor (based on iFrame). I created slightly different solution, so this bug should be fixed in 4.3.4.

@Reinmar Reinmar closed this Mar 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants