<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>stephane.mottelet@utc.fr</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Spurious callback when using slider"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15514">15514</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Spurious callback when using slider
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0 nightly or development
</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>uicontrol
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>BUG DESCRIPTION:
----------------
There are two situations where there is one spurious callback (instead of one) with the same "Value" field of the Slider uicontrol:
1-when clicking on the Slider with the mouse pointe
2-when the mouse button is released after dragging the Slider knob
HOW TO REPRODUCE THE BUG:
-------------------------
h=uicontrol('style','slider','Position',[20 20 100 20],'Callback','disp(gcbo().Value)');
// click anywhere on the slider or drag and release the knob
OTHER INFORMATION:
------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>