Closed kishikawakatsumi closed 7 years ago
I was able to reproduce that issue only with VoiceOver turned on. According to a stack trace NSCell.stringValue
getter calls the setter which generates some accessibility API notification that leads to querying table view cell or row view that is not supported in heightOfRow
delegate method.
The easiest workaround could be overriding NSCell.stringValue
getter in custom subclass.
I reproduce on macOS 10.11.6 (15G1108).