aecreations / sync-clippings

Sync Clippings Helper
Mozilla Public License 2.0
1 stars 1 forks source link

On Linux, cancelling folder picker causes Sync Clippings folder location textbox to be cleared #14

Closed aecreations closed 2 years ago

aecreations commented 2 years ago

Sync Clippings 1.2b2+ on Ubuntu 20.04

Steps to repro:

  1. Sync Clippings should already be turned on and the sync folder location configured
  2. Open the extension preferences page in Clippings. Click Sync Settings
  3. Click Browse
  4. In the folder picker dialog that appears, click Cancel

Result: The sync folder location textbox is cleared. Issue not reproducible on Windows or macOS.

aecreations commented 2 years ago

It was discovered that on Linux, when cancelling from the folder picker dialog, Python actually returns the string value "()".

aecreations commented 2 years ago

Confirmed fixed.