Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
v2.0.8 - Fixed focus issue on long lists
  • Loading branch information
j4t1nb committed Nov 27, 2018
1 parent 8c0cf88 commit a00cfb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .adxstudio/workspace.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"tabs":[{"id":"63a3919c-7efd-4129-af13-353df146164a","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\config.xml","type":"projectSettings","mode":"code","adxVersion":"2.1.0","adxType":"adc"},{"id":"84fc3df7-b473-4e4b-93fd-fd8e59665eef","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\dynamic\\standard_single.html","type":"file"},{"id":"7f26f671-0797-40a9-8934-9b67bf215e9d","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\dynamic\\standard_multiple.html","type":"file"},{"id":"f6c5048a-7f3b-495f-bc14-29dd89dac165","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\static\\statements.js","type":"file"},{"id":"eea8e058-84fe-46fe-b716-802a0718cd95","pane":"second","path":"C:\\Program Files\\Askia\\ADXStudio\\::preview","type":"preview","name":"Preview"}]}
{"tabs":[{"id":"fd643207-dd7f-4acd-9c93-3657aa73da56","pane":"main","current":true,"path":"F:\\Adx\\Adc\\KeyIn\\config.xml","type":"projectSettings","mode":"code"},{"id":"0c182efe-a9e3-4ad2-a5b0-ee02ee54faab","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\dynamic\\standard_single.html","type":"file"},{"id":"33376099-99b5-423e-9541-ed402508d722","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\dynamic\\standard_multiple.html","type":"file"},{"id":"8120385a-b436-4c20-a58b-3b12652cebc8","pane":"main","path":"F:\\Adx\\Adc\\KeyIn\\resources\\static\\statements.js","type":"file"},{"id":"e0520584-bfeb-4c97-9447-8345c6600e1f","pane":"second","current":true,"path":"C:\\Program Files\\Askia\\ADXStudio\\::preview","type":"preview","name":"Preview"},{"id":"76c957e0-d134-4e4f-8a8c-8885cfbbb472","pane":"main","path":"C:\\Users\\Admin\\Documents\\GitHub\\KeyIn\\resources\\static\\keyin.js","type":"file"},{"id":"be8b2721-fbdc-40f1-8551-8bd544232b00","pane":"main","path":"C:\\Users\\Admin\\Documents\\GitHub\\KeyIn\\config.xml","type":"projectSettings","mode":"form","adxVersion":"2.1.0","adxType":"adc"}]}
Binary file modified bin/KeyIn.adc
Binary file not shown.
5 changes: 3 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<info>
<name>KeyIn</name>
<guid>18e19dbd-6857-4ca0-aea0-5d91deb14c20</guid>
<version>2.0.7</version>
<version>2.0.8</version>
<date>2015-01-06</date>
<description><![CDATA[KeyIn ADC2
v1.0.7 - Added other please specify options.
Expand All @@ -18,7 +18,8 @@
v2.0.4 - Fixed carriage return
v2.0.5 - Added Flow direction
v2.0.6 - Added hidden labels to inputs
v2.0.7 - Fixed closing div]]></description>
v2.0.7 - Fixed closing div
v2.0.8 - Fixed focus issue on long lists]]></description>
<company>Askia</company>
<author><![CDATA[Michael Long <michael@askia.com> Jerome Duparc <jeromed@askia.com>]]></author>
<site>http://www.askia.com</site>
Expand Down
Binary file modified example/KeyIn.qex
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/static/keyin.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
});

if (document.activeElement.className != 'adc-statements') {
$(this).focus();
//$(this).focus();
$(this).find('#background-mask').css('opacity', '0.8');
} else {
$(this).find('#background-mask').css('opacity', '0.2');
Expand Down

0 comments on commit a00cfb8

Please sign in to comment.