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.

Settings sync - Cannot dismiss "Configure..." quick pick dialog

See original GitHub issue

Testing #98962

  • Click Configure... action in the Preferences sync toolbar
  • Click anywhere else in the workbench

Expected: Quick pick dialog should hide (same as the command palette) Actual: Only way to dismiss the quick pick dialog is using the Ok button

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
miguelsoloriocommented, Feb 2, 2022

That’s definitely an option, would look something like this for the branch picker that has this enabled:

CleanShot 2022-02-01 at 20 23 05@2x

An alternative would be to place a close button inside of the text input. We already use actions inside of inputs (find toggles, clearing search in settings, etc.) so this wouldn’t stretch too far from our patterns, though we do use the “clear-all” icon and someone could confuse the “close” with that

CleanShot 2022-02-01 at 20 20 44@2x
1reaction
TylerLeonhardtcommented, Oct 21, 2021

Couple definitions:

image image

If there is no title defined and there are no title bar buttons defined, then no title bar is shown. My proposal would be:

if ignoreFocusOut is true and there is a title bar shown, show an additional x option by default that will do the same as hitting ESC. if ignoreFocusOut is false and there IS a title bar, then don’t show the x if ignoreFocusOut is true and there is NOT a title bar, then don’t show the x

thoughts?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Settings Sync in Visual Studio Code
You can always change what is synced via the Settings Sync: Configure command or by opening the Manage gear menu, selecting Settings Sync...
Read more >
Performance and synchronization problems when you work ...
Describes an issue where you experience performance and synchronization problems when you try to ... In the Change Account dialog box, click More...
Read more >
Share IDE settings - Help | AppCode - JetBrains
and select Enable Sync. Alternatively, select File | Sync Settings to JetBrains Account from the main menu. In the dialog that opens, ...
Read more >
6 Tips To Fix Syncing Issues in Microsoft OneDrive - Cloudficient
Are your OneDrive files experiencing syncing issues between your ... you can designate a folder to sync when you are setting up the...
Read more >
Synchronize Dreamweaver settings with Creative Cloud
You can enable automatic synchronization in one of the following ways: Select Always Sync Settings Automatically in the Sync Settings dialog box ......
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