Skip to main content

Search and Top Navigation

#9927 open bug ()

Opened March 26, 2014 09:42PM UTC

Last modified March 27, 2014 12:20PM UTC

Resizable: does not respect original body cursor like Draggable does.

Reported by: mherbold Owned by:
Priority: minor Milestone: none
Component: ui.resizable Version: 1.10.4
Keywords: Cc:
Blocked by: Blocking:
Description

In Draggable, the jQuery UI code stores the original cursor set in the body element into the options list at start(), and restores the body to the original cursor at stop(). Resizable just blows away whatever the original cursor was on the body element. The Resizable code should be updated so it works the same as the Draggable code in terms of respecting what the original body cursor was. It should save the original body cursor in _mouseStart and restore it in _mouseStop instead of just blindly setting it to "auto" in _mouseStop.

Attachments (0)
Change History (1)

Changed March 27, 2014 12:20PM UTC by tj.vantoll comment:1

status: newopen
summary: Resizable does not respect original body cursor like Draggable does.Resizable: does not respect original body cursor like Draggable does.