Misleading childNodes logging behaviour #8093
Labels
Chromium/waiting upstream
Issue is in Chromium; we'll likely wait for the fix
feature/dev-tools
repros-on-chrome
Description
Brave logs a misleading message on devtools. NodeList has
[div]
inside but length is 0 and doesn't have anything inside the array. I don't know if this is a default common behaviour or not but this is really confusing to me.Steps to Reproduce
index.html
with the following code on Brave:Actual result:
Provided on Description section.
Expected result:
NodeList array to have
div
element inside and length being 1.Reproduces how often:
Easily reproduced.
Brave version (brave://version info)
Brave: 1.0.0 Chromium: 78.0.3904.97 (Official Build) (64-bit)
Revision: 021b9028c246d820be17a10e5b393ee90f41375e-refs/branch-heads/3904@{#859}
OS: Windows 10 OS Version 1903 (Build 18362.592)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: