TiddlyWiki.org

Ticket #638 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

keyboard input in backstage>import path field is improperly handled

Reported by: EricShulman Assigned to: JeremyRuston
Priority: minor Milestone:
Component: core Version:
Severity: medium Keywords:
Cc:

Description

When entering text directly into backstage>import path field (instead of using "browse" button to select path/file), each keystroke is processed and then *discarded*. This is because config.macros.importTiddlers.onBrowseChange() always returns false, which results in the keystroke being rejected. The fix is simply for onBrowseChange() to return TRUE, allowing the keystroke to be accepted as input.

Change History

20/05/08 17:35:32 changed by MartinBudden

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset:5080