Matt Bryson

Results 35 comments of Matt Bryson

Ah great šŸ‘. I'll try using the older image and see what happen. On Mon, 2 May 2022, 14:42 Fred Ngo, ***@***.***> wrote: > OK, so it *does* seem like...

Any timeframe on when auto resize of col width will be added, much needed for responsive layouts! If not , any known workarounds at the moment - something to run...

I did find a way to do this with a monkey patch. Its not ideal, but it does the job. Firstly, I couldn't see a way to expose the `Grid`...

Iā€™ll have a look at what is up with it... ## Matt Bryson On 20 November 2016 at 20:23:54, jwdinker ([email protected]) wrote: Hey @QuantumRevenger https://github.com/QuantumRevenger! 'Hold' is definitely broken. There...

Thanks for the heads up, I'll swap over the method calls.

will action this in the next release that re works the event model

What exactly is the issue here - is this on touch devices? iOS, android, windows mobile? or using a mouse? Using a mouse, clicking and dragging to select text is...

Yeah, this is a tricky one on mouse based input. I the latest version, If you donā€™t ā€œmoveā€ in an interaction, then it allows default events. Ā This means out the...

@thefraj what is your usecase - you want swiping on touch interaction, but text selection on mouse interaction?

yeah, It should really do this. at the moment, the events for 'swipe', 'tap' etc etc are only bound and triggered if you pass in handlers when initialising $.swipe(). -...