leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
536 stars 215 forks source link

DateTimePicker seems to be wrong #293

Closed Allen-Li closed 7 years ago

Allen-Li commented 8 years ago

I used the following code,but the DateTimePicker position was wrong,and invalid click,when i double-click on DateTimePicker, it was gone wrong.

g.column name: 'Created', attribute: 'created_at'

Error message

extensions::uncaught_exception_handler:8 Error in event handler for (unknown): TypeError: Cannot read property 'left' of undefined
    at getSelectionEndPosition (chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/lookup.js:90:21)
    at createPopUp (chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/lookup.js:689:32)
    at createPopUpEx (chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/lookup.js:653:4)
    at onText (chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/lookup.js:844:2)

Could anyone help me? thx.

leikind commented 8 years ago

Your error is in some Chrome extension. What does WiceGrid have to do with this?