updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-12 05:53:10 +04:00
parent f9c9196c86
commit 54a39dbcf4

View File

@ -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