﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
21	Opera doesn't recognize user-select:none	Alfonso Martínez de Lizarrondo	Alfonso Martínez de Lizarrondo	"The text in the toolbar can be selected (and it might lead to those little errors when the focus gets lots and user is frustrated). I've tested and it doesn't recognize any CSS attribute with regards to user-select, but acts as IE with the property unselectable:

{{{
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<html xmlns=""http://www.w3.org/1999/xhtml"" >
<head>
    <title>Untitled Page</title>
</head>
<body>
	<div style=""user-select:none"">
		This text shouldn't be selectable. user-select:none
	</div>
	<div style=""-moz-user-select:none"">
		This text shouldn't be selectable. -moz-user-select:none
	</div>
	<div style=""-o-user-select:none"">
		This text shouldn't be selectable. -o-user-select:none
	</div>
	<div unselectable = 'on'>
		This text shouldn't be selectable. unselectable = 'on'
	</div>
</body>
</html>
}}}

So I've tested and copying the IE code seems to work. I'm attaching a patch.[[BR]]

I think that it should be reported to Opera so we can have a cleaner code, but for the moment we can use this workaround."	Bug	closed	Low		General		worksforme	HasPatch Opera	Hallvord R. M. Steen (Opera Software)
