koniu / recoll-webui

web interface for recoll desktop search
266 stars 55 forks source link

Fixes to the directory filter list #24

Closed ghost closed 10 years ago

ghost commented 10 years ago

The older commit fixes a clear bug: when the initial part of the path is repeated further, we only want to replace the first instance (this is especially crucial when said part is '/'...)

The second one is more open to discussion, and I wonder if a better solution could be found: chrome and at least some versions of IE seem to ignore the margin-left specs on

Both changes issued from this issue: https://github.com/koniu/recoll-webui/issues/23#issuecomment-33959570

koniu commented 10 years ago

Sweet, judging by a cursory search it looks like   is the way to go and it doesn't even hinder type-ahead selection so it's merge merge. Thanks again!!