remove out-dated TODO items - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2dc2ff65e8d107b5c47a30036797cbbdec01386e | |
parent a7942f7578eae5031a1baa6867ee20631ac2226a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 30 May 2017 22:31:43 +0200 | |
remove out-dated TODO items | |
Diffstat: | |
M datalist/TODO | 2 -- | |
M datepicker/TODO | 7 ------- | |
M tooltipxhr/TODO | 5 ----- | |
3 files changed, 0 insertions(+), 14 deletions(-) | |
--- | |
diff --git a/datalist/TODO b/datalist/TODO | |
@@ -1,2 +0,0 @@ | |
-- update examples. | |
-- improve README and documentation. | |
diff --git a/datepicker/TODO b/datepicker/TODO | |
@@ -1,7 +0,0 @@ | |
-? autocorrect: 2015-1-1 to 2015-01-01 etc? | |
-? position: fixed incorrect for pages with height bigger than screen? | |
- position: absolute? | |
- if datepicker outside window scroll to it? | |
-? fix absolute position of datepicker. | |
- ? position fixed? | |
-? add some hotkeys. | |
diff --git a/tooltipxhr/TODO b/tooltipxhr/TODO | |
@@ -1,5 +0,0 @@ | |
-? limit mousemove event rate, slow on my laptop. | |
-? don't use hardcoded scrollbar width and height (16px). | |
- | |
-x mouseover tooltip offset at bottom differs from mouseover. | |
-x tooltip does not work anymore on bottom of window (position()?). |