FixedColumns nightly - Problem with scrollbar
FixedColumns nightly - Problem with scrollbar
Hello.
The horizontal scrollbar under the fixed columns part is not 'grabbable' by a mouse pointer in Firefox and Chrome.
Here is the test case: http://live.datatables.net/osaqow/6
You can test it with Firefox. In other browsers this example doesn't render correctly for some reason. However, when I have tested the FixedColumns nightly version in my environment, I've got the similar results, where the scrollbar was working correctly in internet explorer 10 (atleast, in ie8 document mode) and not in Chrome / Firefox.
Here is the screenshot: https://dl.dropboxusercontent.com/u/10632000/multi-row-header-firefox-2-scroll-problem.png
Artjom
The horizontal scrollbar under the fixed columns part is not 'grabbable' by a mouse pointer in Firefox and Chrome.
Here is the test case: http://live.datatables.net/osaqow/6
You can test it with Firefox. In other browsers this example doesn't render correctly for some reason. However, when I have tested the FixedColumns nightly version in my environment, I've got the similar results, where the scrollbar was working correctly in internet explorer 10 (atleast, in ie8 document mode) and not in Chrome / Firefox.
Here is the screenshot: https://dl.dropboxusercontent.com/u/10632000/multi-row-header-firefox-2-scroll-problem.png
Artjom
This discussion has been closed.
Replies
Allan
Allan
http://live.datatables.net/ekajav/edit#source
The wrong nightly file was being pulled in :-(. I need to update the references.
Allan
_______________________________________________________
TypeError: $(...).on is not a function
[Break On This Error]
$(this.dom.scroller).on( 'scroll.DTFC', function () {
dataTa...htly.js (line 408)
_______________________________________________________
As I've mentioned previously we have to use an old version of jquery, that is 1.5.2, which doesn't support on() method. Can't you use delegate() instead?
Do these changes mean that with the new FixedColumns release the support for older versions of jquery would be dropped? If I am not mistaken then on() method was first introduced in jquery version 1.7.
Thanks,
Artjom
Allan
Allan