swiper icon indicating copy to clipboard operation
swiper copied to clipboard

ivy-current-match face sometimes fails to take effect

Open ahihi opened this issue 1 year ago • 0 comments

Emacs 29.1, macOS 10.13, latest ivy from master

in this video, i am repeatedly pressing the down arrow in ivy-switch-buffer, but the ivy-current-match face mysteriously goes missing for some buffer names, making it impossible to see what is currently selected.

https://github.com/abo-abo/swiper/assets/738615/6f2f8512-cd7e-42d3-89f9-c8e7a42b54be

it seems to happen somewhat consistently for particular combinations of filter string and buffer name, but the exact triggering condition is still unclear to me.

another case is seen in the screenshot below, which suggests all the properties of the ivy-current-match face get deactivated at the point where ivy-minibuffer-match-face takes effect.

ivy-bug-2

but again it works fine in another similar case...

ivy-bug-3

i have so far failed to create a minimal reproducible test case, so i am open to any suggestions on how to debug this.

ahihi avatar Dec 08 '23 15:12 ahihi