j.swiderski

Results 16 comments of j.swiderski

![](https://user-images.githubusercontent.com/5314687/142996605-6488c879-0ce3-4172-a61c-5d13414d5f1d.gif)

Confirmed. Tested in Safari 15.4 and the issue is still present. Chrome and Firefox work fine though.

It looks like our contextmenu plugin maybe somewhat responsible here because from what I have checked, it looks that it interferes long tap on mobiles. The problem can be worked...

Two proposed solutions: 1. Introduce configuration setting `initTableWithBlock`. That way people could decide whether they want to insert empty tables with empty `td's` or table with `td's` containing paragraphs. We...

There are someextra issues with widget and tables: #2189, #2190.

Don't you think that introducing `unit` property forces developers to use only a single unit and ignores use cases were developer wants to allow usage of a mix of different...

@Cuperino I know. I have read above posts. I just wanted to be that voice of reason - "don't go the limited way" ;)

Some notes about workaround proposed by @mlewand used with `supportAllValues : true` property 1. Below configuration throws error on editor load: ``` options: [ '5', '10', '20', '25' ].map( val...

I think we should do more with this one. As you know there is a style `border: none` and when working with the table for the first time I assumed...

There is an ugly workaround. Careful as it may hurt your eyes when looking but at least it gets the job done: ``` handleChange = (e) => { const that...