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
=== modified file 'pad/static/src/js/pad.js'
--- pad/static/src/js/pad.js 2013-10-27 12:31:04 +0000
+++ pad/static/src/js/pad.js 2014-01-29 10:18:27 +0000
@@ -13,6 +13,9 @@
13 this.switch_configured();13 this.switch_configured();
14 this.$('.oe_pad_switch').click(function() {14 this.$('.oe_pad_switch').click(function() {
15 self.$el.toggleClass('oe_pad_fullscreen');15 self.$el.toggleClass('oe_pad_fullscreen');
16 if($('.oe_form_sheetbg').length){
17 $('.oe_form_sheetbg').css('position','static');
18 }
16 });19 });
17 this.render_value();20 this.render_value();
18 },21 },

Subscribers

People subscribed via source and target branches

to all changes: