Ah okay - specifically according to this Microsoft document; http://msdn.microsoft.com/en-us/library/ff460307(v=vs.85).aspx
IE7 and IE8 do not support 'ownerNode'; the line causing issues in pageinit.js (line 31) goes return ss.ownerNode.rel. Document mentions that changing ownerNode to owningElement would work. Really hoping a fix for this can be put up for the next alpha! Many thanks again for all the hard work. Peter ----- Original Message ----- From: "Peter Hvass" <p.hv...@albourne.com> To: "Tapestry users" <users@tapestry.apache.org> Sent: Monday, September 9, 2013 3:45:49 PM Subject: [5.4] IE8 Zone Update Bug Hi guys, I'm running into the following on IE8 when clicking a zoned eventlink; SCRIPT5007: Unable to get property 'rel' of undefined or null reference pageinit.js, line 31 character 9 Looks like it only affects IE8... wondering if anyone has any ideas? Thanks, Peter