Modify ↓
Opened 15 years ago
Closed 15 years ago
#3974 closed defect (fixed)
manipulating tags in multiple selections takes endlessly
Reported by: | dieterdreist | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | tag multiple selection | Cc: |
Description
like the title suggests: I make a search for a certain tag: result is there in milliseconds. Delete the tag they have in common: takes 10-20 seconds for ca. 100 objects. Add a new tag to all of them (100 occurences): again endlessly.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
With r2484 RelationListDialog responds faster to tag change events.
I can now set a new tag on hunders of objects in acceptable time (1-3s).
Closing as fixed.
Note:
See TracTickets
for help on using tickets.
You can try r2474, it should be a bit faster. There is also another bug, that keeps RelationListDialog running after layer has been removed. If you often remove data layer and then loads another data then tag operations might slow down.