dset0x

Results 23 comments of dset0x

Note that other than this issue, I also see a very similar one when trying to compose new mail or reply to a mail. A new tab is opened with...

It would be great to see this merged. When working with strings where the length is already known and especially if no NULL-terminator is present, it is a waste of...

Perhaps this should _also_ happen when modifying links. (e.g., be shown a warning)

Hello @kidh0 , you're right about that. (Also I wrote `auto` above. I meant to say `scroll`, which makes your point) 1. Navigate here and open the console so you...

I am testing both on Google Chrome and Firefox. OS is Linux (Xorg). Using the scroll wheel and keyboard buttons generate events which are picked up in the document, so...

It will trigger `isActive`, but it's too late, since the user was already not idle. I understand jquery.idle expects the browser to inform it about events, but I don't know...

It looks like there should be a way. With `addEventListener` one can specify `useCapture=true` and (at least) scroll events are then picked up from any element. https://jsfiddle.net/uzkd3xqp/6/

Using the vanilla version, modified to pass `useCapture=true`, with the `drag` event enabled seems to do the trick in the jsfiddle example. Thanks. - Would you be interested in adding...

I would want to work on it. Unfortunately it has been (and by the looks of it will remain) on the back burner due to more pressing issues. I have...

> I'll need to look into this more, but I'm guessing that JWM is forgetting that the window is supposed to be maximized. It doesn't seem to me that this...