DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Fixed issue: responsive.details.type = 'column' prevents text selection. #65

Closed hect0r90 closed 8 years ago

hect0r90 commented 8 years ago

There was set an 'onmousedown' event to prevent the focus ring from showing. The problem was that it was applied to all columns and that was preventing the text selection inside normal columns. Now this event is only applied to the responsive column.

DataTables commented 8 years ago

Looks - good. Thanks for the PR!

Are you happy for this to be released under the MIT license?

hect0r90 commented 8 years ago

Yes, I have no problem

DataTables commented 8 years ago

Super - thanks!