html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

[BUG]

Open ozguraslanCE opened this issue 2 years ago • 3 comments

Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering.

I was using version-[1.8.0] and render multi htlm-editor widget on web application.After upgrade flutter the packa get error afterwards I change version to [2.5.1].When using multi html-editor for flutter web view throw exception.

Here is ui web view--- Screenshot 2023-02-27 at 14 54 21

Here is ui code sample --- Screenshot 2023-02-27 at 15 03 33

Here is logs--- Screenshot 2023-02-27 at 15 04 25

ozguraslanCE avatar Feb 27 '23 12:02 ozguraslanCE

  • I have a similar problem when i try open inappwebview in other page from the editor screen
Navigator.push(
    context,
    MaterialPageRoute(builder: (context) => const SecondPage()),
  );
  • I checked and it only happens on flutter >= 3.7.0
Screenshot 2023-04-03 at 10 58 01

dab246 avatar Apr 03 '23 04:04 dab246

Under discussion here https://github.com/flutter/flutter/issues/118159 or https://github.com/flutter/flutter/issues/104970

dab246 avatar Apr 03 '23 04:04 dab246

Use pointer_interceptor version 0.9.1 resolved for my case

dab246 avatar Apr 03 '23 06:04 dab246