From 4e7129a150cdee8672c8120e843bc1806b89ba87 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Sep 2013 13:14:14 -0400 Subject: [PATCH] fixes #116, issue with checkbox input not being selected properly Former-commit-id: a0d1a9f0b40edf0f8658395fbd7b0c7bfbd4f3ae Former-commit-id: be3ec05f3989df828c138179e192e579b69eb5b1 --- build/less/modules/checkbox.js | 2 +- build/minified/modules/checkbox.js | 2 +- build/uncompressed/modules/checkbox.js | 2 +- node/src/documents/introduction/definitions.html.eco | 5 ++--- node/src/documents/introduction/types.html.eco | 1 - node/src/files/build/less/modules/checkbox.js | 2 +- node/src/files/build/minified/modules/checkbox.js | 2 +- node/src/files/build/uncompressed/modules/checkbox.js | 2 +- src/modules/checkbox.js | 2 +- 9 files changed, 9 insertions(+), 11 deletions(-) diff --git a/build/less/modules/checkbox.js b/build/less/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/less/modules/checkbox.js +++ b/build/less/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/build/minified/modules/checkbox.js b/build/minified/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/minified/modules/checkbox.js +++ b/build/minified/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/build/uncompressed/modules/checkbox.js b/build/uncompressed/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/uncompressed/modules/checkbox.js +++ b/build/uncompressed/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/node/src/documents/introduction/definitions.html.eco b/node/src/documents/introduction/definitions.html.eco index 2a22a70b3..ccde6e56c 100755 --- a/node/src/documents/introduction/definitions.html.eco +++ b/node/src/documents/introduction/definitions.html.eco @@ -123,13 +123,12 @@ type : 'UI Introduction'

UI Views

-

UI Views are common ways to structure types of content so that it can be understood more easily. A view's definition in semantic only describes the content which typically occupies the view.

+

UI Views are common ways to present content so that it can be understood more easily. A view's definition in semantic only describes the content which typically occupies the view.

Examples of UI views: