#2360 closed bug (fixed)
[treeview] Branches with checkboxes
Reported by: | morrijr | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugin | Version: | |
Keywords: | treeview | Cc: | |
Blocked by: | Blocking: |
Description
Hi Jörn
The problem I've got is that I need to be able to have a checkbox on each branch/node, but clicking the checkbox of a branch in addition to toggling the checkbox expands/collapses the branch.
Can you help? I can't see what's causing this. This is a regression from 1.3.
Thanks,
J.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | experimental.zip added |
---|
comment:1 Changed 15 years ago by
The change that is causing this is in the applyClasses function.
From (1.3)
this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event) { if ( this == event.target ) { toggler.apply($(this).next()); } }).add( $("a", this) ).hoverClass();
to (1.4)
this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event) { toggler.apply($(this).next()); }).add( $("a", this) ).hoverClass();
Was there a reason this if was removed?
comment:2 Changed 15 years ago by
Keywords: | branch checkbox removed |
---|---|
Milestone: | 1.2.4 |
need: | Review → Commit |
Owner: | set to joern |
Summary: | [TreeView] Branches with checkboxes → [treeview] Branches with checkboxes |
Version: | 1.2.3 |
Note: Add comment why the check is necessary.
Note: See
TracTickets for help on using
tickets.
Test case