MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

Prevent Text Drag? #69

Open ckizer opened 11 years ago

ckizer commented 11 years ago

if something is set to content editable, or shows text cursor on hovering, and you drag, you will drag your webkit past the view of the content. With this issue, you could never actually distribute and app because it would be clear to everyone that it's just an "iframe" webkit view.

I made a movie so you can see the issue. Please advise who i could prevent this?

Movie http://kizer.me/scrolling-bug.mov

christopherjones commented 11 years ago

Have you tried using some CSS?

body { -webkit-user-select: none; }