gh-repo-explore icon indicating copy to clipboard operation
gh-repo-explore copied to clipboard

Fix search box display

Open kidonng opened this issue 2 years ago • 2 comments

It seems SetBorder doesn't work with tview's inputfield, and will prevent the search box from displaying (leaving a border box only).

kidonng avatar Aug 25 '21 13:08 kidonng

@kidonng What platform are you experiencing this issue on? I am unable to reproduce it.

This is what is looks like with searchView.SetBorder(true) Screen Shot 2021-08-25 at 1 53 41 PM

This is what is looks like without searchView.SetBorder(true) Screen Shot 2021-08-25 at 1 53 59 PM

In both cases the search box works properly.

samcoe avatar Aug 25 '21 20:08 samcoe

Hmm that's strange, I experience this issue on both macOS (pre compiled binary, on Kitty terminal):

Screen Shot 2021-08-27 at 23 11 00

..and Linux (compiled from source, on a Codespaces machine via VSCode terminal):

image

kidonng avatar Aug 25 '21 23:08 kidonng