Closed Bug 1500059 Opened 6 years ago Closed 3 years ago

updateCursorAnchorInfo callbacks not received after requestCursorUpdates

Categories

(GeckoView :: General, defect, P2)

64 Branch

Tracking

(firefox63 wontfix, firefox64 wontfix, firefox65 wontfix, firefox70 wontfix, firefox71 ?)

RESOLVED FIXED
Tracking Status
firefox63 --- wontfix
firefox64 --- wontfix
firefox65 --- wontfix
firefox70 --- wontfix
firefox71 --- ?

People

(Reporter: imanol.martin, Unassigned, NeedInfo)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36

Steps to reproduce:

- Set a GeckoSession TextInput delegate: session.getTextInput().setDelegate(this);
- Get an InputConnection through session.getTextInput().onCreateInputConnection()
- Request cursor updates:  inputConnection.requestCursorUpdates(InputConnection.CURSOR_UPDATE_MONITOR);


Actual results:

No updates are received through the delegate's updateCursorAnchorInfo method.


Expected results:

Cursor updates should be received through the delegate method.

This is necessary so custom UI can be placed around the currently focused input field. ie. smart positioning a custom keyboard below the currently focused input field. Specifically for projects that need to implement custom keyboards like Firefox Reality.
Assignee: nobody → nchen
Priority: -- → P2
Whiteboard: [geckoview:fxr:p1]
Assignee: nchen → rbarker
Priority: P2 → P1
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
64=wontfix because FxR 1.1 is using GV 65 and this issue doesn't block Focus 8.0 from using GV 64.
Product: Firefox for Android → GeckoView
Version: Firefox 64 → 64 Branch
Assignee: rbarker → nobody
Status: ASSIGNED → NEW

I'm editing a bunch of GeckoView bugs. If you'd like to filter all this bugmail, search and destroy emails containing this UUID:

e88a5094-0fc0-4b7c-b7c5-aef00a11dbc9

Priority: P1 → P2
Rank: 15
Whiteboard: [geckoview:fxr:p1]

Manuel, is this still an issue? Randall says this bug might be fixed now.

Flags: needinfo?(imanol.martin)
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.