diff --git a/TODO.otl b/TODO.otl index 260d29a..12ee923 100755 --- a/TODO.otl +++ b/TODO.otl @@ -6,8 +6,8 @@ [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... [_] 65% general todo - [_] check if scrollTo knows about element scaling... - | if not update the code.... + [_] EXPERIMENT: Try using scroll instead of left of .magazine.... + | this might improve speed... [_] BUG: loading a magazine with position set to 0 will align it incorrectly. | needs testing with the rewritten fitNPages()... [_] Editor: might be a good idea to prevent deleting the last page... @@ -79,8 +79,6 @@ [X] authors [X] title [X] name - [_] EXPERIMENT: Try using scroll instead of left of .magazine.... - | this might improve speed... [_] BUG: browser history on internal links is broken... | ...with both UPDATE_HASH_URL_POSITION and FULL_HISTORY_ENABLED false. [_] BUG: as on android, on loading from json view does not reach cur page... @@ -91,6 +89,8 @@ [_] BUG: href to existing anchors will mess up layout... | need to find out how can we disable anchor links from actually | going to the anchor... + [X] check if scrollTo knows about element scaling... + | if not update the code.... [X] Editor: make the editor switchable... | if it is imported it should be able to switch on and off on demand... [X] BUG: togglePageView results in jumpy animation if USE_REAL_PAGE_SIZES is set