Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS of Cropper component not loaded at sign page #2596

Closed
vitormattos opened this issue Mar 26, 2024 · 1 comment
Closed

CSS of Cropper component not loaded at sign page #2596

vitormattos opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working frontend Frontend task

Comments

@vitormattos
Copy link
Member

We use the component Cropper here:

import { Cropper } from 'vue-advanced-cropper'

And the FileUpload.vue is displayed in two places:

  1. Signer profile
  • Open LibreSign app at URL /apps/libresign/
  • Go to Settings at left botton corner
  • Find the text "Your Signatures"
  • Click at "No signature, click here..."
  • At modal "Customize your signature", click in the tab "Upload"
  • Click on "Select your signature file"
  • You will see:
    Screenshot_20240326_110656
  1. Signature page
  • Request to sign a file to herself and add a visible element to a page of this document
  • Go to "Files" at LibreSign app to list the LibreSign files
  • Click on the document that you requested to sign
  • Click on "Sign"
  • Click on "Define your signature"
  • At modal "Customize your signature", click in the tab "Upload"
  • Click on "Select your signature file"
  • You will see:
    Screenshot_20240326_110745

Inspecting the two pages I identified that all css of Cropper component is not loaded at scenario 2 as is possible looking the follow screenshot:

Scenario 1 Scenario 2
Screenshot_20240326_111228 Screenshot_20240326_111243
@vitormattos vitormattos added bug Something isn't working frontend Frontend task labels Mar 26, 2024
@vitormattos
Copy link
Member Author

solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Frontend task
Projects
Archived in project
Development

No branches or pull requests

1 participant