#9908 closed bug (notabug)
clerical error?
Reported by: | tim | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
resize: function( event ) { ...... ...... hoset = Math.abs( (that._helper ? that.offset.top - cop.top : (that.offset.top - co.top)) + that.sizeDiff.height ); ...... ...... },
should be
hoset = Math.abs( (that._helper ? that.offset.top - cop.top : (that.offset.top - cop.top)) + that.sizeDiff.height );
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
These sound like questions, not bug reports. If you'd like to report a bug, please describe the expected and actual behavior, along with a reduced test case showing the problem.
comment:3 Changed 9 years ago by
It seems the issue I had was fixed with patch c03cb807 which is a fix for #7485 .
Note: See
TracTickets for help on using
tickets.
in the same method, another clerical error may be