Has anyone noticed an issue when tabbing through fields, sometimes the order isn't correct? It seems to work on most of the form but there are some areas where it doesn't move to the next field. It will either jump to the top of the page and then when I tab a few more times it goes to the next field I was expecting it to go to before the jump. Other times, it will seem to be lost but if I keep clicking tab a bunch of times it will eventually get to the next field. I can't see what would be messing up the order, unless hidden groups can do that, because I have a bunch of those on the form.
Any thoughts would be appreciated. Thanks. |
Administrator
|
Can you provide a concrete example as well as what browsers you have tried?
-Erik On Mon, Jun 14, 2010 at 12:05 PM, devo <[hidden email]> wrote: > > Has anyone noticed an issue when tabbing through fields, sometimes the order > isn't correct? It seems to work on most of the form but there are some > areas where it doesn't move to the next field. It will either jump to the > top of the page and then when I tab a few more times it goes to the next > field I was expecting it to go to before the jump. Other times, it will > seem to be lost but if I keep clicking tab a bunch of times it will > eventually get to the next field. I can't see what would be messing up the > order, unless hidden groups can do that, because I have a bunch of those on > the form. > > Any thoughts would be appreciated. > > Thanks. > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Tabbing-through-fields-tp2254881p2254881.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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 > > -- 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 |
Hey Erik, Sorry at the moment I can't provide an example because I can't just upload my companies code. I am going to try to make an example. What it looks like is some fields and then a few groups within groups that are hidden or displayed based on user choices. These groups have fields in them. It seems to me that the tabbing is going through these hidden fields because if I keep tabbing it eventually gets to the next non-hidden field. Also, if I alter the drop down boxes and make it so all the hidden fields have been displayed and then hide them again, the tabbing works fine. So, this is only when the page first loads and the hidden fields haven't been seen yet. I tested this on IE 7, 8 and Firefox 3.6.3. This is with orbeon 3.8. Thanks. |
Administrator
|
Since Orbeon 3.8, we have fixed a bug which might be exactly the issue you hit:
http://forge.ow2.org/tracker/index.php?func=detail&aid=315033&group_id=168&atid=350207 -Erik On Fri, Jun 18, 2010 at 11:09 AM, devo <[hidden email]> wrote: > > > Erik Bruchez wrote: >> >> Can you provide a concrete example as well as what browsers you have >> tried? >> >> -Erik >> > > > Hey Erik, > > Sorry at the moment I can't provide an example because I can't just upload > my companies code. I am going to try to make an example. > > What it looks like is some fields and then a few groups within groups that > are hidden or displayed based on user choices. These groups have fields in > them. It seems to me that the tabbing is going through these hidden fields > because if I keep tabbing it eventually gets to the next non-hidden field. > Also, if I alter the drop down boxes and make it so all the hidden fields > have been displayed and then hide them again, the tabbing works fine. So, > this is only when the page first loads and the hidden fields haven't been > seen yet. > > I tested this on IE 7, 8 and Firefox 3.6.3. > > This is with orbeon 3.8. > > Thanks. > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Tabbing-through-fields-tp2254881p2260589.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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 > > -- 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 |
Thanks Erik, that is fantastic! I have had 3 issues in the last month or so and by the time I researched them, they were fixed! Is this only available in the nightly builds? We are releasing our orbeon solution to a production environment and I am worried about using a nightly build. |
Administrator
|
Yes, that's in nightly builds only at this time I fear.
You could possibly patch the your 3.8 build with the specific commits from github, I think there was more than one commit though.
-Erik
On Mon, Jun 21, 2010 at 7:13 AM, devo <[hidden email]> wrote:
-- 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 |
Thanks Erik. I tried the nightly build and it seems to be almost fixed. Most of the tabbing works but there are sections of the form where it seems to get lost and jump to the top of the page. If I keep tabbing, eventually it gets to the correct field.
|
Administrator
|
Devin,
We would need an example that we can use to reproduce this (and possibly fix this!), as we are not aware of any issue with tabbing at this point. Could you create a simple test case we can run in the XForms sandbox and that reproduces this? Alex On Fri, Jun 25, 2010 at 11:33 AM, devo <[hidden email]> wrote: > > Thanks Erik. I tried the nightly build and it seems to be almost fixed. > Most of the tabbing works but there are sections of the form where it seems > to get lost and jump to the top of the page. If I keep tabbing, eventually > it gets to the correct field. > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Tabbing-through-fields-tp2254881p2268789.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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 > > -- 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 |
Sorry for not responding earlier but I was on vacation. At any rate, the nightly build has solved my tabbing issues. I think for some strange reason when I deployed the nightly build on my local machine it didn't replace the original 3.8 version. I was using Netbeans for this so maybe there was some caching or something. Anyway, when I restarted my computer and tried again it worked great.
Thanks so much. |
Administrator
|
Devin,
Actually, another reason that could explain nightly builds working better with regard to tabbing is that we fixed a bug with that last week. So now I can again say it again: we not aware of any problem with tabbing! :) The issue, if this is the one you encountered, was related to links. Non-relevant links or links in an hidden xforms:case, were still be able to "steal the focus". This applied to both your own links (<xhtml:a>) and minimal triggers (which are rendered as links), and the bug is now fixed in the latest nightly build. Alex On Friday, July 16, 2010, devo <[hidden email]> wrote: > > Sorry for not responding earlier but I was on vacation. At any rate, the > nightly build has solved my tabbing issues. I think for some strange reason > when I deployed the nightly build on my local machine it didn't replace the > original 3.8 version. I was using Netbeans for this so maybe there was some > caching or something. Anyway, when I restarted my computer and tried again > it worked great. > > Thanks so much. > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Tabbing-through-fields-tp2254881p2291768.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > 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 |