From 5dfcae72259d963e986455d9b6a98b26b1ab5f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=A4rter?= Date: Tue, 25 Jan 2022 15:31:24 +0100 Subject: [PATCH] Issue #1449: Fixing typo in comment, fixing css bug for Detailed Search Dialog --- var/httpd/htdocs/js/Core.UI.Dialog.js | 3 +-- .../htdocs/skins/Customer/default/css/Core.TicketZoom.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/var/httpd/htdocs/js/Core.UI.Dialog.js b/var/httpd/htdocs/js/Core.UI.Dialog.js index ee87707a64..64de93ec8b 100644 --- a/var/httpd/htdocs/js/Core.UI.Dialog.js +++ b/var/httpd/htdocs/js/Core.UI.Dialog.js @@ -371,7 +371,7 @@ Core.UI.Dialog = (function (TargetNS) { // Get HTML with JS function innerHTML, because jQuery html() strips out the script blocks if (typeof Params.HTML !== 'string' && isJQueryObject(Params.HTML)) { - // First get the data structure, ehich is (perhaps) already saved + // First get the data structure, which is (perhaps) already saved // If the data does not exists Core.Data.Get returns an empty hash DialogCopy = Core.Data.Get($('body'), 'DialogCopy'); DialogCopySelector = Core.Data.Get($('body'), 'DialogCopySelector'); @@ -467,7 +467,6 @@ Core.UI.Dialog = (function (TargetNS) { // Increase the dialog number for the next possible dialog DialogCounter++; - // Set position for Dialog if (Params.Type === 'Alert') { if ( CustomerInterface ) { diff --git a/var/httpd/htdocs/skins/Customer/default/css/Core.TicketZoom.css b/var/httpd/htdocs/skins/Customer/default/css/Core.TicketZoom.css index c99d1c6c1c..24240b02e1 100644 --- a/var/httpd/htdocs/skins/Customer/default/css/Core.TicketZoom.css +++ b/var/httpd/htdocs/skins/Customer/default/css/Core.TicketZoom.css @@ -526,7 +526,7 @@ button.oooM.ActivityStartButton { left: calc( -100% + 24px ); } -iframe { +.MessageContent iframe { width: 100%; max-height: 80vh; }