fractal icon indicating copy to clipboard operation
fractal copied to clipboard

Search no longer filters results

Open rickdoesburg opened this issue 3 years ago • 2 comments

I'm not exactly sure when this happend but when searching in the sidebar the results do get highlighted but other results won't be hidden.

image

Fractal version: 1.5.13

Any tips would be appreciated.

rickdoesburg avatar Jul 26 '22 07:07 rickdoesburg

It looks like that the issue is caused by this line: https://github.com/frctl/fractal/blob/96f5099fef5836f4b91c6865b2bf21c5f6430e6b/packages/mandelbrot/assets/js/components/search.js#L72

If I remove this line in the minified mandelbrot.js everything works as expected.

makoch01 avatar Aug 10 '22 07:08 makoch01

Enabling Split-Navigation in the config navigation: 'split', makes the bug less anoying. The left pane is still broken, but the right one works fine.

makoch01 avatar Aug 10 '22 11:08 makoch01

@rickdoesburg This should be fixed since [email protected] in #1252 — try updating to 1.5.15 if that resolves it for you.

janbrasna avatar Dec 28 '23 00:12 janbrasna

@janbrasna Indeed it has, completely forgot about this open issue.

rickdoesburg avatar Jan 03 '24 08:01 rickdoesburg