TiddlyWiki5/editions
FlashSystems e9405ac810
Fix for Bug #6618 (#6628)
* Fix for Bug #6618

This Commit fixes Bug #6618. It is a little bit more complicated than
using one tiddler to store the new value for a field. Because the
following can happen:

* The user types "not-a-date" into the field value of a simple text field.
* The user now selects a field name that uses a HTML5 date editor. The
  Editor will show no date because the value cannot be parsed.
* The user saves the tiddler by clicking the checkmark.

Now the date-field contains the value "not-a-date" but the user was not
aware that this will be added. The edit control showed no date (because
the value was invalid) and the user assumed the field was empty and
won't be added to the tiddler.

To prevent this, every kind of field editor gets its own storage tiddler.
Its name is derived from the SHA256-hash of the name of the tiddler that
is returned by the Field Editor Cascade. That way every editor in the
cascade is only seeing its input. As long as the default setup (with one
default editor) is used, everything works like in 5.2.1.

This commit also fixes the bug that the after adding a field the
field-type input box was not focused again.

* Update Documentation for Field Editor Cascade

The fix for bug #6618 makes the handling of the tiddler backing the edit
operation much more complicated. See previous commit "Fix for Bug #6618"
for more details.
2022-05-14 13:30:04 +01:00
..
aws Add first release of AWS plugin 2017-07-03 20:34:58 +01:00
classicparserdemo Use https for YouTube 2017-11-18 19:53:52 +00:00
codemirrordemo Add default "tiddlywiki" styles to CodeMirror and Highlight.js (#5128) 2020-11-28 14:07:12 +00:00
d3demo First pass at an `--editions` command 2014-10-27 21:50:25 +00:00
de-AT Update TiddlyDesktop repository URL 2022-03-31 12:05:56 +01:00
de-AT-server Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
de-DE Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
dev Fix github ribbon in /dev 2022-04-18 15:00:05 +01:00
dynaviewdemo Support specifying insertbefore position title as parameter (#6477) 2022-02-24 11:08:06 +00:00
empty Add build target for empty.html 2018-12-17 11:07:39 +00:00
es-ES Update TiddlyDesktop repository URL 2022-03-31 12:05:56 +01:00
es-ES-server Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
fr-FR [fr-FR] Translation of Saving and all saving methods (#6623) 2022-04-11 18:12:49 +01:00
fr-FR-server Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
full Add Arabic (Palestine) to the "Full Edition" 2020-08-28 17:51:17 +01:00
highlightdemo Highlight plugin: add static demo 2015-09-11 22:36:30 +01:00
innerwikidemo Fix bug with innerwiki template 2021-10-02 16:17:07 +01:00
introduction Minor fixes to introduction edition 2021-10-02 17:31:02 +01:00
ja-JP Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
katexdemo KaTeX plugin: add mhchem extension for chemical syntax (#3601) 2018-12-01 13:28:51 +00:00
ko-KR Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
ko-KR-server Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
markdowndemo Replace Markdown parsing library with Remarkable (#3876) 2020-01-20 13:13:36 +00:00
pluginlibrary Lots of improvements to the plugin library 2015-03-18 11:46:28 +00:00
prerelease Remove unneeded plugins from prerelease 2022-04-18 09:33:00 +01:00
resumebuilder Cleanup editions information (#2444) 2016-05-17 22:00:26 +01:00
server Fix accidental changes in 41a7d98e17 2020-06-07 10:30:39 +01:00
server-external-js Fix faulty external-js single-file wiki (#5570) 2021-07-06 15:02:21 +01:00
share Fix accidental changes in 41a7d98e17 2020-06-07 10:30:39 +01:00
tahoelafs First pass at an `--editions` command 2014-10-27 21:50:25 +00:00
test Tests: Improve transclusion recursion test 2022-04-26 14:02:08 +01:00
testcommonjs First pass at an `--editions` command 2014-10-27 21:50:25 +00:00
text-slicer Major updates to text-slicer plugin 2017-12-14 14:16:54 +00:00
translators Add missing languages to Translators edition 2022-03-26 15:25:50 +00:00
tw.org tiddlywiki.org: Update fundraising 2022-04-19 11:17:34 +01:00
tw5.com Fix for Bug #6618 (#6628) 2022-05-14 13:30:04 +01:00
tw5.com-docs Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
tw5.com-server Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
tw5tank Enable the internals plugin by default in docs (#4335) 2020-04-07 20:41:00 +01:00
tw5tiddlyweb Typos 2014-12-05 10:20:32 +00:00
upgrade First pass at an `--editions` command 2014-10-27 21:50:25 +00:00
xlsx-utils xlsx-utils: Fix demo spreadsheet 2021-01-16 16:09:42 +00:00
xlsx-utils-server Add first pass at XLSX Utilities plugin 2016-10-23 22:49:59 +01:00
zh-Hans Fix wrong configurations in `tiddlywiki.info` for editions `zh-Hant` and `zh-Hans` (#4564) 2020-04-15 10:24:46 +01:00
zh-Hant Fix wrong configurations in `tiddlywiki.info` for editions `zh-Hant` and `zh-Hans` (#4564) 2020-04-15 10:24:46 +01:00