Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Fri, 26 Jul 2013 15:54:12 +0000

Comment # 29 on bug 8908 from
(In reply to comment #28)
> One last weirdness: while Shift+Right expands subtrees, Shift+Left does not
> collapse the subtrees (it only collapses the selected tree).  I don't see a
> shortcut for Shift+Left but it does work in trunk-1.8 (maybe as a side
> effect).
Right.  See also comment 15.

> It just doesn't feel correct to me.  Thoughts?

Me either.  I briefly looked at the code and it wasn't immediately obvious to
me how to fix it - maybe it would be difficult (impossible?), as there's no
real gtk_tree_view_collapse_row() equivalent to gtk_tree_view_expand_row(). 
The latter takes a 3rd argument, "open_all", whereas there's no "collapse_all"
argument to the former.


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