twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Edge 42.17134.1.0 breaks Divmod/Runtime/getAtrribute

wthie opened this issue · comments

To reproduce use one of the Athena LivePage demos. Dynamic node injection fails in getAttribute().
The culprit was identified as the API func getAttributeNS which now given no NS whatsoever returns an empty string. This prevents the subsequent walking of the code path working with getAttribute(). A fix is available, I'll do a pull request soon after having updated my production systems.

Nevow 0.14.4 is now released with this fix.