Wireshark-bugs: [Wireshark-bugs] [Bug 8908] Strange behavior of tree expand/collapse in packet d

Date: Fri, 19 Jul 2013 21:13:49 +0000

Comment # 25 on bug 8908 from
(In reply to comment #24)
> (In reply to comment #23)
> 
> As a side note, I tested the functionality
> that I added in Bugs 5585 and
> 5587 and everything still works.  Thank you,
> Jakub!

Hi Cal. 
  I thing that your patch is not necessary now. It causes
> flickering of packet details pane in case of clicking on bytes in packet
> bytes pane. Your bug was correctly resolved by r50516. 
  Try to expand all
> the trees in packet detail pane and try clicking on some of last bytes of a
> packet

Jiri.

I tried it and saw the flickers you mentioned. In highlight_field() I removed:
    /* Refresh the display so that the expanded trees are visible */
    proto_tree_draw(tree, GTK_WIDGET(tree_view)); 
and the flickers are gone. I'll attach a patch in a few minutes. Thanks.


You are receiving this mail because:
  • You are watching all bug changes.