Notes |
|
|
I'm unable to reproduce this, I've tried multiple drags from the hotlist to the main window in various directions, invalid and multiple selections. |
|
|
|
Maybe the crash occurred a fraction before dnd. I said it's about that because that's what I was doing. It might be on an issue of selecting, the mouse hold loosening somewhat and then immediately selecting again in a fraction of a second. I use an old Logitech which has issue with its clicks sensitivity. this might stem from a competing condition when something occurs in a microsecond. Then it might also have more to do with the dragging part. |
|
|
|
This assert is:
/* The node that we're moving selection to can't itself be selected */
assert(!(relation->flags & TV_NFLAGS_SELECTED));
Whch makes sense as we're not moving it. I can only think that somehow NetSurf thinks you're dragging it within the hotlist window, but if that was the case the above assert wouldn't happen :S I can drag into the hotlist window borders and NetSurf is quite happy to move the item to where it thinks I want it.
If you can find a way of systematically reproducing it I'll have another look. |
|
|
|
The hotlist manager frontend and drag/drop code (especially to browser windows) is much changed now. Have a try with CI build 3954 and if you can't reproduce it I'll assume this is no longer an issue. |
|
|
|
Thankyou for your report, this has been resolved in the 3.7 release |
|