I working with swift 4 for macOS and have a NSTableView with custom Cells. In my row are two textfields (style: borderless and no background color)
Normally, you click on a textfield and it will directly be editable. In my case, you click on the textfield and after a short delay it will be editable.
But I don't understand why is there such a delay. Have anybody an idea?
Better Example
My tableview with Custom Cell View (delay problem)
Another tableview without Custom Cell View (no delay problem)
I hope you can see the difference. I do both situations with the same steps.
- Select Row (click)
- Select textfield (click)