Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'mouse editing' of textboxes for HTML5 'oninput'-compatible browsers #391

Closed
BorisMoore opened this issue Aug 5, 2017 · 1 comment

Comments

@BorisMoore
Copy link
Owner

See #390

@BorisMoore BorisMoore mentioned this issue Aug 5, 2017
BorisMoore added a commit to BorisMoore/jsviews.com that referenced this issue Aug 26, 2017
Minor bug fixes and improvements. No breaking changes.

Feature improvements:
- Added support for 'mouse editing' of textboxes for browsers
  supporting HTML5 'oninput' event.
  BorisMoore/jsviews#391

Minor bug fix:

- BorisMoore/jsviews#388

Unit tests:

- Several additional unit tests

Documentation:
- New documentation topics added for JsRender custom tags:
  http://www.jsviews.com/#tags
  http://www.jsviews.com/#tagsapi

- New documentation topics added for $.views object:
  http://www.jsviews.com/#viewsobject
  http://www.jsviews.com/#jsvviewsobject

- New documentation topics added for compiled template objects:
  http://www.jsviews.com/#templateobject
  http://www.jsviews.com/#jsvtemplateobject

- New documentation topics and samples added for using {{props}}
  to iterate over a top-level dictionary/hash data-collection:
  http://www.jsviews.com/#samples/editable/hash
  http://www.jsviews.com/#jsvpropstag@load-hash

- Several improvements and bug fixes on www.jsviews.com site.
BorisMoore added a commit to BorisMoore/jsviews.com that referenced this issue Aug 26, 2017
Minor bug fixes and improvements. No breaking changes.

Feature improvements:
- Added support for 'mouse editing' of textboxes for browsers
  supporting HTML5 'oninput' event.
  BorisMoore/jsviews#391

Minor bug fix:

- BorisMoore/jsviews#388

Unit tests:

- Several additional unit tests

Documentation:
- New documentation topics added for JsRender custom tags:
  http://www.jsviews.com/#tags
  http://www.jsviews.com/#tagsapi

- New documentation topics added for $.views object:
  http://www.jsviews.com/#viewsobject
  http://www.jsviews.com/#jsvviewsobject

- New documentation topics added for compiled template objects:
  http://www.jsviews.com/#templateobject
  http://www.jsviews.com/#jsvtemplateobject

- New documentation topics and samples added for using {{props}}
  to iterate over a top-level dictionary/hash data-collection:
  http://www.jsviews.com/#samples/editable/hash
  http://www.jsviews.com/#jsvpropstag@load-hash

- Several improvements and bug fixes on www.jsviews.com site.
BorisMoore added a commit that referenced this issue Aug 26, 2017
Minor bug fixes and improvements. No breaking changes.

Feature improvements:
- Added support for 'mouse editing' of textboxes for browsers
  supporting HTML5 'oninput' event.
  #391

Minor bug fix:

- #388

Unit tests:

- Several additional unit tests

Documentation:
- New documentation topics added for JsRender custom tags:
  http://www.jsviews.com/#tags
  http://www.jsviews.com/#tagsapi

- New documentation topics added for $.views object:
  http://www.jsviews.com/#viewsobject
  http://www.jsviews.com/#jsvviewsobject

- New documentation topics added for compiled template objects:
  http://www.jsviews.com/#templateobject
  http://www.jsviews.com/#jsvtemplateobject

- New documentation topics and samples added for using {{props}}
  to iterate over a top-level dictionary/hash data-collection:
  http://www.jsviews.com/#samples/editable/hash
  http://www.jsviews.com/#jsvpropstag@load-hash

- Several improvements and bug fixes on www.jsviews.com site.
@BorisMoore
Copy link
Owner Author

Resolved in commit 88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant