Lumos icon indicating copy to clipboard operation
Lumos copied to clipboard

Window resolution abnormal

Open syslot opened this issue 10 months ago • 11 comments

When I update the new version 1.0.13, the extension's window resuolution is abnormal. Screenshot 2024-04-09 at 11 36 20

syslot avatar Apr 09 '24 03:04 syslot

@syslot, thanks for reporting the issue! What browser and browser version are you using?

andrewnguonly avatar Apr 09 '24 04:04 andrewnguonly

I tested this with two browser:

  1. Chrome with Version 122.0.6261.129 (Official Build) (x86_64)
  2. Arc Version 1.37.0 (48361) Chromium Engine Version 123.0.6312.106

syslot avatar Apr 09 '24 12:04 syslot

I'm testing with Chrome version 123.0.6312.107 and I can't reproduce the issue. I'll test with Arc next. The screenshot looks like it's from Arc.

andrewnguonly avatar Apr 09 '24 14:04 andrewnguonly

this pic is captured in chrome

syslot avatar Apr 10 '24 02:04 syslot

Can you inspect popup window and check the width of the popup class? What does it show?

I can reproduce the issue if I remove the width attribute of the popup class.

.popup {
  /* width: 550px; */
  padding: 10px;
}

andrewnguonly avatar Apr 10 '24 03:04 andrewnguonly

It doesn't match the situation you described. For the reason that I can't find the popup segment in style. Is it unexpected width of the container?

syslot avatar Apr 10 '24 07:04 syslot

The expected width of the popup is 550px, as specified in Popup.css. If you don't see the popup class, then something is very wrong 😅

Can you try deleting the dist folder/files and rebuilding the entire app (i.e. npm run build)?

andrewnguonly avatar Apr 10 '24 14:04 andrewnguonly

The expected width of the popup is 550px, as specified in Popup.css. If you don't see the popup class, then something is very wrong 😅

Can you try deleting the dist folder/files and rebuilding the entire app (i.e. npm run build)?

Thanks for your reply. I've fellowed your advice , remove all project source code and re-clone it. After execute cmd : npm run build and load the dist fold, I found two errors in my extension page; here are :

image image

Is this the problem?

syslot avatar Apr 11 '24 12:04 syslot

It's possible that there's a CSS class name collision with another extension. I'm going to update the class names to see if that helps.

andrewnguonly avatar Apr 14 '24 03:04 andrewnguonly

@syslot, can you try version 1.0.14?

andrewnguonly avatar Apr 14 '24 04:04 andrewnguonly

Hey @syslot, just checking in. Does version 1.0.14 resolve your issue?

andrewnguonly avatar Apr 26 '24 14:04 andrewnguonly

Closing this issue for now. @syslot, if the issue is still present in the latest release, please re-open this issue. Thanks!

andrewnguonly avatar May 18 '24 21:05 andrewnguonly