Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMisleading childNodes logging behaviour #8093
Open
Projects
Comments
|
@ABCbum Is this still an issue on 1.5.115? We've had quite a few chromium updates since then. |
|
Hi @rebron , i can confirm that this is still an issue in current version (Version 1.5.115 Chromium: 80.0.3987.149 (Official Build) (64-bit)). It is fine with the initial load but if i reload then the bug still comes back. Thanks!! |
@ABCbum assuming it's still an issue in the last Chrome as well? Sounds like you also reproduced it on Chrome originally as per the above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.htmlwith the following code on Brave:Actual result:
Provided on Description section.
Expected result:
NodeList array to have
divelement 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: