Safari 5.1 crashes when clicking the pagination-select
Safari 5.1 crashes when clicking the pagination-select
effkay
Posts: 12Questions: 3Answers: 0
First of all, thanks for an infinitely useful plugin.
I'm not sure if this is an isolated issue or not, but I couldn't find anything about this on the forum, so I thought I'd post my report here. Ok, so here's my setup: Safari 5.1 on a MacBook Pro 17" and iMac 27" running OS X Lion 10.7.1. Also, I'm using DataTables 1.8.1, JQuery 1.6.2, JQuery UI 1.8.16 and the awesome qTip 2-plugin (nightly).
Each and every time I click the pagination-select, Safari irrevocably crashes. This happens on both of my Macs. It works normally in Google Chrome and Firefox (latest versions).
Here's my init code:
[code]
dt = $('table.dt').dataTable({
'bJQueryUI': true,
'sPaginationType': 'full_numbers',
'aLengthMenu': [[25, 50, 100, -1], [25, 50, 100, dt_locale.all]],
'iDisplayLength': 25,
'oLanguage': dt_locale,
'aoColumns': [{'sType': 'html'}, null, null, {'bSortable': false}, {'bSortable': false}],
});
[/code]
Anyone else experiencing this?
I'm not sure if this is an isolated issue or not, but I couldn't find anything about this on the forum, so I thought I'd post my report here. Ok, so here's my setup: Safari 5.1 on a MacBook Pro 17" and iMac 27" running OS X Lion 10.7.1. Also, I'm using DataTables 1.8.1, JQuery 1.6.2, JQuery UI 1.8.16 and the awesome qTip 2-plugin (nightly).
Each and every time I click the pagination-select, Safari irrevocably crashes. This happens on both of my Macs. It works normally in Google Chrome and Firefox (latest versions).
Here's my init code:
[code]
dt = $('table.dt').dataTable({
'bJQueryUI': true,
'sPaginationType': 'full_numbers',
'aLengthMenu': [[25, 50, 100, -1], [25, 50, 100, dt_locale.all]],
'iDisplayLength': 25,
'oLanguage': dt_locale,
'aoColumns': [{'sType': 'html'}, null, null, {'bSortable': false}, {'bSortable': false}],
});
[/code]
Anyone else experiencing this?
This discussion has been closed.
Replies
Allan