draw2d: no cursor coordinate update



with windows xp, maxima 5.17.0,
I get no cursor coordinate updates as I
move the cursor over the plot produced
by:
draw2d( explicit(sin(x),x,-3,3) )$

I DO get cursor coordinate updates
as I move the cursor over the plot
produced by plot2d:

plot2d( sin(x),[x,-3,3] )$

Ted Woollett