mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-04 05:10:07 +00:00 
			
		
		
		
	more minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									060f5381d4
								
							
						
					
					
						commit
						d9ae1bdd0e
					
				
							
								
								
									
										20
									
								
								ui/TODO.otl
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								ui/TODO.otl
									
									
									
									
									
								
							@ -106,6 +106,26 @@ Roadmap
 | 
				
			|||||||
				[_] index and group ALL files in an archive
 | 
									[_] index and group ALL files in an archive
 | 
				
			||||||
				[_] import metadata
 | 
									[_] import metadata
 | 
				
			||||||
				[_] real GIDs
 | 
									[_] real GIDs
 | 
				
			||||||
 | 
							[_] BUG: jumping in ribbon sometimes does not load the ribbon correctly...
 | 
				
			||||||
 | 
							| Example 1:
 | 
				
			||||||
 | 
							| 	first ribbon in (loaded atfirst image):
 | 
				
			||||||
 | 
							|	 "file:///L:/mnt/hdd13 (photo)/NTFS1/media/img/my/work/- 20130616Y.001/DCIM/preview (RAW)/"
 | 
				
			||||||
 | 
							|	jumping to the end will result in an inconsistent view:
 | 
				
			||||||
 | 
							|		- ribbon not loaded at the correct spot
 | 
				
			||||||
 | 
							|		- wrong image is .current
 | 
				
			||||||
 | 
							|
 | 
				
			||||||
 | 
							| Example 2:
 | 
				
			||||||
 | 
							| 	load same data at same position as in #1
 | 
				
			||||||
 | 
							| 		- shift-F2 to marked-only view
 | 
				
			||||||
 | 
							| 		- go to end of ribbon (any means work)
 | 
				
			||||||
 | 
							| 		- shift-F2 or Esc out of marked-only mode
 | 
				
			||||||
 | 
							| 	this will result in a state very similar (if not identical) to
 | 
				
			||||||
 | 
							| 	example #1...
 | 
				
			||||||
 | 
							|
 | 
				
			||||||
 | 
							|
 | 
				
			||||||
 | 
							| NOTE: jumping back and forth several times will make this problem
 | 
				
			||||||
 | 
							| 		go away...
 | 
				
			||||||
 | 
							| 		Q: could this be initial load/state error?
 | 
				
			||||||
		[_] BUG: align problems are back...
 | 
							[_] BUG: align problems are back...
 | 
				
			||||||
		| default data set (browser/images.js) same images #4 (going 
 | 
							| default data set (browser/images.js) same images #4 (going 
 | 
				
			||||||
		| from right) & #5 (going from left) of 18 in the first ribbon 
 | 
							| from right) & #5 (going from left) of 18 in the first ribbon 
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								ui/ui.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ui/ui.js
									
									
									
									
									
								
							@ -601,7 +601,7 @@ function formDialog(root, message, config, btn, cls){
 | 
				
			|||||||
var _alert = alert
 | 
					var _alert = alert
 | 
				
			||||||
function alert(){
 | 
					function alert(){
 | 
				
			||||||
	var message = Array.apply(null, arguments).join(' ')
 | 
						var message = Array.apply(null, arguments).join(' ')
 | 
				
			||||||
	return formDialog(null, message, {}, 'OK', 'alert')
 | 
						return formDialog(null, String(message), {}, 'OK', 'alert')
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user