Skip to main content
ArcBlock Community

Wallet Address Last Digit Not Visible in QR Code Modal

JM β€œcryptotestnet” Morales
Support
did-walletuxwont-fix

image.png

🧩 Summary

When viewing the wallet QR code modal, the wallet address text field cuts off the last character, making the full address unreadable. This creates a usability issue and potential risk of copying an incomplete or incorrect address.

πŸ” Description

Opening the QR modal for the wallet address shows a text field that does not auto-resize or wrap, and its width is insufficient to display the full address. The last digit of the address is visually hidden due to layout constraints.

This issue affects:

  • Ethereum / Arcblock address display
  • QR modal UI
  • Copy / share experience
  • User ability to visually verify address correctness

πŸ“Έ Evidence

From your screenshot:

  • The address 0xe7AEf05d1bd30716738C117243FF703886…
  • The final digit(s) on the right side are cut off
  • No scroll, no expand, no hover-reveal, no tooltip
  • The padding/margin inside the container is too tight

πŸ§ͺ Steps to Reproduce

  1. Open the application.
  2. Click on your wallet to open the QR code modal.
  3. Observe the address displayed above the QR code.
  4. Notice the last character(s) are not visible.

πŸ€– Expected Behavior

βœ” Full wallet address should be visible βœ” Text container should auto-expand or wrap βœ” Tooltip on hover should show full address βœ” UI should never truncate sensitive information

❌ Actual Behavior

✘ Last digit(s) of the address are cut off ✘ No way to reveal the full address visually ✘ Risk of copying or verifying incomplete address

Reply