Closed
Bug 1014708
Opened 11 years ago
Closed 11 years ago
Disable zoom for find in page
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox29 unaffected, firefox30+ verified, firefox31+ verified, firefox32+ verified, fennec30+)
VERIFIED
FIXED
Firefox 32
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(2 files, 2 obsolete files)
1.06 KB,
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
3.06 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
Bug 958111 added zoom for find in page, but we need to refine the behavior (bug 1014113). Until we do that, we should disable this. I'll write a patch.
Assignee | ||
Comment 1•11 years ago
|
||
I think we should land this on m-c and uplift to aurora and beta. Then we can undo it as part of the fix for bug 1014113.
Attachment #8427182 -
Flags: review?(mark.finkle)
Updated•11 years ago
|
Attachment #8427182 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8427182 [details] [diff] [review]
Disable zoom for find in page
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 1014113
User impact if declined: page zooms to much when using find in page
Testing completed (on m-c, etc.): tested locally, just landed on fx-team
Risk to taking this patch (and alternatives if risky): low-risk, disables new behavior that was added in bug 1014113
String or IDL/UUID changes made by this patch: none
Attachment #8427182 -
Flags: approval-mozilla-beta?
Attachment #8427182 -
Flags: approval-mozilla-aurora?
This broke robocop-1: https://tbpl.mozilla.org/php/getParsedLog.php?id=40233929&tree=Fx-Team
Backed out in https://hg.mozilla.org/integration/fx-team/rev/21c3f77e224b
Flags: needinfo?(margaret.leibovic)
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #4)
> This broke robocop-1:
> https://tbpl.mozilla.org/php/getParsedLog.php?id=40233929&tree=Fx-Team
>
> Backed out in https://hg.mozilla.org/integration/fx-team/rev/21c3f77e224b
Grr, I looked at the test changes from bug 958111 before landing this, but I only saw the part we disabled, not this change:
https://hg.mozilla.org/mozilla-central/diff/91176f7dd8e2/mobile/android/base/tests/testFindInPage.java
I will update and push to try. Sorry for causing a backout!
Flags: needinfo?(margaret.leibovic)
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to :Margaret Leibovic from comment #6)
> Try push:
> https://tbpl.mozilla.org/?tree=Try&rev=a6575bc6d423
Boo, this is still failing, but only on 2.2. This test seems pretty flakey (it's caused problems in the past and it relies on multiple sleep calls), so I think we should just disable it until we can make it better.
I was actually able to reproduce this locally on my N4, and it looks like the test page actually renders with smaller than it used to, so when the page pans on a match, it doesn't actually pan far enough to move to a different spot.
I feel like there has to be a better way to test if the page panned than checking the color of pixels on screen. Maybe this test was written before we had more JS testing capabilities, but it seems like this check would be better done in JS.
Assignee | ||
Comment 8•11 years ago
|
||
This patch reverts the testFindInPage changes made in bug 958111, but it also disables the test. I filed bug 1015395 about improving this test so that we can re-enable it. Maybe Robin would want to do that as part of his work on bug 1014113.
Attachment #8427945 -
Flags: review?(gbrown)
Assignee | ||
Comment 9•11 years ago
|
||
Oops didn't qrefresh.
Attachment #8427945 -
Attachment is obsolete: true
Attachment #8427945 -
Flags: review?(gbrown)
Attachment #8427949 -
Flags: review?(gbrown)
Comment 10•11 years ago
|
||
Comment on attachment 8427949 [details] [diff] [review]
Revert robocop changes and disable testFindInPage
Review of attachment 8427949 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/tests/robocop.ini
@@ +40,2 @@
> # disabled on Android 2.3; bug 975155
> skip-if = android_version == "10"
Notice the skip-if -- it previously applied to testFindInPage; now it skips testFilterOpenTab!
Let's remove this skip-if and the "disabled on Android 2.3" comment, and leave a comment "see bug 1015395, bug 975155".
Attachment #8427949 -
Flags: review?(gbrown) → review-
Assignee | ||
Comment 11•11 years ago
|
||
(In reply to Geoff Brown [:gbrown] from comment #10)
> Comment on attachment 8427949 [details] [diff] [review]
> Revert robocop changes and disable testFindInPage
>
> Review of attachment 8427949 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mobile/android/base/tests/robocop.ini
> @@ +40,2 @@
> > # disabled on Android 2.3; bug 975155
> > skip-if = android_version == "10"
>
> Notice the skip-if -- it previously applied to testFindInPage; now it skips
> testFilterOpenTab!
>
> Let's remove this skip-if and the "disabled on Android 2.3" comment, and
> leave a comment "see bug 1015395, bug 975155".
Oh, I assumed the skip-if applied to the line that followed, not the line before. That's confusing!
Assignee | ||
Comment 12•11 years ago
|
||
Pushed to try for good measure: https://tbpl.mozilla.org/?tree=Try&rev=2f5a7ce4500d
Attachment #8427949 -
Attachment is obsolete: true
Attachment #8427967 -
Flags: review?(gbrown)
Comment 13•11 years ago
|
||
Comment on attachment 8427967 [details] [diff] [review]
Revert robocop changes and disable testFindInPage (v2)
Review of attachment 8427967 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8427967 -
Flags: review?(gbrown) → review+
Comment 14•11 years ago
|
||
Triage drive-by: will swing back around to get these uplifts approved when it's landed (and stuck) on central but before next week's mobile beta.
Assignee | ||
Comment 15•11 years ago
|
||
Green on try, so landing on fx-team:
https://hg.mozilla.org/integration/fx-team/rev/97c6e373c441
https://hg.mozilla.org/integration/fx-team/rev/9d54afd94ff3
Comment 16•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Updated•11 years ago
|
Attachment #8427182 -
Flags: approval-mozilla-beta?
Attachment #8427182 -
Flags: approval-mozilla-beta+
Attachment #8427182 -
Flags: approval-mozilla-aurora?
Attachment #8427182 -
Flags: approval-mozilla-aurora+
Comment 17•11 years ago
|
||
Comment 18•11 years ago
|
||
Comment 19•11 years ago
|
||
Please verify the disabling of this on nightly, aurora and beta.
Flags: needinfo?(fennec)
Comment 20•11 years ago
|
||
Verified that 'zoom for find in page' is disabled on Nightly 32.0a1 (2014-05-28), Aurora 31.0a2 (2014-05-28) and Firefox 30 Beta 8
Status: RESOLVED → VERIFIED
Flags: needinfo?(fennec)
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
•