what's the best way to handle a dialog that pops up from an XBL component in a datatable?
The reason I ask this is because yui-dt-hd class sets the overflow to hidden, cutting off most of the dialog. So two things that work for me are a little custom css, changing the hidden to visible who's effect on the scroll-ability of the table I'm not sure of. Or try to get the dialogs outside of the table declaration. This of course means multiple XBL components, one for the dialog (I actually have 3 ) , and one for the other stuff that has to be in the table. I was just wondering if there is a better way to than I've come up with to tackle this issue. -- 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
|
Jeremiah,
Somehow I thought that before showing the dialog, YUI would move it to the top-level. But you are saying that's not the case? -Erik On Mon, Feb 15, 2010 at 6:06 AM, Jeremiah Jahn <[hidden email]> wrote: > what's the best way to handle a dialog that pops up from an XBL component in a datatable? > > The reason I ask this is because yui-dt-hd class sets the overflow to hidden, cutting off most of the dialog. So two things that work for me are a little custom css, changing the hidden to visible who's effect on the scroll-ability of the table I'm not sure of. Or try to get the dialogs outside of the table declaration. This of course means multiple XBL components, one for the dialog (I actually have 3 ) , and one for the other stuff that has to be in the table. I was just wondering if there is a better way to than I've come up with to tackle this issue. > > -- > 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 > > -- 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 |
That was my thought from looking at the code as well. But the overflow
set to hidden from the fr:datatable captures it within the table div. And cuts it off. I don't know if the z-index will help with that. On Feb 18, 2010, at 10:31 PM, Erik Bruchez <[hidden email]> wrote: > Jeremiah, > > Somehow I thought that before showing the dialog, YUI would move it to > the top-level. But you are saying that's not the case? > > -Erik > > On Mon, Feb 15, 2010 at 6:06 AM, Jeremiah Jahn > <[hidden email]> wrote: >> what's the best way to handle a dialog that pops up from an XBL >> component in a datatable? >> >> The reason I ask this is because yui-dt-hd class sets the overflow >> to hidden, cutting off most of the dialog. So two things that work >> for me are a little custom css, changing the hidden to visible >> who's effect on the scroll-ability of the table I'm not sure of. Or >> try to get the dialogs outside of the table declaration. This of >> course means multiple XBL components, one for the dialog (I >> actually have 3 ) , and one for the other stuff that has to be in >> the table. I was just wondering if there is a better way to than >> I've come up with to tackle this issue. >> >> -- >> 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 >> >> > > -- > 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 -- 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
|
Jeremiah,
Would you have an example showing this, so we can try a few things on that example? In the example, maybe you don't need the XBL component as part of the example; a datatable with an xxforms:dialog declared inside the datatable would be enough. Alex On Sat, Feb 20, 2010 at 8:33 AM, Jeremiah Jahn <[hidden email]> wrote: > That was my thought from looking at the code as well. But the overflow set > to hidden from the fr:datatable captures it within the table div. And cuts > it off. I don't know if the z-index will help with that. > > > > On Feb 18, 2010, at 10:31 PM, Erik Bruchez <[hidden email]> wrote: > >> Jeremiah, >> >> Somehow I thought that before showing the dialog, YUI would move it to >> the top-level. But you are saying that's not the case? >> >> -Erik >> >> On Mon, Feb 15, 2010 at 6:06 AM, Jeremiah Jahn <[hidden email]> >> wrote: >>> >>> what's the best way to handle a dialog that pops up from an XBL component >>> in a datatable? >>> >>> The reason I ask this is because yui-dt-hd class sets the overflow to >>> hidden, cutting off most of the dialog. So two things that work for me are a >>> little custom css, changing the hidden to visible who's effect on the >>> scroll-ability of the table I'm not sure of. Or try to get the dialogs >>> outside of the table declaration. This of course means multiple XBL >>> components, one for the dialog (I actually have 3 ) , and one for the other >>> stuff that has to be in the table. I was just wondering if there is a better >>> way to than I've come up with to tackle this issue. >>> >>> -- >>> 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 >>> >>> >> >> -- >> 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 > > > -- > 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 > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |