mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a083ffe0fc
commit
6eb7e8b810
@ -3191,7 +3191,7 @@ var BaseBrowserPrototype = {
|
|||||||
|
|
||||||
__renderer__: TextRenderer,
|
__renderer__: TextRenderer,
|
||||||
// XXX need:
|
// XXX need:
|
||||||
// - from/to/around/count support...
|
// - from/to/around/count support -- still buggy...
|
||||||
// - ability to render separate items/sub-trees or lists of items...
|
// - ability to render separate items/sub-trees or lists of items...
|
||||||
// ...pass the list to .walk(..), i.e. .walk(list/query, ...)
|
// ...pass the list to .walk(..), i.e. .walk(list/query, ...)
|
||||||
// - buggy -- dialog.render(dialog.get({children: true})) broken...
|
// - buggy -- dialog.render(dialog.get({children: true})) broken...
|
||||||
@ -3366,8 +3366,6 @@ var BaseBrowserPrototype = {
|
|||||||
(l = (e.children instanceof BaseBrowser ?
|
(l = (e.children instanceof BaseBrowser ?
|
||||||
e.children
|
e.children
|
||||||
: e)
|
: e)
|
||||||
// XXX we for some reason lose part
|
|
||||||
// of the options here...
|
|
||||||
.render(options, render, i+1, p))
|
.render(options, render, i+1, p))
|
||||||
: children(true) }
|
: children(true) }
|
||||||
|
|
||||||
@ -3380,7 +3378,7 @@ var BaseBrowserPrototype = {
|
|||||||
&& e && e.children
|
&& e && e.children
|
||||||
// only sub-path...
|
// only sub-path...
|
||||||
&& p.cmp(from_path.slice(0, p.length))) ?
|
&& p.cmp(from_path.slice(0, p.length))) ?
|
||||||
// XXX this is wrong...
|
// XXX this is not totally correct for nested browsers....
|
||||||
render.nest(null, getChildren(), i, p, options)
|
render.nest(null, getChildren(), i, p, options)
|
||||||
// skip: out of range items...
|
// skip: out of range items...
|
||||||
: ((from != null && i < from)
|
: ((from != null && i < from)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user