わかりました、私は真剣に何かを見逃しているか、気が狂っています。問題が発生しているコードは次のとおりです。これは onchange イベント内にあります。
console.log( (this.parentNode.parentNode) );
// fine prints the elements
console.log( (this.parentNode.parentNode).getElementsByName('otherposition[]') );
// gives me undefined error
(this.parentNode.parentNode).getElementsByName('otherposition[]')[0].style.opacity = '1';
// same error.