Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

multiselect fix - #1

Open
r0ssing wants to merge 224 commits into
lemurdk:developmentfrom
HelloSapiens:development
Open

multiselect fix#1
r0ssing wants to merge 224 commits into
lemurdk:developmentfrom
HelloSapiens:development

Conversation

@r0ssing

@r0ssing r0ssing commented Oct 19, 2024

Copy link
Copy Markdown
Member

multiselect fix

wbrunette and others added 30 commits November 20, 2018 13:31
fix removal of extra value for reverse order
move to demo to generate a new apk
r0ssing and others added 30 commits April 27, 2024 17:39
Migrate app-designer to use sqlite3
* Fixed typos in readme

* Updated package-lock.json to new npm format

* Updated dependency that had low-severity ReDos regression

* Cleaned up old mercurial leftovers

* Added SQLite web assembly

* Updated README

* Updated doctypes in html files to simply <!doctype html> to avoid warnings

* Fixed livereload issue

* Removing 'undefined' postfix from log when no detail provided

* Fixed raw javascript references

* Updated text to no longer specify Chrome browser requirement

* Improved logging to use actual console log levels

* Augmented log function to include caller info and removed severy prefix.

* Fixed references

* Updated packages, livereload not working

* Fixed livereload

* Updated javascripts to support sqlite3

* Updated tab1.html: Removed jquery-migrate, fixed purge button

* Commented out jquery-migrate in tab2-6

* Removed check for webDb

* Added ref. to sqlite3

* Added favicon

* fixes firefox support

* Fixes empty string bug

* Updated grunt config to add headers

* More header

* Newer doctype

* Replaced defect iframe with a link

* Add min-height

* Fixing handlebars issue

* Updated version

---------

Co-authored-by: dikshamalik2552 <89207778+dikshamalik2552@users.noreply.github.com>
Co-authored-by: wbrunette <wbrunette@gmail.com>
…n-win-environment

fix spawn on non windows environment
parseSaveValue(savedValue) did not work correctly, as it was receiving a savedValue of type string, but treated it as an array, causing it to not display the selected items correctly (and also doing an unfortunate iteration on savedValue.length - which then was the string length and not the array length as the code expected).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.