Winforms - Browser Hang/Not responding when load large html table #4631
Replies: 5 comments 1 reply
-
any suggestion? |
Beta Was this translation helpful? Give feedback.
-
Have you tested with the latest version? M119 at time of writing How does Does the problem reproduce using the MinimalExample?
Have you checked the log file for errors? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Noting in logs related to it. Let me explain my issue: I have a page, after load (!e.IsLoading) I am filling the form, after fill, clicking on the button using javascript call. But When have Million rows, unable to do any javascript click.. I have done these things using Timer, ie checking the HTML table filled or not using timer tick event. I think Time is issue. Need to look who can I detect that html table is rendered without using timer? |
Beta Was this translation helpful? Give feedback.
-
Only this : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
117.2.40.0
Operating System
Windows Server 2016
Architecture
x64
.Net Version
.Net 4.8.2
Implementation
WinForms
Reproduction Steps
Have load a large page with html table which has more than 5000 rows, unable to scroll to the end of the page.
Expected behavior
Should work like normal browser
Actual behavior
Browser hang
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions