<html>
<head>
<base href="https://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>charlotte.hecquet@scilab-enterprises.com</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Strange behaviour when using grayplot, zoom_box and mouse wheel"
href="https://bugzilla.scilab.org/show_bug.cgi?id=13836">13836</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Strange behaviour when using grayplot, zoom_box and mouse wheel
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>5.5 GIT version [5.5 branch]
</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>Graphics
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>BUG DESCRIPTION:
----------------
Grayplots disappears when we use the mouse wheel to zoom. It is only the case when zoom_box property has been set before.
ERROR LOG:
----------
No error but graphic disappears.
HOW TO REPRODUCE THE BUG:
-------------------------
f=scf();
f.children(1).zoom_box = [10 1 20 500];
for i=1:105
grayplot([i*2-1 i*2], linspace(1,500,500), [linspace(1,500,500) ; linspace(1,500,500)]);
end
// Then, just use the mouse wheel...
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>