All,
I'm having an issue when trying to open a dialog from another dialog. The last dialog open appears behind the first, in a way that it becomes unvisible to the user. This happens for instance when attaching help resources to controls within a dialog form. It happens also when directly calling xxforms:show.. from a trigger within a dialog. I have tried with both dialogs being modeless, which is my current need. More generally the question would be: is there a way to control the order on the screen (or z-order) in which dialogs are displayed? Thanks, Luiz |
Administrator
|
Luiz,
On Feb 18, 2008, at 5:25 AM, lrodrigues wrote: > I'm having an issue when trying to open a dialog from another > dialog. The > last dialog open appears behind the first, in a way that it becomes > unvisible to the user. This happens for instance when attaching help > resources to controls within a dialog form. It happens also when > directly > calling xxforms:show.. from a trigger within a dialog. I have tried > with > both dialogs being modeless, which is my current need. More > generally the > question would be: is there a way to control the order on the screen > (or > z-order) in which dialogs are displayed? that we can use to reproduce this? Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Here's an example. I noticed that the order in which dialogs are displayed depends on the order they are declared in the source, is this true? Anyway, the problem remains with the help pop-ups, as you can try in the attached sample.
Thanks, Luiz dialogs.xhtml |
Administrator
|
Luiz,
On Wed, Feb 27, 2008 at 10:44 AM, lrodrigues <[hidden email]> wrote: > Here's an example. I noticed that the order in which dialogs are displayed > depends on the order they are declared in the source, is this true? Anyway, > the problem remains with the help pop-ups, as you can try in the attached > sample. I see; thank you for the example. First, I created a bug for this: http://forge.objectweb.org/tracker/index.php?func=detail&aid=308698&group_id=168&atid=350207 I prototyped the following: every time we show a dialog, we display over whatever was displayed before. So dialogs stack up in the order in which they are shown. Do you think that this makes sense? Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Alessandro,
Absolutely. I think this is what we need. Thanks, Luiz
|
Administrator
|
Luiz,
On Fri, Feb 29, 2008 at 4:05 AM, lrodrigues <[hidden email]> wrote: > Absolutely. I think this is what we need. OK, excellent. Then this is what we will implement. I will follow-up in this thread when this is done. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Luiz,
On Mon, Mar 3, 2008 at 5:56 PM, Alessandro Vernet <[hidden email]> wrote: > OK, excellent. Then this is what we will implement. I will follow-up > in this thread when this is done. This is now implemented and checked in. Just let me know if you need a nightly build with this change. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
On Wed, Mar 5, 2008 at 4:25 PM, Alessandro Vernet <[hidden email]>
wrote: > This is now implemented and checked in. Just let me know if you need a > nightly build with this change. Related to this, there was still an issue with an help dialog shown after you click on the help icon, which is invoked for a control which is in an xxforms:dialog. The help dialog should be over the other dialog for the the xxforms:dialog, but wasn't. This issue is now fixed. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |