I'm have an issue with the help icons disappearing when a group has its relevance set back and forth. I have a form with 4 sections that are shown / hidden depending on the relevance of the group. When the form is first loaded the help icons are there. And each time one of the groups is displayed the help icons are there. But if you move back to the first section the help icons disappear. This is with orbeon-3.8.0.201005141856-CE. Deployed on Glassfish 2.1.1. We are using the servlet filter to integrate Orbeon into our existing application. Attached is a simplified xfrom the demo the issue. Notice the help icon is there. Just click test2 (help icon is there) and then back to test 1. You notice when you return to test1 the help icon is missing. And if you click back to test2 the icon will also be missing. This test form has been tested using the sandbox. You maybe asking why not use a switch/case. It was originally coded that way, but I need to be able to pre-select which part of the form is shown when the page is loaded. I couldn’t figure out a way with a switch/case, so changed to using groups with relevance. Let me know if you need any further details. Any / all help would be appreciated. Cheers, Jason Rider -- 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 test.xhtml (3K) Download Attachment |
Administrator
|
Jason,
This might be the same as an issue that has been fixed recently: https://github.com/orbeon/orbeon-forms/commit/f0c5a61e205671a09e08571639e895d489103bfd With the latest nightly, I don't see the issue with your sample. Can you try with a nightly build? -Erik On Wed, Dec 1, 2010 at 2:44 PM, Jason Rider <[hidden email]> wrote: > Hi. > I'm have an issue with the help icons disappearing when a group has its > relevance set back and forth. > I have a form with 4 sections that are shown / hidden depending on the > relevance of the group. > When the form is first loaded the help icons are there. And each time one of > the groups is displayed the help icons are there. But if you move back to > the first section the help icons disappear. > This is with orbeon-3.8.0.201005141856-CE. > Deployed on Glassfish 2.1.1. > We are using the servlet filter to integrate Orbeon into our existing > application. > Attached is a simplified xfrom the demo the issue. Notice the help icon is > there. Just click test2 (help icon is there) and then back to test 1. You > notice when you return to test1 the help icon is missing. And if you click > back to test2 the icon will also be missing. > This test form has been tested using the sandbox. > > You maybe asking why not use a switch/case. It was originally coded that > way, but I need to be able to pre-select which part of the form is shown > when the page is loaded. I couldn’t figure out a way with a switch/case, so > changed to using groups with relevance. > > Let me know if you need any further details. > > Any / all help would be appreciated. > > Cheers, > Jason Rider > > -- > 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 |
Hi Erik.
Thanks for the suggestion, I have tried the nightly build and it does fix the issue. What is the state of the nightly builds, how stable is it? Enough for production use? What is the timing for the next release? We will be pushing this to our live system sometime in early Jan. Cheers, Jason On 10-12-02 11:58 AM, "Erik Bruchez" <[hidden email]> wrote: > Jason, > > This might be the same as an issue that has been fixed recently: > > https://github.com/orbeon/orbeon-forms/commit/f0c5a61e205671a09e08571639e895d4 > 89103bfd > > With the latest nightly, I don't see the issue with your sample. Can > you try with a nightly build? > > -Erik > > On Wed, Dec 1, 2010 at 2:44 PM, Jason Rider <[hidden email]> wrote: >> Hi. >> I'm have an issue with the help icons disappearing when a group has its >> relevance set back and forth. >> I have a form with 4 sections that are shown / hidden depending on the >> relevance of the group. >> When the form is first loaded the help icons are there. And each time one of >> the groups is displayed the help icons are there. But if you move back to >> the first section the help icons disappear. >> This is with orbeon-3.8.0.201005141856-CE. >> Deployed on Glassfish 2.1.1. >> We are using the servlet filter to integrate Orbeon into our existing >> application. >> Attached is a simplified xfrom the demo the issue. Notice the help icon is >> there. Just click test2 (help icon is there) and then back to test 1. You >> notice when you return to test1 the help icon is missing. And if you click >> back to test2 the icon will also be missing. >> This test form has been tested using the sandbox. >> >> You maybe asking why not use a switch/case. It was originally coded that >> way, but I need to be able to pre-select which part of the form is shown >> when the page is loaded. I couldn¹t figure out a way with a switch/case, so >> changed to using groups with relevance. >> >> Let me know if you need any further details. >> >> Any / all help would be appreciated. >> >> Cheers, >> Jason Rider >> >> -- >> 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
|
Jason,
We try to keep the nightly builds as stable as possible in the sense that we try not to commit too many risky changes. The automatic unit tests must run for a build to pass, so this gives us some confidence, but there is no human testing at all. In general we find the nightly builds quite stable but there is no guarantee. We are working on 3.9 and hoping to release it in December or January: http://wiki.orbeon.com/forms/projects/release-planning -Erik On Thu, Dec 2, 2010 at 12:59 PM, Jason Rider <[hidden email]> wrote: > Hi Erik. > Thanks for the suggestion, I have tried the nightly build and it does fix > the issue. > What is the state of the nightly builds, how stable is it? Enough for > production use? > What is the timing for the next release? > We will be pushing this to our live system sometime in early Jan. > > Cheers, > Jason > > On 10-12-02 11:58 AM, "Erik Bruchez" <[hidden email]> wrote: > >> Jason, >> >> This might be the same as an issue that has been fixed recently: >> >> https://github.com/orbeon/orbeon-forms/commit/f0c5a61e205671a09e08571639e895d4 >> 89103bfd >> >> With the latest nightly, I don't see the issue with your sample. Can >> you try with a nightly build? >> >> -Erik >> >> On Wed, Dec 1, 2010 at 2:44 PM, Jason Rider <[hidden email]> wrote: >>> Hi. >>> I'm have an issue with the help icons disappearing when a group has its >>> relevance set back and forth. >>> I have a form with 4 sections that are shown / hidden depending on the >>> relevance of the group. >>> When the form is first loaded the help icons are there. And each time one of >>> the groups is displayed the help icons are there. But if you move back to >>> the first section the help icons disappear. >>> This is with orbeon-3.8.0.201005141856-CE. >>> Deployed on Glassfish 2.1.1. >>> We are using the servlet filter to integrate Orbeon into our existing >>> application. >>> Attached is a simplified xfrom the demo the issue. Notice the help icon is >>> there. Just click test2 (help icon is there) and then back to test 1. You >>> notice when you return to test1 the help icon is missing. And if you click >>> back to test2 the icon will also be missing. >>> This test form has been tested using the sandbox. >>> >>> You maybe asking why not use a switch/case. It was originally coded that >>> way, but I need to be able to pre-select which part of the form is shown >>> when the page is loaded. I couldn¹t figure out a way with a switch/case, so >>> changed to using groups with relevance. >>> >>> Let me know if you need any further details. >>> >>> Any / all help would be appreciated. >>> >>> Cheers, >>> Jason Rider >>> >>> -- >>> 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 > > -- 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 |