mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 08:37:33 +08:00
Fix Bug 61575
This commit is contained in:
@ -311,6 +311,7 @@ define([
|
||||
if (event.target ) {
|
||||
var target = $(event.target);
|
||||
if (target.closest('.combobox').length>0 || target.closest('.dropdown-menu').length>0 ||
|
||||
target.closest('.input-field').length>0 || target.closest('.spinner').length>0 || target.closest('.textarea-field').length>0 ||
|
||||
target.closest('.ribtab').length>0 || target.closest('.combo-dataview').length>0) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
@ -274,6 +274,7 @@ define([
|
||||
if (event.target ) {
|
||||
var target = $(event.target);
|
||||
if (target.closest('.combobox').length>0 || target.closest('.dropdown-menu').length>0 ||
|
||||
target.closest('.input-field').length>0 || target.closest('.spinner').length>0 || target.closest('.textarea-field').length>0 ||
|
||||
target.closest('.ribtab').length>0 || target.closest('.combo-dataview').length>0) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
@ -310,6 +310,7 @@ define([
|
||||
if (event.target ) {
|
||||
var target = $(event.target);
|
||||
if (target.closest('.combobox').length>0 || target.closest('.dropdown-menu').length>0 ||
|
||||
target.closest('.input-field').length>0 || target.closest('.spinner').length>0 || target.closest('.textarea-field').length>0 ||
|
||||
target.closest('.ribtab').length>0 || target.closest('.combo-dataview').length>0) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user