Opened 12 years ago
Closed 12 years ago
#9462 closed Bug (invalid)
Image unselectable in Opera (12.50) when in text with 0 selection range.
Reported by: | Coobie | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.6.6 |
Keywords: | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
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)
Change History (3)
comment:1 Changed 12 years ago by
Cc: | Hallvord R. M. Steen (Opera Software) added |
---|---|
Keywords: | Opera Null Selection removed |
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Hi, I have just checked this problem in latest Opera 12.10 (also known as 12.50) and I can say that there is no problem.
Since this problem didn't exist in any official release of Opera I'm closing this issue as invalid.
Anyway, @draders thank you for reporting this and @hallvord thank you for fixing as I assume that some patch was provided for Opera.
I don't see this error in Opera 12.02 and Opera 12.50 is not out yet. I'm however cc-ing someone from Opera who perhaps will have a look at it.