Skip Menu |

This queue is for tickets about the WWW-Mechanize-FireFox CPAN distribution.

Report information
The Basics
Id: 117960
Status: new
Priority: 0/
Queue: WWW-Mechanize-FireFox

People
Owner: corion [...] cpan.org
Requestors: jpierce [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.14
  • 0.15
  • 0.16
  • 0.17
  • 0.18
  • 0.19
  • 0.20
  • 0.21
  • 0.22
  • 0.23
  • 0.24
  • 0.25
  • 0.26
  • 0.27
  • 0.28
  • 0.29
  • 0.30
  • 0.31
  • 0.32
  • 0.33
  • 0.34
  • 0.35
  • 0.36
  • 0.37
  • 0.38
  • 0.39
  • 0.40
  • 0.41
  • 0.42
  • 0.43
  • 0.44
  • 0.45
  • 0.46
  • 0.47
  • 0.48
  • 0.49
  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54
  • 0.55
  • 0.56
  • 0.57
  • 0.58
  • 0.59
  • 0.60
  • 0.61
  • 0.62
  • 0.63
  • 0.64
  • 0.65
  • 0.66
  • 0.67
  • 0.68
  • 0.69
  • 0.70
  • 0.71
  • 0.72
  • 0.73
  • 0.74
  • 0.75
  • 0.76
  • 0.77
  • 0.78
  • 0.79
Fixed in: (no value)



Subject: Documentation patch regarding context access
--- Firefox.pm 2016-09-19 12:55:27.468435500 -0400 +++ Firefox.bak 2016-09-19 12:28:12.569404100 -0400 @@ -1640,10 +1640,6 @@ =head1 CONTENT METHODS -The following methods pertain to the content of the document accessed via -navigation methods. See L</EXTRACTION METHODS> for details on accessing the -HTML of nodes. - =head2 C<< $mech->document() >> Returns the DOM document object. @@ -2102,14 +2098,6 @@ =head1 EXTRACTION METHODS -To access the content of page nodes, read the I<innerHTML> or I<outerHTML> -keys of the L<MozRepl::RemoteObject> returned by an extractor e.g; - - #HTML tags for the selected nodes, including their children - print map { $_->{outerHTML} } $mech->selector('.tiny'); - #HTML for the children of selected nodes - print map { $_->{innerHTML} } $mech->selector('.tiny'); - =head2 C<< $mech->links() >> print $_->text . " -> " . $_->url . "\n"
Subject: Firefox.patch
--- Firefox.pm 2016-09-19 12:55:27.468435500 -0400 +++ Firefox.bak 2016-09-19 12:28:12.569404100 -0400 @@ -1640,10 +1640,6 @@ =head1 CONTENT METHODS -The following methods pertain to the content of the document accessed via -navigation methods. See L</EXTRACTION METHODS> for details on accessing the -HTML of nodes. - =head2 C<< $mech->document() >> Returns the DOM document object. @@ -2102,14 +2098,6 @@ =head1 EXTRACTION METHODS -To access the content of page nodes, read the I<innerHTML> or I<outerHTML> -keys of the L<MozRepl::RemoteObject> returned by an extractor e.g; - - #HTML tags for the selected nodes, including their children - print map { $_->{outerHTML} } $mech->selector('.tiny'); - #HTML for the children of selected nodes - print map { $_->{innerHTML} } $mech->selector('.tiny'); - =head2 C<< $mech->links() >> print $_->text . " -> " . $_->url . "\n"
Unreversed patch
Subject: Firefox.pm

Message body is not shown because it is too large.