[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-12-02 Thread Christian Dywan
Just to update on #2, dialogs do scroll. There used to be a bug where the margin used for it was incorrect and as of recently all dialogs are again fully scrollable relative to the OSK limiting available space. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-28 Thread Matthew Paul Thomas
1. I've put an equivalent statement into the toolkit spec, subject to approval from Femma. 2. "Some content which is not accessible" should never be the case, whether the OSK is visible or not. That would be awful! As I mentioned, that could be fixed by implementing the Dialog section of the

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-04 Thread Jonas G. Drange
** No longer affects: ubuntu-system-settings (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1415023 Title: [Dialog] if keyboard is present, buttons and

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Zsombor Egri
1. The text field looses focus due to the fact that someone else is getting focused. The same behaviour happens on every control, not only on TextField. Now, the question is whether do we want to do slightly different focusing behaviour on different controls, i.e. on desktop when focusing a

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Matthew Paul Thomas
I was directed to this bug report by Jonas in , where "activeFocusOnPress: false" is added to a checkbox because it happens to be in the same dialog as a text field. If approved, that will be the

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Matthew Paul Thomas
1. Okay, so to reword in reference to the pressed control: If you press on a control where dragging does nothing, it should not take focus unless you also release over it. Dragging does nothing for buttons, checkboxes, and switches, so they shouldn't take focus until release. Dragging does

[Touch-packages] [Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Zsombor Egri
1. Much better :) 2. Unsure whether the Ubuntu Touch System Settings -> Wi-Fi ->Connect to hidden network Dialog's two text inputs are handling the OSK differently, but atm focusing the other text input while the first one is focus doesn't pull out the OSK and then back. If they did a workaround,