kristofa / bookmarker_for_pinboard

macOS Safari App Extension that supports adding bookmarks to pinboard.in
Other
37 stars 4 forks source link

[WIP] Replace description NSTextField with NSTextView in NSScrollView #17

Closed kristofa closed 5 years ago

kristofa commented 5 years ago

Unfortunately NSTextView doesn't support placeholder text and the background colour is different from the NSTextFields which is ugly.

kristofa commented 5 years ago

The description field in the popover doesn't has scroll bars which can be confusing when selecting or typing a long description. However you can still see the full description, the text still scrolls even when no visual scroll bars are shown.

This change was an attempt to replace the description NSTextField with a NSTextView embedded in a NSScrollView which would add scroll bars but the implementation has two issues which prevented me from merging: