mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Slick.Editors.LongText does not work when the jQuery version update to 1.10.1 #1048

Open andyforever opened 9 years ago

andyforever commented 9 years ago

The Edit box does not popup when you click the cell, jQuery 1.7 works well as the examples showed below.

http://mleibman.github.io/SlickGrid/examples/example3-editing.html

andyforever commented 9 years ago

I think this problem maybe caused by this function absBox() , does anyone know where the point is?

andyforever commented 9 years ago

I solved this by myself. As metioned at issue #888 Replace .width( with .outerWidth( to support jQuery >= 1.8

You can close this issue.

6pac commented 9 years ago

this problem was a transient bug between jQueryUI and jQuery, see http://bugs.jquery.com/ticket/12232. No need for this fix.

6pac commented 9 years ago

See https://github.com/mleibman/SlickGrid/issues/1055 for updated jQuery dependencies.