Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when try to move column to lock column #1303

Closed
diegobs2 opened this issue Feb 9, 2018 · 4 comments
Closed

Error when try to move column to lock column #1303

diegobs2 opened this issue Feb 9, 2018 · 4 comments

Comments

@diegobs2
Copy link

diegobs2 commented Feb 9, 2018

I'm submitting a ...

  • Bug report

Current behavior

i used a locked grid with reorderable columns and when i took the reorderable column over locked column, it stay bad.

Minimal reproduction of the problem with instructions

Image with the error

image

Browser:

  • Chrome (desktop) latest version

System:

  • TypeScript version: 2.7.1
  • Node version: 5.6.0
  • Platform: Windows
@rusev
Copy link

rusev commented Feb 12, 2018

Can you verify whether the error message in the browser console is similar to the following:

Uncaught TypeError: n.draggable.drag.takeUntil is not a function

This error is caused by the migration to the new rxjs. We will address this error. Other than that I'm not seeing any other issues.

@diegobs2
Copy link
Author

Its correct, the error displayed is

Uncaught TypeError: e.draggable.drag.takeUntil is not a function

No other issues, thanks!

@rusev
Copy link

rusev commented Feb 12, 2018

The fix is available in the latest dev build. You can give it a try.

@ipeshev
Copy link
Contributor

ipeshev commented Feb 16, 2018

Shipped with v2.1.0

@ipeshev ipeshev closed this as completed Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants