Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The LiveNodeListWrapper imitates wrongly a native behavior #1376

Closed
LavrovArtem opened this issue Nov 20, 2017 · 3 comments
Closed

The LiveNodeListWrapper imitates wrongly a native behavior #1376

LavrovArtem opened this issue Nov 20, 2017 · 3 comments
Assignees
Labels
AREA: client health-monitor STATE: Auto-locked Issues that were automatically locked by the Lock bot TYPE: bug
Milestone

Comments

@LavrovArtem
Copy link
Contributor

Example:

const script = document.getElementsByTagName('script');

console.log(scripts.length);
// origin
// > 5
// proxy
// > 5

console.log(scripts.hasOwnProperty(0));
// origin
// > true
// proxy
// > false

const count = 0;

for (const prop in scripts)
    count++;
console.log(count);
// origin
// > 10
// proxy
// > 0

page https://www.usps.com/

@LavrovArtem
Copy link
Contributor Author

@LavrovArtem
Copy link
Contributor Author

Also http://www.cnzz.com/

@miherlosev miherlosev modified the milestones: Sprint #10, Sprint #11 Mar 15, 2018
@LavrovArtem LavrovArtem modified the milestones: Sprint #11, Sprint #12 May 14, 2018
@LavrovArtem LavrovArtem modified the milestones: Sprint #12, Sprint #13 Jun 19, 2018
@LavrovArtem LavrovArtem removed this from the Sprint #13 milestone Jun 21, 2018
@LavrovArtem LavrovArtem added this to the Sprint #16 milestone Aug 14, 2018
LavrovArtem added a commit to LavrovArtem/testcafe-hammerhead that referenced this issue Aug 23, 2018
AndreyBelym pushed a commit to AndreyBelym/testcafe-hammerhead that referenced this issue Feb 28, 2019
DevExpress#1376) (DevExpress#1738)

* fix `The LiveNodeListWrapper imitates wrongly a native behavior` (close DevExpress#1376)

* fix remark

* fix remarks

* fix minor remark

* renaming
@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked Issues that were automatically locked by the Lock bot label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: client health-monitor STATE: Auto-locked Issues that were automatically locked by the Lock bot TYPE: bug
Projects
None yet
Development

No branches or pull requests

2 participants