several minor changes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-17 07:14:32 +04:00
parent 71186e3c7e
commit c67c84aeeb
2 changed files with 8 additions and 5 deletions

View File

@ -131,7 +131,7 @@ Roadmap
[_] 0% metadata [_] 0% metadata
[_] comment [_] comment
[_] tags [_] tags
[_] 90% tags [X] 100% tags
[X] add [X] add
[X] remove [X] remove
[X] update [X] update
@ -142,10 +142,6 @@ Roadmap
[X] bookmarked (list) operations [X] bookmarked (list) operations
[X] mark/unmark tagged [X] mark/unmark tagged
[X] crop [X] crop
[_] 0% panels
[_] cloud
[_] tree
[_] tag set editor
[_] 66% unsorted image state handling (tag?) [_] 66% unsorted image state handling (tag?)
[X] remove tag on shift [X] remove tag on shift
[X] remove tag on alignToRibbon(..) [X] remove tag on alignToRibbon(..)
@ -200,6 +196,11 @@ Roadmap
[_] BUG: basic editor causes images to blur up [_] BUG: basic editor causes images to blur up
| ...if at least one filter is applied, appears to only affect | ...if at least one filter is applied, appears to only affect
| scaled images. | scaled images.
|
| Possible cause: actual dom size (300px) forces the image to
| re-render (to 300px and then resized up) on filter
| application...
| Test this by making the image bigger...
[_] BUG: opening a dir form history sometimes loads wrong size previews [_] BUG: opening a dir form history sometimes loads wrong size previews
| this happens in part of the view and a refresh, reload or image | this happens in part of the view and a refresh, reload or image
| update (updateImages()) fixes the issue... | update (updateImages()) fixes the issue...

View File

@ -321,6 +321,8 @@ function setupTags(viewer){
SETUP_BINDINGS.push(setupTags) SETUP_BINDINGS.push(setupTags)
// Setup the unsorted image state managers...
//
function setupUnsortedTagHandler(viewer){ function setupUnsortedTagHandler(viewer){
console.log('Tags: "'+UNSORTED_TAG+'" tag handling: setup...') console.log('Tags: "'+UNSORTED_TAG+'" tag handling: setup...')