marklogic-samplestack
marklogic-samplestack copied to clipboard
back off/rework date customizations in filter
The current event cycle on date range filter is leaving corner cases where behavior is unexpected and is perhaps trying a bit too had to "manhandle" bootstrap. Let's look at simplifying this by taking an alternative design (software, not UX) approach.
Is this a task/bug that would have to be done in both middle tiers together? I'm sure that whatever design you choose can be ported to the java tier.
No, the event cycle I'm referring to is in the browser. :)
- typed date disappears when tabbing away/hitting enter; and
- typed date is parsed incorrectly when tabbing away/hitting enter
- moment.js deprecation warning (Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info)
- fudging date scope variables to please bootstrap
- timing of setting backup valid values
This is a may for next release.