This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
Findbar should not hide on inter page navigation #323
Milestone
Comments
cezaraugusto
added
the
needs-info
Another team member needs information from the PR/issue opener.
label
Jun 15, 2016
@bbondy @diracdeltas is it still pending? |
yup |
cezaraugusto
removed
the
needs-info
Another team member needs information from the PR/issue opener.
label
Jun 15, 2016
david-gang
added a commit
to david-gang/browser-laptop
that referenced
this issue
Jul 26, 2016
…en hiding findbar. The code was moved from findbar.js to frame.js, as it is more logic for the frame to decide who closes him I wanted originally use will-navigate as it is better to close the find dialog beforehands, but for some reason the event did not fire when using this.webview.addEventListener('will-navigate' So i used did-navigate. This means that the search box will be closed after the user navigated.
bbondy
added a commit
that referenced
this issue
Jul 26, 2016
#323 - differentiate between external and internal navigation when hiding findbar
bbondy
changed the title
Change when findbar is hidden
Findbar should not hide on inter page navigation
Jul 29, 2016
This was referenced Jul 29, 2016
This was referenced Aug 2, 2016
This was referenced Aug 3, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Inside
js/components/findbar.js
Yan writes:
"I don't think this should happen for inter-page navigation. probably need to listen for webview will-navigate or did-navigate"
I agree.
The text was updated successfully, but these errors were encountered: