﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9462	Image unselectable in Opera (12.50) when in text with 0 selection range.	Coobie		"If your cursor is in text, and you double click on an image, the image dialog will pop up, but it will not load the information from the image.

On line 679 of the wysiwigarea plugin there is the code:


{{{
if ( !( CKEDITOR.env.ie || CKEDITOR.env.opera ) )
}}}

for a mousedown event, removing the opera condition from this statement fixes the issue. I am not sure if this happens in older versions of opera, so it may need a version check.

This same issue exists in the beta of v4 (At least on the demo page, not sure about current git build)"	Bug	closed	Normal		Core : Selection	3.6.6	invalid		Hallvord R. M. Steen (Opera Software)
