mleibman / SlickGrid

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

Editable slick grid with Jquery 1.9 - Longtext now working #1069

Open webfriend13 opened 9 years ago

webfriend13 commented 9 years ago

Please check this link: http://runnable.com/VWWDtiT714t5wRMG/slickgrid_jquery_1-9_issue

Here I am using basic example of editable slick grid with jquery version 1.9. The problem is if I use jquery version 1.9, the pop-up which appears when you click on Slick.Editors.LongText column does not appear. If I change back to the jquery version to 1.7, everthing seems to be working, fine,

What options do I have here ? I have to use version 1.9 of jquery as some of the other modules depends on this version of Jquery.

Please help

6pac commented 9 years ago

If you like, check out my 'alternative master' fork at https://github.com/6pac/SlickGrid/wiki It has updated jquery versions.

6pac commented 9 years ago

(this can be a problem with conflicts between particular versions of jQueryUI and jQuery)