Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Maintain QueryWrapper Selector #1482

Merged
merged 1 commit into from
Mar 8, 2014
Merged

Maintain QueryWrapper Selector #1482

merged 1 commit into from
Mar 8, 2014

Conversation

mrb0nj
Copy link
Contributor

@mrb0nj mrb0nj commented Mar 8, 2014

I'm not sure if this is a valid issue or not, but when selecting an element from the response:

var row = response.Body["tr:first"];

And then querying the cells in that row:

var cells = row["td"];

The scope of the query resets to the main document rather than just the current selection which wasn't what I expected.

Thoughts?

@thecodejunkie thecodejunkie added this to the 0.23 milestone Mar 8, 2014
thecodejunkie added a commit that referenced this pull request Mar 8, 2014
@thecodejunkie thecodejunkie merged commit b0654a0 into NancyFx:master Mar 8, 2014
@thecodejunkie
Copy link
Member

❤️

@mrb0nj mrb0nj deleted the querywrapper-selector branch March 10, 2014 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants