I'm trying to use the fr:autocomplete (following the google suggest example) and have been experiencing some strange behavior. The suggest box works nicely, but anytime I use any other action on the form it triggers the suggestions again. This includes other submit methods and also any actions in my select menus. I've attached a simplified version of the code, and you can see a working version of the document here:
http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test Thanks for the help. -Winona -- 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 simpleSuggest.xhtml (6K) Download Attachment |
Administrator
|
Winona,
How can I reproduce this with the attached example? It tries to access service on localhost, which I don't have. If those services are not publicly accessible on your server, maybe embedding the XML would be enough just to reproduce this? Alex On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky <[hidden email]> wrote: > I'm trying to use the fr:autocomplete (following the google suggest example) > and have been experiencing some strange behavior. The suggest box works > nicely, but anytime I use any other action on the form it triggers the > suggestions again. This includes other submit methods and also any actions > in my select menus. I've attached a simplified version of the code, and you > can see a working version of the document here: > > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test > > Thanks for the help. > -Winona > > > -- > 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 |
Yes, sorry about that. Here is a copy with the response data in the instances. I notice the issue when using the xforms:select. Also when doing any submission.
Thanks for taking a look. -Winona
On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet <[hidden email]> wrote: Winona, -- 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 simpleSuggest.xhtml (19K) Download Attachment |
Administrator
|
Winona,
Sorry for the delay on this, but I still don't see it. What should I do to reproduce the problem? I tried to click on the checkboxes, click on the save button, and don't see the auto-completion come up. However if I type in the field, a list of suggestions comes up. Alex On Tue, Apr 6, 2010 at 5:15 PM, Winona Salesky <[hidden email]> wrote: > Yes, sorry about that. Here is a copy with the response data in the > instances. I notice the issue when using the xforms:select. Also when doing > any submission. > > Thanks for taking a look. > -Winona > > On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet <[hidden email]> > wrote: >> >> Winona, >> >> How can I reproduce this with the attached example? It tries to access >> service on localhost, which I don't have. If those services are not >> publicly accessible on your server, maybe embedding the XML would be >> enough just to reproduce this? >> >> Alex >> >> On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky <[hidden email]> wrote: >> > I'm trying to use the fr:autocomplete (following the google suggest >> > example) >> > and have been experiencing some strange behavior. The suggest box works >> > nicely, but anytime I use any other action on the form it triggers the >> > suggestions again. This includes other submit methods and also any >> > actions >> > in my select menus. I've attached a simplified version of the code, and >> > you >> > can see a working version of the document here: >> > >> > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> > >> > Thanks for the help. >> > -Winona >> > >> > >> > -- >> > 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 >> > > > > -- > 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 |
Alex,
What browser were you using? I just did some testing and it seems to be a firefox issue, works fine in safari, and IE but not in firefox (I have a mac, but tested it on windowsXP). -Winona
On Fri, Apr 9, 2010 at 6:02 PM, Alessandro Vernet <[hidden email]> wrote: Winona, -- 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
|
Winona,
I am also using Firefox on OS X. But I might not be following the right steps to reproduce this. I copied the file you attached in the XForms sandbox samples directory, go to http://localhost:8080/orbeon/xforms-sandbox/sample/simpleSuggest?orbeon-theme=plain, and you can see what I am doing here: http://screencast.com/t/MjhmZGZjZW. Alex On Fri, Apr 9, 2010 at 4:20 PM, Winona Salesky <[hidden email]> wrote: > Alex, > What browser were you using? I just did some testing and it seems to be a > firefox issue, works fine in safari, and IE but not in firefox (I have a > mac, but tested it on windowsXP). > > -Winona > > On Fri, Apr 9, 2010 at 6:02 PM, Alessandro Vernet <[hidden email]> > wrote: >> >> Winona, >> >> Sorry for the delay on this, but I still don't see it. What should I >> do to reproduce the problem? I tried to click on the checkboxes, click >> on the save button, and don't see the auto-completion come up. However >> if I type in the field, a list of suggestions comes up. >> >> Alex >> >> On Tue, Apr 6, 2010 at 5:15 PM, Winona Salesky <[hidden email]> wrote: >> > Yes, sorry about that. Here is a copy with the response data in the >> > instances. I notice the issue when using the xforms:select. Also when >> > doing >> > any submission. >> > >> > Thanks for taking a look. >> > -Winona >> > >> > On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet <[hidden email]> >> > wrote: >> >> >> >> Winona, >> >> >> >> How can I reproduce this with the attached example? It tries to access >> >> service on localhost, which I don't have. If those services are not >> >> publicly accessible on your server, maybe embedding the XML would be >> >> enough just to reproduce this? >> >> >> >> Alex >> >> >> >> On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky <[hidden email]> >> >> wrote: >> >> > I'm trying to use the fr:autocomplete (following the google suggest >> >> > example) >> >> > and have been experiencing some strange behavior. The suggest box >> >> > works >> >> > nicely, but anytime I use any other action on the form it triggers >> >> > the >> >> > suggestions again. This includes other submit methods and also any >> >> > actions >> >> > in my select menus. I've attached a simplified version of the code, >> >> > and >> >> > you >> >> > can see a working version of the document here: >> >> > >> >> > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> >> > >> >> > Thanks for the help. >> >> > -Winona >> >> > >> >> > >> >> > -- >> >> > 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 >> >> >> > >> > >> > >> > -- >> > 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 >> > > > > -- > 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 |
How strange. Can you try from this link:
http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test I forgot to mention that I have Orbeon set up as a seperate deployment and am forwarding the forms (generated by xqueries) to Orbeon. I don't know if that would make a difference. But I am at a loss to figure out what else could be the problem. -Winona On Sun, Apr 11, 2010 at 2:50 AM, Alessandro Vernet <[hidden email]> wrote: Winona, -- 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 |
I am out of the office until 19th April *********************************************************************************************** This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.
Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.
Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards. *********************************************************************************************** The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG
|
Administrator
|
In reply to this post by wsalesky
Winona,
I don't seem to be getting this on that site either: http://screencast.com/t/NzIzZjYyZjIt Should I do something different to reproduce the issue? Are you seeing the autocomplete show suggestions when you click on the checkboxes the way I did? Alex On Wed, Apr 14, 2010 at 5:04 PM, Winona Salesky <[hidden email]> wrote: > How strange. Can you try from this link: > > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test > > I forgot to mention that I have Orbeon set up as a seperate deployment and > am forwarding the forms (generated by xqueries) to Orbeon. I don't know if > that would make a difference. But I am at a loss to figure out what else > could be the problem. > > -Winona > > On Sun, Apr 11, 2010 at 2:50 AM, Alessandro Vernet <[hidden email]> > wrote: >> >> Winona, >> >> I am also using Firefox on OS X. But I might not be following the >> right steps to reproduce this. I copied the file you attached in the >> XForms sandbox samples directory, go to >> >> http://localhost:8080/orbeon/xforms-sandbox/sample/simpleSuggest?orbeon-theme=plain, >> and you can see what I am doing here: >> http://screencast.com/t/MjhmZGZjZW. >> >> Alex >> >> On Fri, Apr 9, 2010 at 4:20 PM, Winona Salesky <[hidden email]> wrote: >> > Alex, >> > What browser were you using? I just did some testing and it seems to be >> > a >> > firefox issue, works fine in safari, and IE but not in firefox (I have a >> > mac, but tested it on windowsXP). >> > >> > -Winona >> > >> > On Fri, Apr 9, 2010 at 6:02 PM, Alessandro Vernet <[hidden email]> >> > wrote: >> >> >> >> Winona, >> >> >> >> Sorry for the delay on this, but I still don't see it. What should I >> >> do to reproduce the problem? I tried to click on the checkboxes, click >> >> on the save button, and don't see the auto-completion come up. However >> >> if I type in the field, a list of suggestions comes up. >> >> >> >> Alex >> >> >> >> On Tue, Apr 6, 2010 at 5:15 PM, Winona Salesky <[hidden email]> >> >> wrote: >> >> > Yes, sorry about that. Here is a copy with the response data in the >> >> > instances. I notice the issue when using the xforms:select. Also when >> >> > doing >> >> > any submission. >> >> > >> >> > Thanks for taking a look. >> >> > -Winona >> >> > >> >> > On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet >> >> > <[hidden email]> >> >> > wrote: >> >> >> >> >> >> Winona, >> >> >> >> >> >> How can I reproduce this with the attached example? It tries to >> >> >> access >> >> >> service on localhost, which I don't have. If those services are not >> >> >> publicly accessible on your server, maybe embedding the XML would be >> >> >> enough just to reproduce this? >> >> >> >> >> >> Alex >> >> >> >> >> >> On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky <[hidden email]> >> >> >> wrote: >> >> >> > I'm trying to use the fr:autocomplete (following the google >> >> >> > suggest >> >> >> > example) >> >> >> > and have been experiencing some strange behavior. The suggest box >> >> >> > works >> >> >> > nicely, but anytime I use any other action on the form it triggers >> >> >> > the >> >> >> > suggestions again. This includes other submit methods and also any >> >> >> > actions >> >> >> > in my select menus. I've attached a simplified version of the >> >> >> > code, >> >> >> > and >> >> >> > you >> >> >> > can see a working version of the document here: >> >> >> > >> >> >> > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> >> >> > >> >> >> > Thanks for the help. >> >> >> > -Winona >> >> >> > >> >> >> > >> >> >> > -- >> >> >> > 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 >> >> >> >> >> > >> >> > >> >> > >> >> > -- >> >> > 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 >> >> >> > >> > >> > >> > -- >> > 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 >> > > > > -- > 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 |
Administrator
|
Hi Winona,
I noticed that this is happening when you select the value with the mouse rather than the keyboard, and tracked this down to an issue with YUI. I created a bug, and fixed it. The fix will be in the next build. You'll let us know how this works for you. http://forge.ow2.org/tracker/index.php?func=detail&aid=314974&group_id=168&atid=350207 Alex On Fri, Apr 16, 2010 at 7:33 PM, Alessandro Vernet <[hidden email]> wrote: > Winona, > > I don't seem to be getting this on that site either: > http://screencast.com/t/NzIzZjYyZjIt > > Should I do something different to reproduce the issue? Are you seeing > the autocomplete show suggestions when you click on the checkboxes the > way I did? > > Alex > > On Wed, Apr 14, 2010 at 5:04 PM, Winona Salesky <[hidden email]> wrote: >> How strange. Can you try from this link: >> >> http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> >> I forgot to mention that I have Orbeon set up as a seperate deployment and >> am forwarding the forms (generated by xqueries) to Orbeon. I don't know if >> that would make a difference. But I am at a loss to figure out what else >> could be the problem. >> >> -Winona >> >> On Sun, Apr 11, 2010 at 2:50 AM, Alessandro Vernet <[hidden email]> >> wrote: >>> >>> Winona, >>> >>> I am also using Firefox on OS X. But I might not be following the >>> right steps to reproduce this. I copied the file you attached in the >>> XForms sandbox samples directory, go to >>> >>> http://localhost:8080/orbeon/xforms-sandbox/sample/simpleSuggest?orbeon-theme=plain, >>> and you can see what I am doing here: >>> http://screencast.com/t/MjhmZGZjZW. >>> >>> Alex >>> >>> On Fri, Apr 9, 2010 at 4:20 PM, Winona Salesky <[hidden email]> wrote: >>> > Alex, >>> > What browser were you using? I just did some testing and it seems to be >>> > a >>> > firefox issue, works fine in safari, and IE but not in firefox (I have a >>> > mac, but tested it on windowsXP). >>> > >>> > -Winona >>> > >>> > On Fri, Apr 9, 2010 at 6:02 PM, Alessandro Vernet <[hidden email]> >>> > wrote: >>> >> >>> >> Winona, >>> >> >>> >> Sorry for the delay on this, but I still don't see it. What should I >>> >> do to reproduce the problem? I tried to click on the checkboxes, click >>> >> on the save button, and don't see the auto-completion come up. However >>> >> if I type in the field, a list of suggestions comes up. >>> >> >>> >> Alex >>> >> >>> >> On Tue, Apr 6, 2010 at 5:15 PM, Winona Salesky <[hidden email]> >>> >> wrote: >>> >> > Yes, sorry about that. Here is a copy with the response data in the >>> >> > instances. I notice the issue when using the xforms:select. Also when >>> >> > doing >>> >> > any submission. >>> >> > >>> >> > Thanks for taking a look. >>> >> > -Winona >>> >> > >>> >> > On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet >>> >> > <[hidden email]> >>> >> > wrote: >>> >> >> >>> >> >> Winona, >>> >> >> >>> >> >> How can I reproduce this with the attached example? It tries to >>> >> >> access >>> >> >> service on localhost, which I don't have. If those services are not >>> >> >> publicly accessible on your server, maybe embedding the XML would be >>> >> >> enough just to reproduce this? >>> >> >> >>> >> >> Alex >>> >> >> >>> >> >> On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky <[hidden email]> >>> >> >> wrote: >>> >> >> > I'm trying to use the fr:autocomplete (following the google >>> >> >> > suggest >>> >> >> > example) >>> >> >> > and have been experiencing some strange behavior. The suggest box >>> >> >> > works >>> >> >> > nicely, but anytime I use any other action on the form it triggers >>> >> >> > the >>> >> >> > suggestions again. This includes other submit methods and also any >>> >> >> > actions >>> >> >> > in my select menus. I've attached a simplified version of the >>> >> >> > code, >>> >> >> > and >>> >> >> > you >>> >> >> > can see a working version of the document here: >>> >> >> > >>> >> >> > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >>> >> >> > >>> >> >> > Thanks for the help. >>> >> >> > -Winona >>> >> >> > >>> >> >> > >>> >> >> > -- >>> >> >> > 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 >>> >> >> >>> >> > >>> >> > >>> >> > >>> >> > -- >>> >> > 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 >>> >> >>> > >>> > >>> > >>> > -- >>> > 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 >>> >> >> >> >> -- >> 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 > -- 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 |
Thanks Alex. That is great news.
-Winona On Thu, Apr 29, 2010 at 1:52 PM, Alessandro Vernet <[hidden email]> wrote: Hi Winona, -- 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
|
Winona,
Sure, you're welcome, and thank you for the test case you created. You'll let us know if the fix works for you. Alex On Thu, Apr 29, 2010 at 10:54 AM, Winona Salesky <[hidden email]> wrote: > Thanks Alex. That is great news. > -Winona > > On Thu, Apr 29, 2010 at 1:52 PM, Alessandro Vernet <[hidden email]> > wrote: >> >> Hi Winona, >> >> I noticed that this is happening when you select the value with the >> mouse rather than the keyboard, and tracked this down to an issue with >> YUI. I created a bug, and fixed it. The fix will be in the next build. >> You'll let us know how this works for you. >> >> >> http://forge.ow2.org/tracker/index.php?func=detail&aid=314974&group_id=168&atid=350207 >> >> Alex >> >> On Fri, Apr 16, 2010 at 7:33 PM, Alessandro Vernet <[hidden email]> >> wrote: >> > Winona, >> > >> > I don't seem to be getting this on that site either: >> > http://screencast.com/t/NzIzZjYyZjIt >> > >> > Should I do something different to reproduce the issue? Are you seeing >> > the autocomplete show suggestions when you click on the checkboxes the >> > way I did? >> > >> > Alex >> > >> > On Wed, Apr 14, 2010 at 5:04 PM, Winona Salesky <[hidden email]> >> > wrote: >> >> How strange. Can you try from this link: >> >> >> >> http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> >> >> >> I forgot to mention that I have Orbeon set up as a seperate deployment >> >> and >> >> am forwarding the forms (generated by xqueries) to Orbeon. I don't know >> >> if >> >> that would make a difference. But I am at a loss to figure out what >> >> else >> >> could be the problem. >> >> >> >> -Winona >> >> >> >> On Sun, Apr 11, 2010 at 2:50 AM, Alessandro Vernet <[hidden email]> >> >> wrote: >> >>> >> >>> Winona, >> >>> >> >>> I am also using Firefox on OS X. But I might not be following the >> >>> right steps to reproduce this. I copied the file you attached in the >> >>> XForms sandbox samples directory, go to >> >>> >> >>> >> >>> http://localhost:8080/orbeon/xforms-sandbox/sample/simpleSuggest?orbeon-theme=plain, >> >>> and you can see what I am doing here: >> >>> http://screencast.com/t/MjhmZGZjZW. >> >>> >> >>> Alex >> >>> >> >>> On Fri, Apr 9, 2010 at 4:20 PM, Winona Salesky <[hidden email]> >> >>> wrote: >> >>> > Alex, >> >>> > What browser were you using? I just did some testing and it seems to >> >>> > be >> >>> > a >> >>> > firefox issue, works fine in safari, and IE but not in firefox (I >> >>> > have a >> >>> > mac, but tested it on windowsXP). >> >>> > >> >>> > -Winona >> >>> > >> >>> > On Fri, Apr 9, 2010 at 6:02 PM, Alessandro Vernet >> >>> > <[hidden email]> >> >>> > wrote: >> >>> >> >> >>> >> Winona, >> >>> >> >> >>> >> Sorry for the delay on this, but I still don't see it. What should >> >>> >> I >> >>> >> do to reproduce the problem? I tried to click on the checkboxes, >> >>> >> click >> >>> >> on the save button, and don't see the auto-completion come up. >> >>> >> However >> >>> >> if I type in the field, a list of suggestions comes up. >> >>> >> >> >>> >> Alex >> >>> >> >> >>> >> On Tue, Apr 6, 2010 at 5:15 PM, Winona Salesky <[hidden email]> >> >>> >> wrote: >> >>> >> > Yes, sorry about that. Here is a copy with the response data in >> >>> >> > the >> >>> >> > instances. I notice the issue when using the xforms:select. Also >> >>> >> > when >> >>> >> > doing >> >>> >> > any submission. >> >>> >> > >> >>> >> > Thanks for taking a look. >> >>> >> > -Winona >> >>> >> > >> >>> >> > On Tue, Apr 6, 2010 at 2:19 PM, Alessandro Vernet >> >>> >> > <[hidden email]> >> >>> >> > wrote: >> >>> >> >> >> >>> >> >> Winona, >> >>> >> >> >> >>> >> >> How can I reproduce this with the attached example? It tries to >> >>> >> >> access >> >>> >> >> service on localhost, which I don't have. If those services are >> >>> >> >> not >> >>> >> >> publicly accessible on your server, maybe embedding the XML >> >>> >> >> would be >> >>> >> >> enough just to reproduce this? >> >>> >> >> >> >>> >> >> Alex >> >>> >> >> >> >>> >> >> On Mon, Apr 5, 2010 at 8:08 AM, Winona Salesky >> >>> >> >> <[hidden email]> >> >>> >> >> wrote: >> >>> >> >> > I'm trying to use the fr:autocomplete (following the google >> >>> >> >> > suggest >> >>> >> >> > example) >> >>> >> >> > and have been experiencing some strange behavior. The suggest >> >>> >> >> > box >> >>> >> >> > works >> >>> >> >> > nicely, but anytime I use any other action on the form it >> >>> >> >> > triggers >> >>> >> >> > the >> >>> >> >> > suggestions again. This includes other submit methods and also >> >>> >> >> > any >> >>> >> >> > actions >> >>> >> >> > in my select menus. I've attached a simplified version of the >> >>> >> >> > code, >> >>> >> >> > and >> >>> >> >> > you >> >>> >> >> > can see a working version of the document here: >> >>> >> >> > >> >>> >> >> > http://cdi2.uvm.edu/exist/admin/xforms/buildList.xql?id=test >> >>> >> >> > >> >>> >> >> > Thanks for the help. >> >>> >> >> > -Winona >> >>> >> >> > >> >>> >> >> > >> >>> >> >> > -- >> >>> >> >> > 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 >> >>> >> >> >> >>> >> > >> >>> >> > >> >>> >> > >> >>> >> > -- >> >>> >> > 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 >> >>> >> >> >>> > >> >>> > >> >>> > >> >>> > -- >> >>> > 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 >> >>> >> >> >> >> >> >> >> >> -- >> >> 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 >> > >> >> >> >> -- >> 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 >> > > > > -- > 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 |