django-cms / djangocms-text-ckeditor

Text Plugin for django CMS using CKEditor 4
https://www.django-cms.org/en/repositories-plugins/
BSD 3-Clause "New" or "Revised" License
167 stars 185 forks source link

Table properties are not editable when we maximise the editor #677

Open vipulnarang95 opened 2 months ago

vipulnarang95 commented 2 months ago

When we add a table in text field, the table properties are not editable when we maximise the editor.

fsbraun commented 2 months ago

Can't reproduce. Try giving more details: what is not editable, what did you do before... Screenshot?

vipulnarang95 commented 3 weeks ago

Hi @fsbraun , apologies for replying so late. Steps to reproduce: Add a text plugin to a page> add a table to the body> right click on any coloumn, you'll be able to see the properties and options on table > Expand body section to full screen and again try to right click, the menu doesn't appears. image

image In the second ss of full screen the table properties doesn't appear.

vipulnarang95 commented 1 week ago

@fsbraun Any thoughts on this?

vipulnarang95 commented 6 days ago

@fsbraun can you please check this?

fsbraun commented 6 days ago

@vipulnarang95 Yes, I did. And I cannot reproduce the issue. :-( Any custom or non-standard CKEditor4 plugins?

Also, I notice that in your first example you're editing an HTMLField and in the second example a text plugin. They might have different configurations in your project setup. Can you check?

Here are my screenshots:

Regular

image

Maximized

image
fsbraun commented 6 days ago

Final thought: Your dropdown menu is somewhat too large in your first screenshot, and seems to have zero height in your second screenshot. Any CSS at work that interferes with the height?

vipulnarang95 commented 6 days ago

Let me check and get back to you!