mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
ab9dfd5052
Fix: Table could conitnually expand when x-scrolling was enabled. This was partly addressed in 6776, but the fix was incomplete as it would still occur on Safari Mac (possibly other browsers as well). This fix is very closely related to 8332 (hence commiting together as they are interdependent). Now use padding right on the header/footer wrapper to provide the overflow scroll ability, but only add it when a scrollbar is present - otherwise the width gets added on and we get the forever expanding table. Dev: Unit tests - New tests for scrolling to ensure 6776 and 8332 don't occur again |
||
---|---|---|
.. | ||
-complex_header.php | ||
2512.php | ||
6776.php | ||
complex_header_2.php | ||
deferred_table.php | ||
dom_data_th.php | ||
dom_data_two_headers.php | ||
dom_data.php | ||
dymanic_table.php | ||
empty_table.php | ||
html_table.php | ||
js_data_mixed_types.php | ||
js_data.php | ||
two_tables.php |