Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/6.1-opw-575837-bth into lp:openerp-web/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575837-bth/+merge/110960

Hello,

  Deletion of nodes in workflows (Firefox).

In Firefox:

1. Sales => Sales => Sale Orders.
2. From View Editor select Edit Workflow
3. Edit Record and select diagram view.
4. Select any node. Try to delete any node.

Observed: "No any effects on hover/click"
Expected: "On hover in/out it should be effected and on click it should be 
deleted."

fill:Transparent attr of object do not work for firefox.
hover/click events add for circle/label for close.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-575837-bth/+merge/110960
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-575837-bth.
=== modified file 'addons/web_diagram/static/src/js/graph.js'
--- addons/web_diagram/static/src/js/graph.js	2012-03-05 10:25:16 +0000
+++ addons/web_diagram/static/src/js/graph.js	2012-06-19 06:58:20 +0000
@@ -75,6 +75,8 @@
             dummy_circle.animate({'r': close_button_radius},400,'linear');
         }
         dummy_circle.hover(hover_in,hover_out);
+        close_circle.hover(hover_in,hover_out);
+        close_label.hover(hover_in,hover_out);
 
         function click_action(){
             if(!visible){ return; }
@@ -97,6 +99,8 @@
             }
         }
         dummy_circle.click(click_action);
+        close_circle.click(click_action);
+        close_label.click(click_action);
 
         this.show = function(){
             if(!visible){

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to