Opened 15 years ago
Closed 12 years ago
#5381 closed bug (fixed)
Renaming files in a filtered Tracker window
Reported by: | humdinger | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | type-ahead filtering | Cc: | |
Blocked By: | Blocking: | #5443 | |
Platform: | All |
Description
This is hrev35425.
- Enable Tracker's new type-ahead filtering.
- Open a folder and use the filtering.
- Rename a file to something that doesn't match the filter string anymore.
--> The renamed file doesn't disappear as expected, but it's even displayed twice. It's not actually duplicated; it's evil twin disappears when ESCaping the filter mode.
What do guys think of indicating an active filtering more visibly to the user? The tiny "item field" bottom left is easily overlooked. A tinted background (does that play well with the grey query result window?)?
Change History (7)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 15 years ago
re mmlr: I haven't looked at your new code yet, but it might need a common solution with #1717.
comment:3 by , 15 years ago
Not that it really belong to this ticket, but I would like if one could decide on the fly whether to use filtering or mere selecting. At least the global setting isn't really that useful for me, as I have very different usage patterns for this particular feature.
Maybe pressing a modifier (option?) together with a key could enter the other mode.
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Should be fixed in hrev44493, please test.
comment:6 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The renamed file (from description) still doesn't disappear as expected, also creating a new folder in a filtered PoseView results in its' appearing in unexpected place.
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in hrev44495. Thanks!
Replying to humdinger:
Yes. Also renaming in general does place the edit widget at the wrong position.
I've thought about that and agree. Making the background a light gray would be sensible I think. Going to play around with that.