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 is having issues while using CompositeEditor to implement detached item edit form #1039

Open RavikumarMeesala opened 9 years ago

RavikumarMeesala commented 9 years ago

Hi , there is some CSS Issue or java script issue with when using CompositeEditor to implement detached item edit form in which one of the column is using Slick.Editors.LongText . when the Edit form is opened the Text Area is popped up always and the Save and Cancel buttons are not working.

Note : in the example http://mleibman.github.io/SlickGrid/examples/example-composite-editor-item-details.html just change the description column to LongText {id: "desc", name: "Description", field: "description", width: 100, editor: Slick.Editors.LongText} .you will be able to replicate the error image

in the example