question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question mark in peer-deletion confirmation dialog is on a new line

See original GitHub issue

Description

(Super, super minor.)

Question mark in peer-deletion confirmation dialog is on a new line

Steps to Reproduce

  1. new profile
  2. launch Brave
  3. set up a peer (see #15567 for full steps)
  4. load brave://settings/ipfs/peers
  5. click on the trash-can icon
  6. look at the resulting dialog

Actual result:

Do you really want to delete
12D3KooWDL8FAiiaGoTuzsAFvKrNCHA2NnaNMDNYTTaqgAszY7R4
?
Screen Shot 2021-07-01 at 1 40 31 PM

Expected result:

? would preferably be on the same line; maybe truncate the long peer ID with ... or something?

Reproduces how often:

100%

Brave version (brave://version info)

Brave 1.28.37 Chromium: 91.0.4472.124 (Official Build) nightly (x86_64)
Revision 7345a6d1bfcaff81162a957e9b7d52649fe2ac38-refs/branch-heads/4472_114@{#6}
OS macOS Version 11.4 (Build 20F71)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
wadehrarshpreetcommented, May 27, 2022

@rebron seems working fine. Can see ? same line with peer ipfs address Screenshot 2022-05-27 at 11 18 54 PM

Brave v1.39.111

0reactions
deepxcodecommented, Jul 9, 2021

So instead of

      <message name="IDS_SETTINGS_IPNS_DELETE_KEY_CONFIRMATION" desc="Confirmation text for deleting a key from IPFS keys manager page">
        Do you really want to delete <ph name="KEY_NAME">$1<ex>MyCustomKey</ex></ph>?
      </message>

It will be,

      <message name="IDS_SETTINGS_IPNS_DELETE_KEY_CONFIRMATION" desc="Confirmation text for deleting a key from IPFS keys manager page">
         <ph name="KEY_NAME">$1<ex>MyCustomKey</ex></ph>
         Are you sure you want to delete this IPFS peer?
      </message>

Am I right @petemill ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't display object details in deletion confirmation dialog
I want the name of the release to be displayed in the delete confirm message (Are you really sure you want to delete...
Read more >
3 ways to change the "confirm on delete" dialog in Windows 10
Right-click on the Explorer folder and select New | DWORD (32-bit) Value to create a new key with the name “ConfirmFileDelete” as shown...
Read more >
How to suppress the Delete From All Devices confirmation in ...
Command+Delete avoids the confirmation dialog.
Read more >
Confirmation Reversal - PO Line Item Edit Issue
As per the business rule, if you reverse/delete the confirmation on a line item on the PO, you should be able to edit...
Read more >
How to delete the Popup confirmation box when ... - Moodle.org
I am using Moodle version 2.5.3. My quizzes are 1 question long and it's tedious to have to press the "submit answers" button...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found