Ben McIntyre

Results 308 comments of Ben McIntyre

Perhaps this lack of row level DataView metadata needs addressing. There have been complaints about how often metadata is fetched, too. I'll be too busy for even minor re-architecting until...

I seem to recall that I added a way to define row css in my personal repo, then added it across to the main repo. I usually document these things...

I cannot repro this in chrome. What browser are you using?

Yeah, I think we've talked about some kind of rate limiting before. I think the events just pile up, and most could be discarded. The difference between those grids and...

No recollection of doing this at all (and no commend in the commit :-/ ). Happy with a settable delay and a change to the default.

Good catch. I don't have time to fix it properly, but this is the right approach - for row ```n```, work out how many group total rows are between this...

I can reproduce this (in FF 52). My best guess is it's a bug between jQuery 1.11.2 and FF 50ish, though I can't find one by googling. Hmmm ...

OK. At first I thought it was getting ```headerColumnWidthDiff``` wrong, but that's the same on both. I wonder if its the interpretation of ```important``` flags. I seem to recall that...

OK then. I'm not going to fix this, but if someone else does I'll happily integrate the workaround. I closed it because it looks like a jQuery bug, so when...

That looks like a bug. I remember something like this was fixed a long time ago. Perhaps we need to revisit it. If it's not clear where the problem is,...