Project

General

Profile

Actions

Bug #1969

closed

When there is an error with a deployement, the display is garbled in the upper right hand side corner

Added by Nicolas CHARLES over 12 years ago. Updated almost 12 years ago.

Status:
Released
Priority:
N/A
Assignee:
Arthur ANGLADE
Category:
Web - UI & UX
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In case of error, the whole error message is displayed rather than being in a popup, thus making the display rather unpleasing


Files

wrong_display.png (103 KB) wrong_display.png Nicolas CHARLES, 2011-11-02 17:15
Actions #1

Updated by Nicolas CHARLES over 12 years ago

Here is the DOM and the capture

<div id="deploymentStatus">

      <div id="deploymentLastStatus"><span class="error deploymentError"><img width="16" height="16" src="/images/icfail.png" class="iconscala" alt="Error">
          Error: configuration rules not applied at 2011-11-02 17:10 <br>(took 8s -
          <span id="errorDetailsLink" onclick="$('#errorDetailsDialog').modal({ minHeight:140, minWidth: 300 }); 
               $('#simplemodal-container').css('height', 'auto');
               return false;" class="errorscala">details</span>) 
        </span><div id="errorDetailsDialog" class=".not">
      <div class="simplemodal-title">
        <h1>Error</h1>
        <hr>
      </div>
      <div class="simplemodal-content">
       <br>
        <div>
          <img width="24" height="24" src="/images/icfail.png" class="erroricon" alt="Error">
          <h2>Deployment process was stopped due to an error:</h2>
        </div>        
        <hr class="spacer">
        <br>
        <span id="errorDetailsMessage">=&gt; Deployment error for process '1' at 2011/11/02 17:10:48 <br>=&gt;  Exception caught during deployment process: Mandatory variable GENERIC_FILE_CONTENT_POST_HOOK_RUN is empty, can not write checkGenericFileContent/1.0/checkGenericFileContent.cf<br></span>
        <hr class="spacer">
        <br>
        <br>
        <div align="right">
          <button onclick="return false;" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only simplemodal-close">
            <span class="ui-button-text">Close</span>
          </button>
        <br>
        </div>
      </div>
    </div></div>

      <div id="deploymentProcessing"><button class="deploymentButton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" onclick="liftAjax.lift_ajaxHandler(&quot;F279130322063IVS3NK=true&quot;, null, null, null); return false;" role="button"><span class="ui-button-text">Regenerate now</span></button></div>
    </div>

Actions #2

Updated by François ARMAND over 12 years ago

  • Status changed from New to Discussion
  • Target version changed from 2.3.2 to 18

It seems to be due to a bad merge between master and branch 2.3.

I reverted the merge, and set the target to 2.4.

Please, Nicolas, would you check that the bug is gone in 2.3 ?

Actions #3

Updated by Arthur ANGLADE over 12 years ago

  • Status changed from Discussion to Pending technical review
  • % Done changed from 0 to 100
Actions #4

Updated by Jonathan CLARKE over 12 years ago

  • Target version changed from 18 to 2.4.0~alpha1
Actions #5

Updated by François ARMAND over 12 years ago

  • Assignee set to Arthur ANGLADE
Actions #6

Updated by François ARMAND over 12 years ago

  • Status changed from Pending technical review to 10

Seems ok to me.

Actions #7

Updated by Jonathan CLARKE almost 12 years ago

  • Status changed from 10 to Released
Actions

Also available in: Atom PDF