[jQuery] block style on Sortable

[jQuery] block style on Sortable

<div>{urgent}</div>
<div> </div>
<div>I've been trying to figure out why interface is jacking up my layouts every time I do a sort by tweaking my code, css, etc. After wasting a ton of time I saw the link for the source code in interface and looked through
isortable.js. </div>
<div> </div>
<div>Lo and behold: shs.display = 'block';</div>
<div> </div>
<div>ARGGGGGGGGGGGGGGGGGG! That's frickin' irritating. I don't want block. It jacks up my layout big time. It should respect my item state and not mess it up by forcing a block.</div>
<div> </div>
<div>This line makes my minimized item show large, small images show full blown, etc. Needless to say...interface doesn't get a vote of confidence from me at this point.</div>
<div> </div>
<div>So, anyone know how to fix this issue, use the non-obfuscated code (so I could change the core JS myself), or set my settings in a way that this won't happen?</div>
<div> </div>
<div>(another issue coming in a sec)<br clear="all">
--
John C. Bland II
Chief Geek
Katapult Media, Inc. - <a href="http://www.katapultmedia.com">www.katapultmedia.com</a>
---
Biz Blog - <a href="http://blogs.katapultmedia.com/jb2">
http://blogs.katapultmedia.com/jb2</a>
Personal Blog - <a href="http://blog.blandfamilyonline.com">http://blog.blandfamilyonline.com</a>
<a href="http://www.lifthimhigh.com">http://www.lifthimhigh.com</a> - "Christian Products for Those Bold Enough to Wear Them"
Home of FMUG.az - <a href="http://www.gotoandstop.org">http://www.gotoandstop.org</a>
Home of AZCFUG - <a href="http://www.azcfug.org">http://www.azcfug.org</a> </div>