Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
taye
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Interact.js – multi-pointer drag and drop, resizing and gestures
(interactjs.io)
3 points
by
taye
11y ago
|
0 comments
2.
▲
by
taye
12y ago
Gah! Thanks for mentioning this. What browser did you try it with?
3.
▲
by
taye
12y ago
I've never liked famo.us and never bothered to look into it so a rewrite for it won't happen (at least not by me). I'd like to think that if famo.us is any good then something like interact.js should be able to work with it w
4.
▲
by
taye
12y ago
That's due to hardware acceleration so really Chrome is buggy. I don't really know what to do about that.
5.
▲
by
taye
12y ago
Thanks for mentioning that. It's fixed now.
6.
▲
by
taye
12y ago
My heart sunk a little, before the ellipsis. You're welcome!
7.
▲
by
taye
12y ago
It's because of hardware acceleration something or other. I don't really know what to do about that :D. I saw the same thing on Chrome and Firefox on Windows until a few months ago. I don't have a Mac so... ¯\_(ツ)_/¯.
8.
▲
by
taye
12y ago
Thank you. I wouldn't call it a subset and I didn't make it as an alternative to jQuery UI. However, I do have plans to make one ;-). I think that the advantage is in what interact.js doesn't do. It's more about provid
9.
▲
by
taye
12y ago
I think that that sort of thing would better done in a separate library. I've actually been thinking about doing it myself but I haven't had the time.
10.
▲
by
taye
12y ago
Thanks! Unfortunately I've had only an Android tablet and Firefox OS phone to test the homepage extensively so I'm not surprised that the website has some usability problems on other devices and form factors.
11.
▲
by
taye
12y ago
> When you drag no-drop over the yes-drop div it appears on top. If you then drag yes-drop and go back to dragging the no-drop this then appears under the yes-drop div. This is because before dragging, there's no CSS transform style
12.
▲
Interact.js for drag and drop, resizing and multi-touch gestures
(hacks.mozilla.org)
11 points
by
taye
12y ago
|
0 comments
13.
▲
by
taye
13y ago
Not presently. However, it's been on my mind for a while and as of now is priority numero uno.
14.
▲
by
taye
13y ago
Thanks I hadn't actually thought about the Mac touch-pad and unfortunately I don't have easy access to one for testing.
15.
▲
Show HN: interact.js – Powerful, flexible drag and drop and multi-touch gestures
(interactjs.io)
4 points
by
taye
13y ago
|
4 comments
16.
▲
Show HN: livedemo - demo HTML, CSS and JS snippets on your site
(github.com)
3 points
by
taye
13y ago
|
0 comments
17.
▲
by
taye
13y ago
Firfox doesn't fire paste events unless an editable element has focus. You would have to bring focus to an input element to make sure that an event is fired.
18.
▲
by
taye
13y ago
What if your site is a graphic editing web app using a <canvas> renderer? By convention users should be able to copy and paste graphical objects created within the app as well as paste text or images copied from elsewhere. If you use
19.
▲
by
taye
13y ago
I don't have a mac. I was too lazy to get someone else's to test this. But I'm sure people reading can figure out how to get it working on macs :)
20.
▲
by
taye
13y ago
No apology necessary. As I mentioned in another comment, I use NoScript to disable javascript so I wouldn't even notice that kind of thing. I agree that that is unnecessary and sort of abusive to users. I only intended on using this wi
21.
▲
by
taye
13y ago
I'm really not sure and I've been too occupied to try things out. Detecting a long hold and then selecting the text before the usual mobile context menu pops up could be good enough. I only devised this solution for a desktop app.
22.
▲
by
taye
13y ago
I've never actually noticed any site doing that to me as I usually browse with NoScript. I wrote that post with the intention of using the solution in apps to copy/paste app data in plain text - eg. selecting multiple objects in a
23.
▲
How to control what is copy-pasted to and from the clipboard in the browser
(taye.me)
30 points
by
taye
13y ago
|
38 comments