question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Column reorder error in IE11, Edge, Firefox

See original GitHub issue

I’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/#

image image

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:open
  • Created 6 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
rlbonn01commented, Aug 25, 2017

@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.

1reaction
stas-khcommented, Feb 12, 2018

@krzysiekpiasecki Try it out: https://stackblitz.com/edit/github-cvygc2

I’ve added the following to styles.css:

@media all and (-ms-high-contrast:none) {
    .datatable-header-cell > div {
        pointer-events: auto !important;
        -ms-user-select: none;
        cursor: pointer;
    }
}

But it is better to add rules like user-select and cursor pointer not only for IE 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found