I have a NSPopUpButton subclass that i use as a NSTextAttachmentCell. This cell is inside an NSAttributedString that is the data of a cell in a NSTableView. Now I d like to get the mouse events on the cell in the table trough to the NSTextAttachmentCell. Currently the events do not get trough to the attachment cell, unless the cell in the table has the field editor active. Any suggestions?