-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
DataTable with PMultiSelect error in Chrome 62 #4233
Comments
Same issue here. Issue occurs during unselect, also on single items. |
Also having this issue. Tried updating to latest Angular (4.4.6) and PrimeNG (4.2.2) and it does not help. This issue makes the data-table basically unusable in Chrome |
Could not replicate but replaced that part causing the issue. |
@cagataycivici 3b84cf7 does not seem to resolve this issue for me. I still get
Tried with 4.3.0-rc.1 which includes the referenced commit (after fixing the export issue with the build). I think the key to hitting this issue is the combination of the following options:
None of the demos have all three together though so the issue can't be reproduced in those. |
Even I am getting the above issue. Also, I have the above combination of the options. Is there any solution or do anyone know the reason of the problem? |
It works in other browsers, except Chrome. Reproducable in the showcase with Chrome https://www.primefaces.org/primeng/#/datatable/coltoggler |
In my case
then working... |
Still getting the error here too, even after upgrade to PrimeNg v5.0.0-rc.0 & Angular v5. Still reproducible in the showcase https://www.primefaces.org/primeng/#/datatable/coltoggler as @ova2 mentioned. |
Looks like colToggler broke after chrome made the latest update; thanks for attention to this issue |
Also seeing this issue with Angular :5.0.0 and primeng 5.0.0 in Chrome only |
I fixed it with an interceptor for property setter
|
By the way. In case you using [rowsPerPageOptions] in my case [25,50,75,100] set [rows] = 25 select all items and change pagination to 100 for example. Same error appears. |
I have the same problem. I have checked out the primeng demo project (version 4.3.0) for coltoggler and it works fine. The only difference is the dependent library defined in package.json is slighter different, especially the angular 4 library. https://github.com/primefaces/primeng/blob/4.3.0/package.json |
Same problem here |
Update chrome to 63 version. This related to chrome bug. |
Thank you, @LogicEveryWhere! |
There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeNG PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Current behavior
Multiselect unselectAll doesnt work
Expected behavior
Everything works.
Minimal reproduction of the problem with instructions
It problem also reproduces on your`s example
https://user-images.githubusercontent.com/11975401/31877089-d4e962e2-b7dd-11e7-971b-f865f71dc70f.png
Please tell us about your environment:
Reproduce on each platform (Ubuntu / Mac / Windows )
Angular version: 4.3.X
PrimeNG version: 4.2.X
Browser: [Chrome 62]
Language: [TypeScript 2.2]
The text was updated successfully, but these errors were encountered: