<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>sgougeon@free.fr</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - closing waitbar and progressionbar: the underlying job is not aborted. Needs a closerequestfcn attribute"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=13827">13827</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>closing waitbar and progressionbar: the underlying job is not aborted. Needs a closerequestfcn attribute
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.5.2 final version
          </td>
        </tr>


        <tr>
          <th>OS</th>
          <td>All OS
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Medium
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>GUI
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>BUG DESCRIPTION:
----------------
When the user closes a running waitbar or a progressionbar by clicking X, the underlying job is not cancelled. A closerequestfcn property would allow
the programmer to manager such an event in a proper way. By default, an "abort" instruction could be issued.

HOW TO REPRODUCE THE BUG:
-------------------------
wh = waitbar(0,"Test");
for i=0:10, waitbar(i/10,wh); sleep(5000); end
// click on "X" => the loop still runs. CTRL+C is required to stop it before entering "abort"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>