Chirag Patel (OpenERP) has proposed merging
lp:~openerp-dev/openobject-client-web/6.0-opw-16292-cpa into
lp:openobject-client-web/6.0.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-16292-cpa/+merge/69648
Hello,
In Accounting > Bank and Cash > Cash Registers.
Edit any record which STATE field is open.
Notebook page : Cash Transactions > Create New and Save(inline)
it's work perfectly but when create second record and click on any field to
fill, that not get focus(cursor not there).
so can't create second record.
so above problem is related to
http://forum.jquery.com/topic/jquery-ui-sortable-disableselection-firefox-issue-with-inputs
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-16292-cpa/+merge/69648
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-client-web/6.0-opw-16292-cpa.
=== modified file 'addons/openerp/widgets/templates/listgrid/listgrid.mako'
--- addons/openerp/widgets/templates/listgrid/listgrid.mako 2011-02-03 12:29:01 +0000
+++ addons/openerp/widgets/templates/listgrid/listgrid.mako 2011-07-28 13:13:26 +0000
@@ -321,6 +321,8 @@
$ui.item.attr('record'),
$ui.item.prevAll().length);
}
+ }).bind('mousedown.ui-disableSelection selectstart.ui-disableSelection', function(event) {
+ event.stopImmediatePropagation();
}).disableSelection();
}
</script>
_______________________________________________
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