[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2016-03-10 Thread Tim Peeters
I tested the sample app on the device, and the bug no longer exists. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-02-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you ar

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-02-04 Thread Michael Terry
I tried that... It didn't actually simulate what I see on screen on the device. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416408 Title: Dialog shouldn't allow interactions with page behind it

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-02-04 Thread Zsombor Egri
It's easy, simply resize the app window so that width > height :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416408 Title: Dialog shouldn't allow interactions with page behind it To manage noti

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-02-04 Thread Michael Terry
Here's a sample program. I had to run it on the device, because I didn't know how to simulate landscape mode in the SDK directly. But run this on the device, and you can see that the dialog doesn't cover the screen when in landscape mode. ** Attachment added: "test.qml" https://bugs.launchpa

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-02-04 Thread Zsombor Egri
Michael, could you provide a small sample app which reproduces this? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416408 T

[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2015-01-30 Thread Michael Terry
** Description changed: - If you have a app that throws up a dialog, while the dialog is up, it + If you have an app that throws up a dialog, while the dialog is up, it shouldn't allow any interaction with the app. Normally, the dialog covers the whole page, so it's not really a problem.