closing and reopening popup while on 'transaction' view causes raw data and action decoding to disappear #60

Closed
opened 2026-02-28 18:12:58 +01:00 by sneak · 1 comment
Owner

this decoding should not be separate from the rendering of any other part of the view

this decoding should not be separate from the rendering of any other part of the view
clawbot was assigned by sneak 2026-02-28 18:12:58 +01:00
Collaborator

Fix submitted in #61. The issue was that loadCalldata() was only called from show() (initial navigation), but on popup reopen restoreView calls render() directly, which hid the calldata section and never re-fetched it. Moved the loadCalldata() call into render() so it fires whenever a contract call transaction is displayed, regardless of entry path.

Fix submitted in #61. The issue was that `loadCalldata()` was only called from `show()` (initial navigation), but on popup reopen `restoreView` calls `render()` directly, which hid the calldata section and never re-fetched it. Moved the `loadCalldata()` call into `render()` so it fires whenever a contract call transaction is displayed, regardless of entry path.
sneak closed this issue 2026-02-28 19:38:16 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#60
No description provided.