if ( pos ) {
                    this.traverseSearch( pos );

                    // Iterate towards DOM root until pos is a direct child of el.
                    while ( !pos.getParent().equals( el ) ) {