ZK6 Selectors results are inconsistent. When macro components are involved, Selectors yields unexpected results if component ID is specified.
I have created ZK fiddle to demonstrate this Selectors problem: http://zkfiddle.org/sample/2uod3rv/5-ZK6-Selectors-Test.
In demo fiddle we have very simple layout - Window which is parent to macro component which in turn has Window as well. Searching for "window"
(main window is a search root) finds both windows, however, if we specify ID of window which is inside macro component - nothing is found at all.
Note that find by class or id attribute (window[id='id']) works fine and yields expected results.
P.S. I have attached feedle screenshot with find results which in my opinion are inconsistent.