mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
revert 41b5de825d
: disable scrolling too, when in seamless mode, as it prevents iframe content from being scrolled to the bottom, if that content does not implement any other means of scrolling
This commit is contained in:
parent
ab7b4d40f9
commit
c4822483d3
@ -26,7 +26,7 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
||||
ignore: false,
|
||||
name: "Label",
|
||||
translate: true,
|
||||
type: "string",
|
||||
type: "string"
|
||||
},
|
||||
"needed": {
|
||||
"ignore": true
|
||||
@ -49,7 +49,7 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
||||
"default": false,
|
||||
description: "Make the iframe compatible to be a fullscreen video player mode",
|
||||
type: "boolean"
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
@ -92,7 +92,6 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
||||
set_seamless: function(_seamless) {
|
||||
this.options.seamless = _seamless;
|
||||
this.htmlNode.attr("seamless", _seamless);
|
||||
this.htmlNode.attr("scrolling", _seamless ? 'no' : 'auto');
|
||||
},
|
||||
|
||||
set_value: function(_value) {
|
||||
|
Loading…
Reference in New Issue
Block a user