Opera crash on right click
-
flaviu2 last edited by flaviu2
I found out an issue where Opera browser is always crash.
Input: Win10, 64 bit. Opera 85.0.4341.22Scenario: mark some text there:
Do focus on another Windows app (kill focus for Opera). Then go to Opera again (set focus on Opera), and first thing: Do a right click on the web page: crash happen !
If you need mode details, please tell me.
P.S. Crash happens when you mark the formated text inside of that page, ex:
struct Prediction{ std::unique_ptr<std::vector<std::vector<float>>> boxes; std::unique_ptr<std::vector<float>> scores; std::unique_ptr<std::vector<int>> labels; };
P.S. 2: This crash happen on several sites: https://stackoverflow.com/questions/71718788/mfc-ondraw-vs-onpaint
Mark a formated code:
void CView::OnPaint() { // standard paint routine CPaintDC dc(this); OnPrepareDC(&dc); OnDraw(&dc); }
Kill focus from that page, set focus again, and first thing: do a right click after set focus: crash happen.
P.S. Extra info:
Crash from Monday, April 4, 2022 at 5:43:10 PM Status: Not yet uploaded, or ignored Local Crash Context: 0fec27cd-8320-48d1-a9d3-8f81ad3ef632 Crash from Monday, April 4, 2022 at 5:42:45 PM Status: Not yet uploaded, or ignored Local Crash Context: 8a2d7d9d-4b36-499b-8be8-50d89af5a4e4 Crash from Monday, April 4, 2022 at 5:40:55 PM Status: Not yet uploaded, or ignored Local Crash Context: 50748760-c63e-41c9-876a-0376e9e87de5
-