Bug Tracker

Changeset 4061

Show
Ignore:
Timestamp:
12/07/07 00:24:58 (9 months ago)
Author:
rdworth
Message:

ticket #2017 - hide before sortable start, to allow for override

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/ui.sortable.js

    r3748 r4061  
    153153            that.firstSibling = $(this.element).prev()[0]; 
    154154                 
     155            $(this.element).css('visibility', 'hidden'); 
    155156            $(this.element).triggerHandler("sortstart", [e, that.prepareCallbackObj(this)], o.start); 
    156             $(this.element).css('visibility', 'hidden'); 
    157157             
    158158            return false;