Column reorder error in IE11, Edge, Firefox
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior Columns can be dragged but an error occurs when dropping column in new location.
Expected behavior Columns reorder without error.
Reproduction of the problem http://swimlane.github.io/ngx-datatable/#
What is the motivation / use case for changing the behavior? If this feature isn’t supported in IE it cannot be used in our application.
- Browser: Firefox 52.0.2 | IE 11, Edge
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (2 by maintainers)
Top Results From Across the Web
Backwards compatibility of flexbox - CSS - MDN Web Docs
Flexbox is very well supported across modern browsers, however there are a few issues that you might run into. In this guide we...
Read more >Fix site display issues with Compatibility View in Internet ...
Learn how to fix website display problems using Compatibility View in Internet Explorer.
Read more >Argos Web Viewer - TeamDynamix
Internet Explorer 11, Microsoft Edge, Mozilla Firefox, or Google Chrome ... Click a different column header to sort on that column instead.
Read more >Do accessible websites still need to support Internet Explorer ...
Freedom Scientific who make JAWS used to recommend IE11, but now recommend Chrome, Edge or Firefox. Dragon NaturallySpeaking – speech ...
Read more >Compatibility with MS Edge — DataTables forums
When I try to run this in chrome, firefox and ie 11 everything ... in the same column then I cannot edit another...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stas-kh Having same issue now in new application that we need to support IE11 in. Please reply back if you find a work-around.
@krzysiekpiasecki Try it out: https://stackblitz.com/edit/github-cvygc2
I’ve added the following to styles.css:
But it is better to add rules like
user-select
andcursor pointer
not only for IE 😃