Closed
Bug 1226431
Opened 9 years ago
Closed 9 years ago
Toggling find in page match case removes focus from the find text box
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox45 fixed, fennecNightly+)
RESOLVED
FIXED
Firefox 45
People
(Reporter: kbrosnan, Assigned: capella)
References
Details
Attachments
(1 file)
1.12 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
On Firefox for Android nightly
* Load a page
* open the find bar
* tap on the Aa button
Expected: focus remains in the find in page bar, keyboard remains open, find in page mode toggles the match case state
Actual: focus is removed from the find in page bar, keyboard closes, find in page mode toggles the match case state
Nexus 5 running Android 6.0 w/ Google keyboard
Comment 1•9 years ago
|
||
The "Actual" in comment 0 seems to match what happens when "Next" or "Previous" buttons are pressed. Should those be changed as well?
I seem to recall a previous bug filed about those buttons...
Assignee | ||
Comment 2•9 years ago
|
||
The code [0] was set to mimic desktop behaviour. It would seem a simple state-change of the button needn't trigger a new find, which of-course, the user can perform via an explicit-click.
fyi, I think there's an issue there with the underlying Finder.jsm, such that changing case and simultaneously changing find direction hickups.
(without an intervening fastFind() call to "begin" a "new search").
[0] http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/FindInPageBar.java?rev=4f939aa499b0&mark=156-156#147
Assignee | ||
Comment 3•9 years ago
|
||
Though maybe I over-complicated it above ... if you just don't want the keyboard hide on toggle, it's a one line patch.
The Next/Prev buttons minimize the keyboard assuming you've now typed the thing you're searching for, and value additional screen for review.
Attachment #8690444 -
Flags: review?(kbrosnan)
Updated•9 years ago
|
tracking-fennec: ? → Nightly+
Updated•9 years ago
|
Attachment #8690444 -
Flags: review?(kbrosnan) → review?(margaret.leibovic)
Updated•9 years ago
|
Attachment #8690444 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Push to try; https://treeherder.mozilla.org/#/jobs?repo=try&revision=41b70bc28d6d
I can't clear the orange on Linux Debug dt1 nor android-4-0-armv7-api11-p opt build. Assuming TRY infra.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•