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

Table Resize plugin does not work when editor placed in absolutely positioned container in divarea #909

Closed
jbalinski opened this issue Sep 13, 2017 · 4 comments · Fixed by #3694
Labels
plugin:tableresize The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@jbalinski
Copy link

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Using divarea and table resize plugin
  2. Place editor in a div that is absolutely positioned with a z-index greater than 10 (we are using 900).
  3. Insert a table. Attempt to resize one of the columns.

Expected result

You should be able to resize columns.

Actual result

You are not able to resize columns.

Other details

  • Browser: Chrome, Edge, IE 11
  • OS: Windows 10
  • CKEditor version: 4.7.3
  • Installed CKEditor plugins:
    basicstyles,button,clipboard,colorbutton,colordialog,contextmenu,dialogadvtab,dialogui,divarea,enterkey,entities,fakeobjects,filetools,floatpanel,font,htmlwriter,image2,indent,indentblock,indentlist,link,list,listblock,liststyle,menu,menubutton,notification,notificationaggregator,panel,panelbutton,pastetext,popup,removeformat,resize,richcombo,scayt,showborders,tab,table,tableresize,tabletools,toolbar,undo,uploadimage,widget
@msamsel msamsel self-assigned this Sep 18, 2017
@msamsel
Copy link
Contributor

msamsel commented Sep 18, 2017

I'm not able to reproduce this problem: you can check my test example: https://codepen.io/msamsel/pen/ZXbPbJ?
You can also prepare your example which will show this problem, maybe I do something wrong in my example.

@msamsel msamsel removed their assignment Sep 18, 2017
@jbalinski
Copy link
Author

The problem occurs with the divarea plugin. The example you have is using an iframe for the editor.

@msamsel msamsel changed the title Table Resize plugin does not work when editor placed in absolutely positioned container Table Resize plugin does not work when editor placed in absolutely positioned container in divarea Sep 28, 2017
@msamsel msamsel added plugin:tableresize The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. and removed status:pending labels Sep 28, 2017
@msamsel
Copy link
Contributor

msamsel commented Sep 28, 2017

I was able to repeat it in divarea. Thank you for the clarification.

arpi68 added a commit to arpi68/ckeditor4 that referenced this issue Nov 29, 2019
Set z-index of resizer to 10000 or more
Fixes these two issues:
ckeditor#1959
ckeditor#909
f1ames pushed a commit to arpi68/ckeditor4 that referenced this issue May 28, 2020
Set z-index of resizer to 10000 or more
Fixes these two issues:
ckeditor#1959
ckeditor#909
f1ames pushed a commit to arpi68/ckeditor4 that referenced this issue Jun 5, 2020
Set z-index of resizer to 10000 or more
Fixes these two issues:
ckeditor#1959
ckeditor#909
@f1ames
Copy link
Contributor

f1ames commented Jun 5, 2020

Fixed in e3be5c1.

@f1ames f1ames closed this as completed Jun 5, 2020
@f1ames f1ames added this to the 4.14.1 milestone Jun 5, 2020
drupal-ckeditor-libraries-group-machine pushed a commit to drupal-ckeditor-libraries-group/tableresize that referenced this issue Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:tableresize The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants