IE 9 Paginatation

IE 9 Paginatation

alphaRomeoalphaRomeo Posts: 2Questions: 0Answers: 0
edited May 2011 in Bug reports
The navigation of the pagination does not work in IE9 properly.
The forward and back-buttons only work on a double-click.
A single click has no effekt.
The mouse-icon is different to other browsers.

this happens here:
http://www.datatables.net/examples/basic_init/scroll_x.html
http://www.datatables.net/examples/plug-ins/paging_plugin.html

Replies

  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    The paging seems to work fine for me in IE9. Does it require a double click for you on the other example pages as well? I can't explain why that would be since it uses $().click(). Perhaps try using jQuery 1.6.1?

    The CSS mouse issue will be due to the CSS hack needed for IE8-. I'll have a look at addressing that in my demo CSS files.

    Allan
  • alphaRomeoalphaRomeo Posts: 2Questions: 0Answers: 0
    i need to double-click here too:
    http://www.datatables.net/examples/basic_init/zero_config.html
    http://www.datatables.net/examples/basic_init/table_sorting.html
    http://www.datatables.net/examples/basic_init/multi_col_sort.html

    IE 9.0.8112.16421

    on my personal page with datatables i use jQuery 1.6.1 and have the same issues.
    But when i use "sPaginationType": "full_numbers" its works right - without the need of a doubleclicking.
  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    I've just tried again on a different machine and it seems okay for me. Can anyone else reproduce this (opening out to the forum)?

    Allan
  • emeraldemerald Posts: 5Questions: 0Answers: 0
    Hi,
    I used IE 9.0.8112.16421 and had no problems with the pagination (single click works like intented)

    I tested the following pages:
    http://www.datatables.net/examples/basic_init/zero_config.html
    http://www.datatables.net/examples/basic_init/table_sorting.html
    http://www.datatables.net/examples/basic_init/multi_col_sort.html
  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    Thanks for the confirmation emerald.

    Allan
  • jamesaverybrownjamesaverybrown Posts: 5Questions: 0Answers: 0
    I have this same issue with IE8 using TableTools buttons. All buttons require a double click. However, pagination buttons work with single click. Any thoughts?
  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    As before, I've not been able to reproduce this problem with the links provided. Do they work for you, or have you got a different example showing the problem?

    Allan
  • jamesaverybrownjamesaverybrown Posts: 5Questions: 0Answers: 0
    All sorting and pagination functions work with single click. The TableTools buttons on the example page only work with double click. Tested on multiple machines: WinXP IE7 and IE8, Win7 IE8 and IE9.

    http://datatables.net/extras/tabletools/
  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    This appears to be an issue with the latest update to TableTools :-(. Basically the problem is that in the new version embeds the Flash button into elements, and IE appears not to like that all that much. I'll need to investigate further and get back to you on this.

    Allan
  • allanallan Posts: 63,107Questions: 1Answers: 10,394 Site admin
    I've just committed a fix for this ( http://tinyurl.com/cey9nns ). Basically the issue was indeed the Flash being inside a - IE doesn't behave the same as all other browsers - so I've used a for the buttons in IE, rather than buttons, while all other browsers will use since it is the right thing to do.

    The latest version of TableTools can be obtained from the downloads page: http://datatables.net/download or from Github. I'll be releasing 2.1.2 shortly (when I'm happy that there are no other issues!).

    Regards,
    Allan
  • jamesaverybrownjamesaverybrown Posts: 5Questions: 0Answers: 0
    Thanks for the quick response. Great product, keep up the good work!
This discussion has been closed.