WebView.touchSelectionController.active remains true when navigating away
Bug #1552825 reported by
Olivier Tilloy
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
High
|
Olivier Tilloy |
Bug Description
When navigating to a new page, WebView.
Related branches
lp://staging/~osomon/oxide/reset-touch-selection-state-when-navigating
- Chris Coulson: Approve
-
Diff: 47 lines (+9/-0)1 file modifiedshared/browser/oxide_web_contents_view.cc (+9/-0)
Changed in oxide: | |
status: | New → In Progress |
Changed in oxide: | |
milestone: | none → branch-1.14 |
Changed in oxide: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
As suggested by Chris, I did some more testing, and verified that WebView. touchSelectionC ontroller. active is correctly reset to false when doing a same-domain navigation, but not when doing a navigation across domains (where a process swap happens).