Closed
Bug 1208146
Opened 9 years ago
Closed 6 years ago
Moving at word level granularity using accessibility crashes the geckoview
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: felix.dagenais-bourgeois, Unassigned)
Details
Moving at word level granularity using accessibility a couple of times (and reaching border of the screen) crash the geckoview with this stack :
E/GeckoTouchEventHandler(10450): Unexpected empty event queue in processEventBlock!
E/GeckoTouchEventHandler(10450): java.lang.Exception
E/GeckoTouchEventHandler(10450): at org.mozilla.gecko.gfx.TouchEventHandler.processEventBlock(TouchEventHandler.java:241)
E/GeckoTouchEventHandler(10450): at org.mozilla.gecko.gfx.TouchEventHandler.handleEventListenerAction(TouchEventHandler.java:199)
E/GeckoTouchEventHandler(10450): at org.mozilla.gecko.gfx.JavaPanZoomController.notifyDefaultActionPrevented(JavaPanZoomController.java:360)
E/GeckoTouchEventHandler(10450): at org.mozilla.gecko.GeckoAppShell$12.run(GeckoAppShell.java:1567)
E/GeckoTouchEventHandler(10450): at android.os.Handler.handleCallback(Handler.java:733)
E/GeckoTouchEventHandler(10450): at android.os.Handler.dispatchMessage(Handler.java:95)
E/GeckoTouchEventHandler(10450): at android.os.Looper.loop(Looper.java:136)
E/GeckoTouchEventHandler(10450): at android.app.ActivityThread.main(ActivityThread.java:5017)
E/GeckoTouchEventHandler(10450): at java.lang.reflect.Method.invokeNative(Native Method)
E/GeckoTouchEventHandler(10450): at java.lang.reflect.Method.invoke(Method.java:515)
E/GeckoTouchEventHandler(10450): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/GeckoTouchEventHandler(10450): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/GeckoTouchEventHandler(10450): at dalvik.system.NativeStart.main(Native Method)
Updated•6 years ago
|
Summary: Moving at word level granularity using accessibility → Moving at word level granularity using accessibility crashes the geckoview
Comment 1•6 years ago
|
||
Taking into consideration the fact that the build the bug is reported against is more than one stable release old and the bug reporter can't provide more information, I will close this issue as Incomplete.
If anyone else can provide more information, please feel free to reopen or comment on the issue, and we'll have a thorough look at it.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
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
•