Bug #2647
closedcursor in directives selection in rule creation should not be the text selector.
Description
It should be the "hand" one, and it should not be a "hand" when hovering the categories.
Updated by Jean VILVER over 12 years ago
- Status changed from New to In progress
- Assignee changed from Arthur ANGLADE to Jean VILVER
Updated by Jean VILVER over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset f4f61580f5dd6c21a33d99d6fd485c7696a77ed6.
Updated by Jean VILVER over 12 years ago
- Status changed from Pending technical review to In progress
Updated by Jean VILVER over 12 years ago
In 5fc55531db2e3b0874872faca0426367fe753900, I changed the tree click/hover behavior:
- A hand appear when hovering a category
- When clicking on a category or a template it expands the category
No need to click on the small arrow in front of a category/template to expand it now.
Note : This commit only affect the tree in directive management
Updated by Jonathan CLARKE over 12 years ago
Jean VILVER wrote:
In 5fc55531db2e3b0874872faca0426367fe753900, I changed the tree click/hover behavior:
- A hand appear when hovering a category
- When clicking on a category or a template it expands the category
No need to click on the small arrow in front of a category/template to expand it now.
Awwww, this sounds awesome!!! Thank you Jean!
Updated by Jean VILVER over 12 years ago
Jonathan CLARKE wrote:
[...]
Awwww, this sounds awesome!!! Thank you Jean!
I know :p
Jean VILVER wrote:
[...]
Note : This commit only affect the tree in directive management.
682907b04a54b2a01532431a09bf14866d49dcb7 is affecting trees in Rule Management.
286577da7dd42314b0530545d9fccbf7e1fd1792 is affecting trees in Technique Management.
Updated by Jean VILVER over 12 years ago
- Status changed from In progress to Pending technical review
Updated by François ARMAND over 12 years ago
- Status changed from Pending technical review to Released
I'm not a big fan of all the repeated:
function(e) { this.toggle_node(e); return true; }
But I'm not sure that a call to a method would be shorter, so let it like that.