You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, regex search misbehaves on this page because of the <input> boxes.
This happens since window.find matches text in <input> boxes, but the box's contents aren't included in document.body.innerText, on which the actual Regex matching is done.
The text was updated successfully, but these errors were encountered:
For example, regex search misbehaves on this page because of the
<input>
boxes.This happens since
window.find
matches text in<input>
boxes, but the box's contents aren't included indocument.body.innerText
, on which the actual Regex matching is done.The text was updated successfully, but these errors were encountered: