Comment 1 for bug 1384935

Revision history for this message
Cris Dywan (kalikiana) wrote :

I had this bug report at the back of my head when I glanced at this piece of code just now:

src/Ubuntu/Components/1.3/OrientationHelper.qml:120

if (d.stateAngle === 0 && UbuntuApplication.inputMethod.visible && anchorToKeyboard)
    availableHeight -= UbuntuApplication.inputMethod.keyboardRectangle.height;

This looks like a bug in the UI Toolkit to me. The angle in this case should be 180 but that's not part of the equation.