Allow users to right click in brave://rewards-internals logs
See original GitHub issueTest plan
- Launch Brave
- Enable Rewards
- Visit brave://rewards-internals
- Go to
Logs
tab - Click
Refresh
- Select some log lines with the mouse
- Right click
- Verify regular context menu shows up (ex: copy, paste, etc) and that you can copy the line to the clipboard
Description
A user can highlight text in the rewards-internals logs but cannot right click (in order to open the mouse menu to copy). However, they can still use the CTRL or CMD + C shortcut to copy.
Some users are not as comfortable with keyboard shortcuts.
Solution
Enable right clicking in rewards-internals logs.
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (5 by maintainers)
Top Results From Across the Web
Rollover amount? Please read & comment - Brave Rewards
Go to brave://rewards-internals and click on Logs; Now use the browser, ideally for ~30 minutes, as you normally would. Return to the logs...
Read more >A quick fix on "not getting ads" issue - Brave Community
search for: Enable Brave Rewards verbose logging. “enable” as well click on “relaunch”. goto brave://rewards-internals click on logs.
Read more >Uphold Complete identity verification to start earning rewards
Go to brave://rewards-internals and click on Logs; Open the Rewards panel and disconnect your browser wallet from Uphold. Once disconnected go ...
Read more >No more ads and verification error - Brave Community
Go to brave://rewards-internals and click on Logs; Open the Rewards panel and disconnect your browser wallet from Uphold. Once disconnected go ...
Read more >What is Brave Rewards? | Brave Browser
They slow websites down, interrupt your flow, and chase you all over the web. But what choice is there? Creepy ads are just...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @deepxcode but adding --scripts-prepend-node-path solved the issue for me.
@deepxcode I believe you’re looking for components/brave_rewards/resources/internals/components/log.tsx. Specifically, I suspect we may need only to remove the
onContextMenu
property from here: