CMS MADE SIMPLE FORGE

CMS Made Simple Core

 

[#12484] Cannot exit after Run UDT

avatar
Created By: Mario S (rotezecke) (rotezecke)
Date Submitted: Wed Oct 06 22:58:04 -0400 2021

Assigned To:
Version: 2.2.15
CMSMS Version: 2.2.15
Severity: Trivial
Resolution: Fixed
State: Open
Summary:
Cannot exit after Run UDT
Detailed Description:
1) Create a UDT that spits out a lot of data - more data than the screen is
tall, e.g.
for($i=1;$i<100;$i++)
{
 echo $i; echo '<br>';
}
2) make changes to that UDT and hit apply (this will display notification: "The
User Defined Tag was successfully updated.")
3) Run the UDT 

as the output window is large, the closing cross is behind the notification. I
cannot exit the UDT, cannot even click any links on menu. i need to reload the
page.


History

Comments
avatar
Date: 2021-10-07 06:19
Posted By: Mario S (rotezecke) (rotezecke)

I think all it takes is an update to javascript to hide the notification div
after a while as seen with e.g. LISE

window.setTimeout(function(){ 
            	$('.pagemcontainer').hide(); 
            	}, 9000)

      
avatar
Date: 2021-10-08 02:25
Posted By: Ruud van der Velden (ruudvdvelden)

Pressing the ESC key (on the keyboard obviously) works for me.
      
avatar
Date: 2021-10-18 14:35
Posted By: Rolf (rolf1)

Fixed in SVN, will be shipped with upcoming 2.2.16 release.
      
Updates

Updated: 2021-10-18 14:35
resolution_id: 5 => 7

Updated: 2021-10-07 22:28
description: 1) Create a UDT that spits out a lot of data - more data than the screen is tall, e.g. for($i=1;$i<100;$i++) { echo $i; } 2) make changes to that UDT and hit apply (this will display notification: "The User Defined Tag was successfully updated.") 3 => 1) Create a UDT that spits out a lot of data - more data than the screen is tall, e.g. for($i=1;$i<100;$i++) { echo $i; echo '
'; } 2) make changes to that UDT and hit apply (this will display notification: "The User Defined Tag was successfully

Updated: 2021-10-07 06:19
resolution_id: => 5