I started trying out the new gutter mark functionality. I noticed when I add a gutter mark with a value with a single line, the popover looks kind of odd. It looks like a graphical bug [1]
[1] https://drive.google.com/file/d/0B7UtafxGD9vELTRJbkNJVm9md0k/view
On 26 Oct 2014, at 12:24, Jacob Carlborg wrote:
I started trying out the new gutter mark functionality. I noticed when I add a gutter mark with a value with a single line, the popover looks kind of odd. It looks like a graphical bug [1]
Yes, the NSPopover does not seem to have been designed for single line content in the left/right arrow mode, the only way to fix that is custom popover or using the top/bottom arrow, I think the latter decrease affordance and the former requires more resources than I had for the initial working prototype…
On 2014-10-29 15:27, Allan Odgaard wrote:
Yes, the NSPopover does not seem to have been designed for single line content in the left/right arrow mode, the only way to fix that is custom popover or using the top/bottom arrow, I think the latter decrease affordance and the former requires more resources than I had for the initial working prototype…
Ok, I see. Could a tooltip be an option?
On 2014-10-29 20:47, Allan Odgaard wrote:
That would introduce an unwanted delay, or do you mean show tooltip when clicking?
Yes. I assume it's programmable to show and hide it on demand without any delay. I'm hoping that will be easier than trying to fix the popover or implement a custom one.