You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NWSAPI incorrectly selects the div with the inner classname while the browser correctly excludes that div, since it's not a direct child of the parent/context div.
Here's a basic example that should work in a browser:
The output that I get:
NWSAPI incorrectly selects the div with the
inner
classname while the browser correctly excludes that div, since it's not a direct child of the parent/context div.The bug is due to
makeref
relying on classnames and/or ID's to distinguish the parent/context element from the childrenThe text was updated successfully, but these errors were encountered: