Any workaround for a FF2 event dispatching bug?

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Any workaround for a FF2 event dispatching bug?

Raymond Jones
Hi

If Firefox 2 is set to remember the form field values and a value for an
input field is selected from the list of previously entered values,
Orbeon does not recognize the change in the value. Actually, FF2 does
not dispatch the onchange event [1]. Have you found any workaround for
this issue?

/Ray

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=87943



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Any workaround for a FF2 event dispatching bug?

Alessandro Vernet
Administrator
Ray,

On Feb 15, 2008, at 4:23 PM, Raymond Jones wrote:

> If Firefox 2 is set to remember the form field values and a value  
> for an input field is selected from the list of previously entered  
> values, Orbeon does not recognize the change in the value. Actually,  
> FF2 does not dispatch the onchange event [1]. Have you found any  
> workaround for this issue?


We also have a bug for this one:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=307929&group_id=168&atid=350207

I don't think we have spent any significant amount of time  
investigating this one, so let us know if you care to give it a shot  
and find a solution. And thank you for the reference to the Firefox  
bug. I have added the link to our bug description.

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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Any workaround for a FF2 event dispatching bug?

StephR
If I'm not mistaken, you are talking about the same bug as me a few months ago. The only work around I have came up was to use xxforms:autocomplete="off"... but of course it would be really great if I didn't have to do this :(

Steph



Alessandro Vernet a écrit :
Ray,

On Feb 15, 2008, at 4:23 PM, Raymond Jones wrote:

If Firefox 2 is set to remember the form field values and a value for an input field is selected from the list of previously entered values, Orbeon does not recognize the change in the value. Actually, FF2 does not dispatch the onchange event [1]. Have you found any workaround for this issue?


We also have a bug for this one:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=307929&group_id=168&atid=350207

I don't think we have spent any significant amount of time investigating this one, so let us know if you care to give it a shot and find a solution. And thank you for the reference to the Firefox bug. I have added the link to our bug description.

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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Any workaround for a FF2 event dispatching bug?

Alessandro Vernet
Administrator
On Feb 16, 2008, at 2:05 AM, Stephane Ruchet wrote:

> xxforms:autocomplete="off"


Right, that's one way to get around this. Since our onchange event  
handler isn't called, we could maybe, just for Firefox, check if the  
value has changed when the control looses the focus, and if it did  
sent a value-changed event.

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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Any workaround for a FF2 event dispatching bug?

Raymond Jones
In reply to this post by StephR
On 16.02.2008 12:05 Stephane Ruchet wrote:
> The only work around I have came up was to use
> xxforms:autocomplete="off"...

That's enough, thanks a lot! Hopefully the Mozilla guys have this issued
fixed soon...

/Ray


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Any workaround for a FF2 event dispatching bug?

Emil
In reply to this post by Alessandro Vernet
Hi Alex,

The problem still exists in FF 2.0.0.20 and it's been fixed in FF 3.0, but we would like to support users with FF 2. Can I count on some workaround with this problem? For example the one you were writing about?

Best regards,

Emil



Alessandro Vernet wrote
On Feb 16, 2008, at 2:05 AM, Stephane Ruchet wrote:

> xxforms:autocomplete="off"


Right, that's one way to get around this. Since our onchange event  
handler isn't called, we could maybe, just for Firefox, check if the  
value has changed when the control looses the focus, and if it did  
sent a value-changed event.

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 ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Any workaround for a FF2 event dispatching bug?

Erik Bruchez-3
Emil,

Have you tried xxforms:autocomplete="off" on xforms:input? With recent
builds, we have also added support for this on xforms:secret.

-Erik

On Wed, Nov 25, 2009 at 2:37 AM, Emil <[hidden email]> wrote:

>
> Hi Alex,
>
> The problem still exists in FF 2.0.0.20 and it's been fixed in FF 3.0, but
> we would like to support users with FF 2. Can I count on some workaround
> with this problem? For example the one you were writing about?
>
> Best regards,
>
> Emil
>
>
>
>
> Alessandro Vernet wrote:
>>
>> On Feb 16, 2008, at 2:05 AM, Stephane Ruchet wrote:
>>
>>> xxforms:autocomplete="off"
>>
>>
>> Right, that's one way to get around this. Since our onchange event
>> handler isn't called, we could maybe, just for Firefox, check if the
>> value has changed when the control looses the focus, and if it did
>> sent a value-changed event.
>>
>> 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
>>
>>
>
> --
> View this message in context: http://n4.nabble.com/Any-workaround-for-a-FF2-event-dispatching-bug-tp37301p787446.html
> Sent from the ObjectWeb 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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Any workaround for a FF2 event dispatching bug?

Alessandro  Vernet
Administrator
In reply to this post by Emil
Emil,

Are you asking whether we will continue to support  
xxforms:autocomplete="off"? If this is the case, then the answer is  
yes; we don't have any plan to remove this feature.

Alex

On Nov 25, 2009, at 5:37 PM, Emil <[hidden email]> wrote:

>
> Hi Alex,
>
> The problem still exists in FF 2.0.0.20 and it's been fixed in FF  
> 3.0, but
> we would like to support users with FF 2. Can I count on some  
> workaround
> with this problem? For example the one you were writing about?
>
> Best regards,
>
> Emil
>
>
>
>
> Alessandro Vernet wrote:
>>
>> On Feb 16, 2008, at 2:05 AM, Stephane Ruchet wrote:
>>
>>> xxforms:autocomplete="off"
>>
>>
>> Right, that's one way to get around this. Since our onchange event
>> handler isn't called, we could maybe, just for Firefox, check if the
>> value has changed when the control looses the focus, and if it did
>> sent a value-changed event.
>>
>> 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
>>
>>
>
> --
> View this message in context: http://n4.nabble.com/Any-workaround-for-a-FF2-event-dispatching-bug-tp37301p787446.html
> Sent from the ObjectWeb 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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet