Opened 17 years ago
Closed 11 years ago
#2194 closed Bug (fixed)
Opera: Caret doesn't move on right click [CORE-33108]
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 3.4.1 |
Keywords: | Opera | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
Steps to Reproduce
- Load sample01.html.
- Click inside the linked "FCKeditor" text to place the caret there.
- Right click out of the "FCKeditor" link (e.g. inside "sample text").
The link context menu options will be there because the caret was not moved to the right click point before the context menu got opened. To check it, it is enough to click in the empty space in the toolbar to hide the context menu; you will see that the caret is still in the original location.
Confirmed with Opera build 9972.
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
That's exactly what I've suspected Hallvord, and your solution seems the only way to go. We can live with it for now.
Changed 14 years ago by
Attachment: | krst_21.43.28.png added |
---|
Confirmed for Opera 10.61.3484, CKE 3.4.1 Nightly
comment:3 Changed 14 years ago by
Version: | SVN (FCKeditor) - Retired → 3.4.1 (SVN - trunk) |
---|
comment:5 Changed 14 years ago by
Summary: | Opera: Caret doesn't move on right click → Opera: Caret doesn't move on right click [CORE-33108] |
---|
Please close this bug if you like, reported on Opera's side as CORE-33108 and I think it's better fixed on our side.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed in Opera when it switched to Blink.
IMO this is likely a side-effect of the button hack you use to show right-click menus in Opera. It's probably hard to fix on your side but by design on our side. (And I want oncontextmenu support, dammit :( )
Probably the long-term fix is on our side with proper oncontextmenu support. For now we can live with this open I guess..