Safari 5.1 crashes when clicking the pagination-select

Safari 5.1 crashes when clicking the pagination-select

effkayeffkay Posts: 12Questions: 3Answers: 0
edited September 2011 in Bug reports
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?

Replies

  • allanallan Posts: 61,821Questions: 1Answers: 10,127 Site admin
    I'm using a Mac, but only Snow Leopard, and not seeing this. I've not heard of this problem before, and I'd be very surprised if the pagination is causing the crash, although it could of course be triggered something else that is. Does the debug trace when Safari crashes indicate anything at all useful?

    Allan
This discussion has been closed.