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