alalonde / angular-scrollable-table

A fixed header table directive for AngularJS
MIT License
68 stars 48 forks source link

table scrolls when you're interacting with header on Chrome and IE #27

Closed kwieckowski-neducatio closed 8 years ago

kwieckowski-neducatio commented 9 years ago

Tested on: Chrome 40 / IE 11

  1. Open demo fiddle
  2. Scroll to the bottom of the table
  3. Click and hold your mouse button on any header and move your mouse (i.e. try to highlight header's title)

Weird... I know ;) The problem doesn't exist on Firefox though..

alalonde commented 9 years ago

Whoa, that is weird. I found a solution by intercepting the mouseover event; however, that breaks selecting text in the header so I'm not going to include it, and just hope that it's a browser bug :)

alalonde commented 8 years ago

Can't reproduce with Chrome 50. Procrastination FTW!