fune/toolkit/components/typeaheadfind
Emilio Cobos Álvarez e4e136455f Bug 1455891: Don't return NAC as the first visible node in nsTypeAheadFind. r=heycam
This fixes all few test failures without this patch.

They happen because we were returning a <resizer> frame for a <textarea> instead
of the textarea itself, which means that due to the order AllChildrenIterator
iterates (non-anonymous, then anonymous), we'll never find the actual
non-anonymous node if reaching this code path (since this is computing the point
we'll start iterating from).

MozReview-Commit-ID: 4kEzDddxDN7
2018-07-06 06:53:22 +02:00
..
content
jar.mn
moz.build
nsITypeAheadFind.idl Bug 1377980 part 1. Remove use of nsIDOMRange in xpidl. r=mcc8 2018-05-17 12:01:37 -04:00
nsTypeAheadFind.cpp Bug 1455891: Don't return NAC as the first visible node in nsTypeAheadFind. r=heycam 2018-07-06 06:53:22 +02:00
nsTypeAheadFind.h Bug 1377980 part 2. Remove most C++ use of nsIDOMRange. r=mccr8 2018-05-17 12:01:38 -04:00