Vaibhav (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-bug-877976-vda into lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
Bug #877976 in OpenERP Web: "Date widget does not allow changing the
year/month via drop-down and does not sync with editable date"
https://bugs.launchpad.net/openerp-web/+bug/877976
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-877976-vda/+merge/80785
Datepicker Selection event not working in Dialog window.
http://stackoverflow.com/questions/715677/trouble-with-jquery-dialog-and-datepicker-plugins
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-877976-vda/+merge/80785
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-bug-877976-vda.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css 2011-10-27 12:43:25 +0000
+++ addons/web/static/src/css/base.css 2011-10-31 09:50:27 +0000
@@ -945,6 +945,9 @@
.openerp .oe_datepicker_root input[type="text"] {
min-width: 160px;
}
+.openerp .ui-dialog .oe_forms.oe_frame .oe_datepicker_root .oe_datepicker {
+ z-index: 9999 !important;
+}
.openerp .oe_input_icon_disabled {
position: absolute;
cursor: default;
_______________________________________________
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