Topic awaiting preservation: Stopping text selection in Opera (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: London |
posted 05-14-2005 17:30
Can anyone shed any light on how I would stop text from being selected in Opera? code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
Paranoid (IV) Inmate From: Florida |
posted 05-14-2005 18:00
...exactly what is the point of that? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-14-2005 18:22
that is indeed a problem! |
Paranoid (IV) Inmate From: USA |
posted 05-14-2005 19:57
reisio: if you have a text-filled span (for example) that's clickable, the user might inadvertantly select the text instead of clicking, which screws everything up. |
Paranoid (IV) Inmate From: Florida |
posted 05-14-2005 22:59
how does it screw everything up...isn't the span clicked regardless? |
Paranoid (IV) Inmate From: USA |
posted 05-16-2005 01:11
Well, the biggest problem is that it A) is unexpected, and B) defeats the illusion that you're clicking a button. From a human interface perspective, these are unacceptable. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 05-16-2005 04:03
I gotta go with reisio here... this is normal functionality we're talking about here. |
Bipolar (III) Inmate From: London |
posted 05-18-2005 15:43
This is for a project I'm working on where the selection of text would actually be a bad thing in context. I have a lot of drag and drop code, and in Opera, text is being selected while dragging... and I just cannot stop it. |