I have an NSTableView with floating group rows which I can make transparent easily. However no matter what I do, setting the rowView backgroundFilters to have a CIGaussianBlur has no effect.
The view containing the NSTableView (and the acompanying NSScrollView and NSClipView) wants a layer. And I have confirmed in didAddRowView that the rowView has a layer with the backgroundFilter set.
I can reproduce this blur with any other plain NSView, it just won't work when applied to the tableview row view. I just want to understand why, and can I do something about it?