[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-04-08 Thread Zsombor Egri
It seems the button is getting the pressed signal, which removes the OSK. That one triggers the dialog to be grabbed to the centre of the screen, and therefore the release event happens outside the button. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-04-08 Thread Jonas G. Drange
The issue is not that the Dialogue does not close, it's that you have to press a button twice to if the OSK is shown. It seems like the first press on a button never 'reaches' the button and that the press event is suppressed by the action that hides the OSK. This is a more detailed way of

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-04-08 Thread Jonas G. Drange
16:37 Elleo jgdx, zsombi: okay, what seems to happen is that the button is *pressed* but it's not *clicked*, which I suspect happens because the button moves (due to the keyboard being dismissed), so the touch release event is no longer happening on the button's mousearea 16:38

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-31 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415023 Title: sim unlock/lock confirmation button dismisses keyboard but

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-30 Thread Pat McGowan
zsombi is correct, the cancel button has a call to close but the change button does not ** Changed in: ubuntu-system-settings (Ubuntu) Status: Invalid = Confirmed ** Changed in: ubuntu-system-settings (Ubuntu) Assignee: (unassigned) = Jonas G. Drange (jonas-drange) -- You received

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-30 Thread Zsombor Egri
If you had this in the system settings, then it's bad, and I am wondering how this worked so far. If it ever did work properly. See https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Popups.Dialog/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = Incomplete --

[Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-30 Thread Zsombor Egri
In the sample posted by Jonas I do not see any command to dismiss the dialog when the button is pressed. A call to PopupUtils.close(dialogue) - (or depending on the code a dialogue.hide()) should be there, otherwise the Dialog won't know when to close. -- You received this bug notification