- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: 8.5.1.2
 - 
    Component/s: ZK Client Engine
 - 
    Security Level: Jimmy
 - 
    None
 
- 
        ZK 8.5.2 S2
 - 
        None
 
binding listbox within (not yet opened) bandbox causes uncaught TypeError: Cannot set property 'scrollTop' of null
    at init.setSelInView_ (zk.wpd:38712)
    at Function._set2 (zk.wpd:11067)
    at init.setter.func (zk.wpd:19291)
    at init.zk.Widget.zk.$extends.set (zk.wpd:19319)
    at Object.setAttr (zk.wpd:26935)
    at doProcess (zk.wpd:25462)
    at doCmdsNow (zk.wpd:25561)
    at Object._doCmds (zk.wpd:25889)
    at Object.afterResponse (zk.wpd:26386)
    at XMLHttpRequest._onResponseReady (zk.wpd:26250)
Seems to be a side-effect of ROD, because after opening bandbox once, error does not appear again. We analyzed, that before opening bandbox, zul.sel.Listbox.setSelinView() is called for a listbox widget, which does not yet have a corresponding DOM element (this.ebody is undefined).
- relates to
 - 
                    
ZK-2235 Grid / Listbox ROD JS errors
-         
 - Closed
 
 -