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

[BUG] Blurry webview after scroll bar appears on web

Open Ibtesam-Mahmood opened this issue 1 year ago • 1 comments

Describe the bug I’m having a bug with the EnhancedWeb view where the viewer becomes blurry/low resolution when the text overflows the defined size and starts scrolling. See screenshots below for refrence.

To Reproduce Steps to reproduce the behavior:

  1. Define a height within the OtherOptions
  2. Keep typing until the text overflows the set height
  3. The viewer becomes blurry

Expected behavior The viewer shows in full reolution no matter the content length.

Screenshots Before (Defualt Resolution) image

After (Low Resolution) image

Device: Flutter Web on Chrome.

Ibtesam-Mahmood avatar Mar 16 '23 16:03 Ibtesam-Mahmood

Hello, I'm working on this package and have been stuck with some issues. If it's not too much to ask, would you mind clearing the issues for me, please? I'm using flutter web on chrome (--web-renderer html)

  1. With toolbarType.nativeScrollable, how can I add visible scrollbar to easily scroll to the desiring options horizontally? I can see that your toolbar looks so clean and nice. Mine have an issue with the width. (As in the attaching image).
  2. I want to omit the note-statusbar but failed to do it. Can you help me out? I've been flipping over files and found the JS file for it but still fail to omit it T.T. Thank you so much! image

dangmt-se avatar Jul 04 '23 06:07 dangmt-se