Merge pull request #905 from fredj/css_classes_fixup

IE10 compatibility: full-screen-drag-rotate-and-zoom.html
This commit is contained in:
Frédéric Junod
2013-08-19 01:03:01 -07:00

View File

@@ -53,7 +53,7 @@ ol.control.FullScreen = function(opt_options) {
this.handleFullScreenChange_, false, this);
var element = goog.dom.createDom(goog.dom.TagName.DIV, {
'class': this.cssClassName_ + ' ' + ol.css.CLASS_UNSELECTABLE +
'class': this.cssClassName_ + ' ' + ol.css.CLASS_UNSELECTABLE + ' ' +
(!goog.dom.fullscreen.isSupported() ? ol.css.CLASS_UNSUPPORTED : '')
}, aElement);