aprsworld / wsWebDisplay

0 stars 0 forks source link

suppress title property on resize/drag of elements #67

Closed Cdetviler closed 8 years ago

Cdetviler commented 8 years ago

I will probably have to have two event handlers on each element that state

on(mouseDown) disable title attribute on(mouseUp) enable title attribute

The start and stop events on the jquery ui dragging trigger only when resizing starts and stops; not when the mouse button is pressed/released. This means that I can disable the title attribute while resizing is happening, but if the user is resizing something, stops resizing, but does not release the mouse button, the tool tip will appear and block the position div.

Therefore, it must be done outside of the the jqueryui events.

Cdetviler commented 8 years ago

title should now be suppressed when dragging or resizing an element