Disable text selection in QT/WebKit GUI?

You can use javascript to "return false" on the start selection event in order to disable the text selection.

Worked for me :). – Kerry Oct 28 '10 at 4:16.

Check this answer in a related question about disabling text selection in WebKit!

I tried it, didn't work – Adal May 8 '10 at 21:54.

That's how I am doing it: cursor: default; -webkit-user-select: none; I am working on something quite similar, a desktop app with html/css-based interface. The above code takes care of text selection and the caret. Set css property cursor to pointer for your links, something like: a { cursor: pointer; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions