Search and Top Navigation
#4107 closed bug (duplicate)
Opened February 10, 2009 01:03PM UTC
Closed February 10, 2009 08:50PM UTC
Opacity restore after drag 'n' drop
Reported by: | GavynSykes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi.
When I try to drag and drop an object, there is a problem with the restore of original opacity.
I found that in ui.sortable.js on line 932 there is:
if(this._storedOpacity) this.helper.css("opacity", this._storedCursor); Reset cursor
I corrected it in:
if(this._storedOpacity) this.helper.css("opacity", this._storedOpacity); Reset opacity
And now everything work. I think that is only a copy / paste mistake.
Hope this helps.
Bye
Attachments (0)
Change History (1)
Changed February 10, 2009 08:50PM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #4017.