Describe the bug
When a column is set to editableTitle:true, headerMenu:headerMenu, The column title disappears and becomes a ... symbol, unless shrunk to below the title text length. Even when the column is shrunk, the editor is not visible on the title text.
Tabulator Info
Tabulator v4.8.2
Working Example
jsfiddle: here
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
1) slide the column width on the second column from wide to very skinny to wide again. In chrome you will see the title appear and disappear depending on the column width.
Expected behavior
The header menu should appear to the left of the editable column name, with the column editor and title remaining visible.
Screenshots
In chrome, this is how it appears:
before shrinking column width:

after shrinking column width:

Desktop (please complete the following information):
Additional context
I also tested on an older version of edge (pre chromium engine). It also had unexpected behavior.
Hey @Tiuipuv
Please use the Bug Issue Template when submitting a bug report, it is very important that you provide the details in the template as it will help in isolating your issue.
Without a JSFiddle that demonstrates your table setup it is very hard to get to the bottom of the issue.
Cheers
Oli :)
Hey @olifolkerd
I updated it to use the bug issue template, with a working jsfiddle.
Thanks Oli, you are doing great work!
Hey @Tiuipuv
I have pushed a fix for this to the mater branch and will include it in the next patch release.
Cheers
Oli :)