Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Kharitonov
Total activity
17
Last activity
October 01, 2024 12:28
Member since
October 17, 2023 13:12
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (0)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
October 01, 2024 12:28
1.) Is it really required to define the JS functions in a HTML page and then use cefBrowser.executeJavascript() to call them or Can we just write JS functions inside cefBrowser.executeJavascript() ...
Community
IntelliJ IDEA Open API and Plugin Development
Handle DOM Events happening in the Embedded Browser (JBCefBrowser)
0 votes
Created
September 30, 2024 12:19
You may also check an example of sending data from JS in the IJ platform:Frontend - https://github.com/JetBrains/intellij-community/blob/69b39c923a9a18bc9409c7b3bf02ace5cb678f1e/images/src/org/inte...
Community
IntelliJ IDEA Open API and Plugin Development
Handle DOM Events happening in the Embedded Browser (JBCefBrowser)
0 votes
Edited
September 30, 2024 12:12
Are CefBrowser and JBCefJSQuery sufficient to deal with such button click and further user events or are JBCefClient/handlers required?`JBCefJSQuery` is sufficient for sending any kind of informati...
Community
IntelliJ IDEA Open API and Plugin Development
Handle DOM Events happening in the Embedded Browser (JBCefBrowser)
0 votes
Edited
September 18, 2024 14:42
I found out that CefResourceRequestHandler can observe request and response.This handler can intercept the request, but it doesn't observe the responses by itself. There is no option to mirror the ...
Community
IntelliJ IDEA Open API and Plugin Development
How to read response body in JBCefBrowser?
1 vote
Edited
September 11, 2024 14:59
Hi Tanwen886,Starting version 2024.2 JBCefBrowser has getBrowserComponent method that returns the the proper component to subscribe for UI events.Before that you can get the events target component...
Community
IntelliJ IDEA Open API and Plugin Development
addMouseWheelListener is not worked in JBCefBrowser component
0 votes
Created
September 10, 2024 16:47
Hi mahu!At the time of the 2023.2.5 release, keyboard support was very limited and input methods did not work. It's got much better in newer versions. The only solution for 2023.2.5 is to not use O...
Community
IntelliJ IDEA Open API and Plugin Development
When creating the JCEF browser, the page cannot use the numeric keypad after OSR is enabled
0 votes
Edited
July 12, 2024 09:19
Hi Pierre,Currently the browser is run in OSR(off-screen-rendering) mode by default. The Drag&Drop is not supported in OSR yet.JBR-7399 JCEF: Support drag and drop in OSRAs a temporary solution I c...
Community
IntelliJ IDEA Open API and Plugin Development
HTML Element Drag&Drop not working anymore in Cef
1 vote
Created
February 09, 2024 19:49
It's an example of an actual request from JS side that contains the callbacks for the response:window.cefQuery({ request: 'request', onSuccess: function(response) { console.log(response); ...
Community
IntelliJ IDEA Open API and Plugin Development
idea plugin jbCefJSQuery return undefined
0 votes
Edited
October 17, 2023 13:30
Hi Exception Bug ,TL;DR: pass false to JBCefBrowserBuilder#setOffScreenRendering() and the browser will behave as before. Starting 2023.2 we switched JCEF to off screen rendering(OSR). So now by d...
Community
IntelliJ IDEA Open API and Plugin Development
on macOS, in JCEF, textArea cannot input chinese
0 votes