Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-30 Thread Mike Blumenkrantz
On Wed, 23 Nov 2016 12:05:12 -0800 Bill Spitzak wrote: > Much better to just say one of the "constraints" is that the child > must touch the parent. > > The specified api, despite attempts to prevent it, still allows > starting positions that don't touch the parent (this can be achieved > by usi

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-21 Thread Jonas Ådahl
On Mon, Nov 21, 2016 at 06:36:49AM -0500, Mike Blumenkrantz wrote: > On Fri, 18 Nov 2016 09:28:56 +0800 > Jonas Ådahl wrote: > > > On Wed, Nov 16, 2016 at 10:23:59AM -0500, Mike Blumenkrantz wrote: > > > some restrictions must be placed on this or else it becomes legal for > > > the compositor to

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-21 Thread Mike Blumenkrantz
On Fri, 18 Nov 2016 09:28:56 +0800 Jonas Ådahl wrote: > On Wed, Nov 16, 2016 at 10:23:59AM -0500, Mike Blumenkrantz wrote: > > some restrictions must be placed on this or else it becomes legal for > > the compositor to place popups in unexpected locations when sliding > > is allowed > > > > Sign

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-17 Thread Jonas Ådahl
On Wed, Nov 16, 2016 at 10:23:59AM -0500, Mike Blumenkrantz wrote: > some restrictions must be placed on this or else it becomes legal for > the compositor to place popups in unexpected locations when sliding > is allowed > > Signed-off-by: Mike Blumenkrantz > --- > unstable/xdg-shell/xdg-shell-

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-17 Thread Bryce Harrington
On Thu, Nov 17, 2016 at 07:32:02AM -0800, Yong Bakos wrote: > Hi Mike, > > > On Nov 16, 2016, at 7:23 AM, Mike Blumenkrantz > > wrote: > > > > some restrictions must be placed on this or else it becomes legal for > > the compositor to place popups in unexpected locations when sliding > > is all

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-17 Thread Yong Bakos
Hi Mike, > On Nov 16, 2016, at 7:23 AM, Mike Blumenkrantz wrote: > > some restrictions must be placed on this or else it becomes legal for > the compositor to place popups in unexpected locations when sliding > is allowed > > Signed-off-by: Mike Blumenkrantz Per your description of the proble

Re: [PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-16 Thread Mike Blumenkrantz
Some background: I was implementing v6 over the past few days and noticed, while handling constraints, that this was a hugely problematic scenario. If a popup was constrained in a particular way, the compositor could conceivably place it on the opposite side of the screen over unrelated windows--c

[PATCH] xdg-shell: clarify popup constrain's slide mechanism

2016-11-16 Thread Mike Blumenkrantz
some restrictions must be placed on this or else it becomes legal for the compositor to place popups in unexpected locations when sliding is allowed Signed-off-by: Mike Blumenkrantz --- unstable/xdg-shell/xdg-shell-unstable-v6.xml | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff