Closed
Bug 1231915
Opened 9 years ago
Closed 9 years ago
crash in java.lang.IllegalStateException: APZCCallbackHandler::NotifyDefaultPrevented should be getting called, not this! at org.mozilla.gecko.gfx.NativePanZoomController.notifyDefaultActionPrevented$1385ff(NativePanZoomController.java)
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(firefox45 affected, firefox46 fixed)
RESOLVED
FIXED
Firefox 46
People
(Reporter: wgianopoulos, Assigned: kats)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
rbarker
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-d2c75b73-5e00-481c-993d-f913b2151211.
=============================================================
Now that the fix for bug 1230522 has landed, I am now crashing here. This happens when I use about:config and search, or about:crashes and try to view a crash report.
Assignee | ||
Comment 1•9 years ago
|
||
This should be fixed by bug 1230838. However - do you have accessibility enabled, or using any sort of non-touch input? That's the only scenario under which this should happen, so if that's not the case then I'd like to understand why.
Depends on: 1230838
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1)
> This should be fixed by bug 1230838. However - do you have accessibility
> enabled, or using any sort of non-touch input? That's the only scenario
> under which this should happen, so if that's not the case then I'd like to
> understand why.
As far as I know i have no alternate input devices or accessibility options enabled that should impact this.
Reporter | ||
Comment 3•9 years ago
|
||
This crash occurs if you disable APZ form about config, which I had done yesterday to get around the previous crash.
Assignee | ||
Comment 4•9 years ago
|
||
Ah, on Fennec unfortunately you can't disable APZ just by flipping the pref, there is some build-time stuff too. You would have to do a local build with a modified confvars.sh to disable it. That explains why this crash was happening, thanks.
Reporter | ||
Comment 5•9 years ago
|
||
So, we should guard somehow against people changing this. There should not be visible preferences that changing them guarantees an inoperable product. perhaps ifdef's around where it is defined?
Reporter | ||
Comment 6•9 years ago
|
||
The major problem here is that once you get into this state you cannot use about:config to undo the change.
Assignee | ||
Comment 7•9 years ago
|
||
Once bug 1230838 lands you should be able to use about:config again. But yeah we should probably prevent people from flipping this somehow.
Assignee | ||
Comment 8•9 years ago
|
||
This ignores the pref if MOZ_ANDROID_APZ is enabled, so flipping the pref shouldn't result in some weird hybrid configuration.
Assignee: nobody → bugmail.mozilla
Attachment #8697771 -
Flags: review?(rbarker)
Updated•9 years ago
|
Attachment #8697771 -
Flags: review?(rbarker) → review+
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
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
•