Merge lp:~openerp-dev/openobject-addons/trunk-bug-1267108-avo into lp:openobject-addons

Proposed by Amit Vora(OpenERP)
Status: Rejected
Rejected by: Christophe Simonis (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1267108-avo
Merge into: lp:openobject-addons
Diff against target: 13 lines (+3/-0)
1 file modified
pad/static/src/js/pad.js (+3/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1267108-avo
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+203495@code.launchpad.net

Description of the change

Hello,
      I have fixed fullscreen mode of the pads is broken.
Thanks,
avo

To post a comment you must log in.
9067. By Amit Vora(OpenERP)

[IMP] improve code

Unmerged revisions

9067. By Amit Vora(OpenERP)

[IMP] improve code

9066. By Amit Vora(OpenERP)

[FIX] change css property

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pad/static/src/js/pad.js'
2--- pad/static/src/js/pad.js 2013-10-27 12:31:04 +0000
3+++ pad/static/src/js/pad.js 2014-01-29 10:18:27 +0000
4@@ -13,6 +13,9 @@
5 this.switch_configured();
6 this.$('.oe_pad_switch').click(function() {
7 self.$el.toggleClass('oe_pad_fullscreen');
8+ if($('.oe_form_sheetbg').length){
9+ $('.oe_form_sheetbg').css('position','static');
10+ }
11 });
12 this.render_value();
13 },

Subscribers

People subscribed via source and target branches

to all changes: