Open GoogleCodeExporter opened 9 years ago
I Cannot reproduce. Neither with r1866, nor with more recent. I don't have
r1864 on hand.
Original comment by HuguesLe...@gmail.com
on 13 Jan 2015 at 1:41
I have just reproduced, as described, with r1866. Same back-trace. How can I be
of assistance in order to progress with the investigation?
Original comment by clampa...@gmail.com
on 13 Jan 2015 at 6:01
Attachments:
I can reproduce it, but this is not an actual "error".
When you move back after selecting REFR, it is visible in the left navigation
tree and after it being removed xEdit is repainting navigation tree and tries
to get values from non existent record. It is more of a GUI issue actually.
Before removing, make sure that the record to be removed is not visible
(collapse the group it is in). Even if you forget to do it and it throws error,
just collapse/expand some groups until it fully repaints and returns to normal
working mode. Your plugin is perfectly safe.
Original comment by zila...@gmail.com
on 13 Jan 2015 at 7:32
I had a mention from Mator than using RemoveNode could lead to assertion but
without more details. I still have to reply to his PM by the way :)
Original comment by HuguesLe...@gmail.com
on 13 Jan 2015 at 7:36
RemoveNode() actually doesn't produce errors unlike simple Remove() since it
removes the actual node in the tree for that record if it exists.
Original comment by zila...@gmail.com
on 13 Jan 2015 at 7:40
I understand the cause and the workaround, but shouldn't this be addressed in
the code? I mean the remove operation should also remove the form node from the
left navigation tree.
Original comment by clampa...@gmail.com
on 13 Jan 2015 at 7:57
Original issue reported on code.google.com by
clampa...@gmail.com
on 12 Jan 2015 at 3:45Attachments: