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.
@b-fuze
can now build references for :scope through any of id, class, tagname, attributes in commit 6027080
Adding escape() to ids and class names will improve support for extra chars but this was another issue
Please test and report any trouble, and reopen in case fix still incomplete.
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: