#7179 closed bug (fixed)
Tracker crash on block device HVIF icon replacement
Reported by: | kallisti5 | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
- Bring up the "Get info" window for a hard drive on the desktop.
- Drag the "Device_Harddisk_development" HVIF file from haiku/data/artwork/icons onto the drive icon
- Tracker crash
Change History (7)
comment:2 by , 14 years ago
Description: | modified (diff) |
---|---|
Summary: | Tracker crash on hard drive icon drag → Tracker crash on block device HVIF icon replacement |
comment:3 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
follow-up: 5 comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Fixed in hrev40338.
follow-ups: 6 7 comment:5 by , 14 years ago
comment:6 by , 14 years ago
Replying to jackburton:
I think that this removes a feature: dragging a file into a "get info window" of a symlink would link it to the dragged file. This was particularily useful to restore broken links.
Will look into it after work, but I believe that feature follows a different code path, the one I fixed was more or less 100% guaranteed to crash if the target wasn't a container window with a pose view, since the destWindow pointer passed to MoveSelectionInto in that case was NULL, and the function proceeded to unconditionally call a number of accessors on said window pointer.
comment:7 by , 14 years ago
Replying to jackburton:
I think that this removes a feature: dragging a file into a "get info window" of a symlink would link it to the dragged file. This was particularily useful to restore broken links.
Verified that the mentioned feature still works as intended.