Kenneth G. Franqueiro

Results 74 comments of Kenneth G. Franqueiro
trafficstars

That's a good point about the discrepancy caused by zooming. Wouldn't we still run into that issue with the covering node if we took the approach of leaving a scrollbar...

Oh, so that means this is actually the cause of the misalignment you mentioned in #1272.

I know the question itself is unrelated (and there are reasons why it is the way it is, I'll explain when I have a chance), but you mentioned misalignment there...

What you are seeing is an artifact of the fact that the DnD extension synchronizes with the Selection mixin. On desktop this works seamlessly since selection triggers on mousedown, but...

Huge +1 to "use existing abstractions rather than create new ones". The fact that dstore uses `dojo/request` rather than `dojo/_base/xhr` (or any other direct implementation, legacy or otherwise) is a...

Personally I would vouch for keeping the underscore prefix on these methods if they are to be included. They are not part of the public API per se, as you...

dgrid (as well as other JS grid implementations) renders each row in a separate table in order to support scrolling of the grid body, lazy loading of rows, and other...

Interesting. I was actually wondering if adding `aria-labelledby` would be the solution (as I understood it, `aria-describedby` is expected to reference a node with a far more wordy description).

The `tabIndex = -1` has been removed from all but Firefox (which is the only browser it actually needs to be applied for), in e307c64276488820ca409690fddb608e1ec73e40. No changes have been made...

@EToreo, this issue is about `Editor` with `editor: 'checkbox'`, not `Selector`, if that's what you're thinking of. I believe the reason most of the cell qualifies as the checkbox's hitbox...