Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/6.1-opw-572963-msh 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-572963-msh/+merge/99531

Hello,

Fixed the issue of required field in textarea, here issue is that when you have 
set attrs on textarea like attrs="{'required':[('something','=',True)]}", this 
is not working on textarea.

Hence changed the css for textarea.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-572963-msh/+merge/99531
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-572963-msh.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-02-27 17:14:40 +0000
+++ addons/web/static/src/css/base.css	2012-03-27 14:16:24 +0000
@@ -1571,7 +1571,7 @@
 .openerp .oe_form_frame_cell.oe_form_separator_vertical {
     border-left: 1px solid #666;
 }
-.openerp td.required input, .openerp td.required select {
+.openerp td.required input, .openerp td.required select, .openerp td.required textarea {
     background-color: #D2D2FF !important;
 }
 .openerp td.invalid input, .openerp td.invalid select, .openerp td.invalid textarea {

_______________________________________________
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