Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/7.0-bug-1098230-bth into lp:openerp-web/7.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1098230 in OpenERP Web: "[General Web] arrows from dropdowns shouldn't 
be drag and droppable"
  https://bugs.launchpad.net/openerp-web/+bug/1098230

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1098230-bth/+merge/142863

Hello,

  Fixed issue of Arrow of dropdown box should not be drag n drop.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1098230-bth/+merge/142863
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/7.0-bug-1098230-bth.
=== modified file 'addons/web/static/src/xml/base.xml'
--- addons/web/static/src/xml/base.xml	2013-01-02 12:53:44 +0000
+++ addons/web/static/src/xml/base.xml	2013-01-11 10:52:23 +0000
@@ -1104,7 +1104,7 @@
                     t-att-placeholder="widget.node.attrs.placeholder"
                 />
                 <span class="oe_m2o_drop_down_button">
-                    <img t-att-src='_s + "/web/static/src/img/down-arrow.png"'/>
+                    <img t-att-src='_s + "/web/static/src/img/down-arrow.png"' onmousedown="return false;"/>
                 </span>
             </div>
         </t>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to