Initial selection in select1 appearance compact doesn't work in Firefox

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

Initial selection in select1 appearance compact doesn't work in Firefox

nvdbleek
Hi,

The first manual selection is not reflected in the instance data when
using Firefox (10.0.2).

How to reproduce (use attached test case):

Select 'Red' in the list using Firefox. The output control is not
updated. If you select Orange, the output does change. The problem
seems to be that the DOM-event "change" is not sent (the "focus"-event
is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
17.0.963.56 m (on those browsers the DOM change event is sent in all
cases, also when doing the first selection).


Server log (confirms the above finding)

The log for the initial selection (using Firefox)

2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
Received request
2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
events and/or uploaded files
2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
start handling external event {target id: "xf-4", event name:
"DOMFocusIn"}
2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "DOMFocusIn", id: "xf-4"}
2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "0"}
2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
end handling external event {time (ms): "3"}
2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
events and/or uploaded files {time (ms): "5"}
2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
handling regular Ajax response
2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing differences
2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
differences {time (ms): "1"}
2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
regular Ajax response {time (ms): "2"}
2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server - Timing: 15

The log for the second selection (using Firefox)

2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
Received request
2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
events and/or uploaded files
2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
start handling external event {target id: "xf-4", event name:
"xxforms-value-change-with-focus-chan
2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "xforms-deselect", id: "xf-4"}
2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "1"}
2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "xforms-select", id: "xf-4"}
2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "1"}
2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
setting instance value {source: "client", old value: "", new value:
"orange", instance: "xf-3"}
2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "xxforms-value-changed", id: "xf-3"}
2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "0"}
2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "2", name: "xxforms-value-changed", id:
"xf-3"}
2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "xforms-recalculate", id: "xf-2"}
2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "1"}
2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
start dispatching {name: "xforms-revalidate", id: "xf-2"}
2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
start default action handler
2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
end default action handler {time (ms): "0"}
2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
performing refresh {container id: "#document"}
2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start cloning
2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
cloning {time (ms): "0"}
2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
updating bindings
2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
updating bindings {time (ms): "1", controls visited: "2", repeat
iterations visited: "0", bindings eval: "0"}
2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start evaluating
2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
evaluating {time (ms): "1"}
2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
skipping sending of UI events because no listener was found {container
id: "#document"}
2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
performing refresh {time (ms): "7"}
2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
end handling external event {time (ms): "23"}
2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
events and/or uploaded files {time (ms): "25"}
2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
handling regular Ajax response
2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing differences
2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
differences {time (ms): "1"}
2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
regular Ajax response {time (ms): "3"}
2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server - Timing: 36

Could you help us in solving the issue?

--
Regards,

Nick Van den Bleeken


--
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

selection.xhtml (11K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Initial selection in select1 appearance compact doesn't work in Firefox

Erik Bruchez
Administrator
Nick,

I don't reproduce this with the latest code and Firefox 10.0.2. Which
version of Orbeon Forms are you using?

-Erik

On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]> wrote:

> Hi,
>
> The first manual selection is not reflected in the instance data when
> using Firefox (10.0.2).
>
> How to reproduce (use attached test case):
>
> Select 'Red' in the list using Firefox. The output control is not
> updated. If you select Orange, the output does change. The problem
> seems to be that the DOM-event "change" is not sent (the "focus"-event
> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
> 17.0.963.56 m (on those browsers the DOM change event is sent in all
> cases, also when doing the first selection).
>
>
> Server log (confirms the above finding)
>
> The log for the initial selection (using Firefox)
>
> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
> Received request
> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
> events and/or uploaded files
> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
> start handling external event {target id: "xf-4", event name:
> "DOMFocusIn"}
> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "DOMFocusIn", id: "xf-4"}
> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "0"}
> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
> end handling external event {time (ms): "3"}
> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
> events and/or uploaded files {time (ms): "5"}
> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
> handling regular Ajax response
> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing differences
> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
> differences {time (ms): "1"}
> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
> regular Ajax response {time (ms): "2"}
> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server - Timing: 15
>
> The log for the second selection (using Firefox)
>
> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
> Received request
> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
> events and/or uploaded files
> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
> start handling external event {target id: "xf-4", event name:
> "xxforms-value-change-with-focus-chan
> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "xforms-deselect", id: "xf-4"}
> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "1"}
> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "xforms-select", id: "xf-4"}
> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "1"}
> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
> setting instance value {source: "client", old value: "", new value:
> "orange", instance: "xf-3"}
> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "0"}
> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
> "xf-3"}
> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "xforms-recalculate", id: "xf-2"}
> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "1"}
> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
> start dispatching {name: "xforms-revalidate", id: "xf-2"}
> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
> start default action handler
> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
> end default action handler {time (ms): "0"}
> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
> performing refresh {container id: "#document"}
> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start cloning
> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
> cloning {time (ms): "0"}
> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
> updating bindings
> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
> updating bindings {time (ms): "1", controls visited: "2", repeat
> iterations visited: "0", bindings eval: "0"}
> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start evaluating
> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
> evaluating {time (ms): "1"}
> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
> skipping sending of UI events because no listener was found {container
> id: "#document"}
> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
> performing refresh {time (ms): "7"}
> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
> end handling external event {time (ms): "23"}
> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
> events and/or uploaded files {time (ms): "25"}
> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
> handling regular Ajax response
> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing differences
> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
> differences {time (ms): "1"}
> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
> regular Ajax response {time (ms): "3"}
> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server - Timing: 36
>
> Could you help us in solving the issue?
>
> --
> Regards,
>
> Nick Van den Bleeken
>
>
> --
> 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: Initial selection in select1 appearance compact doesn't work in Firefox

nvdbleek
Erik,

We are using a clone of the github repository of obreon that was done
on Monday. I can reproduce the problem on my Mac, but you need to be
careful how to reproduce it:
1) You need to be sure the the selection list never had focus (the
empty selected item should be gray, not blue on Mac or not have the
focus border on Windows).
2) Select the Red item by clicking on it with the mouse (don't use keyboard)
3) Get the focus out of the selection list by pressing tab or clicking
anywhere outside the selection list
=> The Red list item is deselected(no longer highlighted in blue, but
in gray) BUT the output control still shows the empty value

This behavior can be reproduced on firefox on my Mac in versions 7.0.1
and  10.0.2 and on Windows in version 10.0.2 (the persones laptop was
already on the latest version, so we didn't test it on an older
version).

Thanks in advance,

Nick

On Thu, Mar 1, 2012 at 03:41, Erik Bruchez [via Orbeon Forms
(ops-users)] <[hidden email]> wrote:

> Nick,
>
> I don't reproduce this with the latest code and Firefox 10.0.2. Which
> version of Orbeon Forms are you using?
>
> -Erik
>
> On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]>
> wrote:
>
>> Hi,
>>
>> The first manual selection is not reflected in the instance data when
>> using Firefox (10.0.2).
>>
>> How to reproduce (use attached test case):
>>
>> Select 'Red' in the list using Firefox. The output control is not
>> updated. If you select Orange, the output does change. The problem
>> seems to be that the DOM-event "change" is not sent (the "focus"-event
>> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
>> 17.0.963.56 m (on those browsers the DOM change event is sent in all
>> cases, also when doing the first selection).
>>
>>
>> Server log (confirms the above finding)
>>
>> The log for the initial selection (using Firefox)
>>
>> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
>> Received request
>> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
>> events and/or uploaded files
>> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
>> start handling external event {target id: "xf-4", event name:
>> "DOMFocusIn"}
>> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "DOMFocusIn", id: "xf-4"}
>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "0"}
>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
>> end handling external event {time (ms): "3"}
>> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
>> events and/or uploaded files {time (ms): "5"}
>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
>> handling regular Ajax response
>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing
>> differences
>> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
>> differences {time (ms): "1"}
>> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
>> regular Ajax response {time (ms): "2"}
>> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server - Timing:
>> 15
>>
>> The log for the second selection (using Firefox)
>>
>> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
>> Received request
>> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
>> events and/or uploaded files
>> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
>> start handling external event {target id: "xf-4", event name:
>> "xxforms-value-change-with-focus-chan
>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "xforms-deselect", id: "xf-4"}
>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "1"}
>> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "xforms-select", id: "xf-4"}
>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "1"}
>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
>> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
>> setting instance value {source: "client", old value: "", new value:
>> "orange", instance: "xf-3"}
>> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "0"}
>> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
>> "xf-3"}
>> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "xforms-recalculate", id: "xf-2"}
>> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "1"}
>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
>> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
>> start dispatching {name: "xforms-revalidate", id: "xf-2"}
>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>> start default action handler
>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>> end default action handler {time (ms): "0"}
>> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
>> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
>> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
>> performing refresh {container id: "#document"}
>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start
>> cloning
>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
>> cloning {time (ms): "0"}
>> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
>> updating bindings
>> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
>> updating bindings {time (ms): "1", controls visited: "2", repeat
>> iterations visited: "0", bindings eval: "0"}
>> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start
>> evaluating
>> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
>> evaluating {time (ms): "1"}
>> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
>> skipping sending of UI events because no listener was found {container
>> id: "#document"}
>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
>> performing refresh {time (ms): "7"}
>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
>> end handling external event {time (ms): "23"}
>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
>> events and/or uploaded files {time (ms): "25"}
>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
>> handling regular Ajax response
>> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing
>> differences
>> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
>> differences {time (ms): "1"}
>> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
>> regular Ajax response {time (ms): "3"}
>> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server - Timing:
>> 36
>>
>> Could you help us in solving the issue?
>>
>> --
>> Regards,
>>
>> Nick Van den Bleeken
>>
>>
>> --
>> 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
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://orbeon-forms-ops-users.24843.n4.nabble.com/Initial-selection-in-select1-appearance-compact-doesn-t-work-in-Firefox-tp4431190p4433849.html
> To start a new topic under Orbeon Forms (ops-users), email
> [hidden email]
> To unsubscribe from Orbeon Forms (ops-users), click here.
> NAML



--
Regards,

Nick Van den Bleeken
Reply | Threaded
Open this post in threaded view
|

Re: Initial selection in select1 appearance compact doesn't work in Firefox

nvdbleek
In reply to this post by Erik Bruchez
Hi Erik,

I think I know why you aren't able to reproduce it. We use the 'new'
span layout (we add <property as="xs:string"
name="oxf.xforms.xhtml-layout" value="span" /> to our
properties-local.xml file) and the 'bug' only occurs when you are
using the 'new' span layout (and not when you use the nospan layout).

Sorry for under-specifying the how-to-reproduce, but it slipped my
mind that our build process adds a properties-local.xml file to do
some tweaking.

Regards,

Nick Van den Bleeken

On Fri, Mar 2, 2012 at 09:57, Nick Van den Bleeken <[hidden email]> wrote:

> Erik,
>
> We are using a clone of the github repository of obreon that was done
> on Monday. I can reproduce the problem on my Mac, but you need to be
> careful how to reproduce it:
> 1) You need to be sure the the selection list never had focus (the
> empty selected item should be gray, not blue on Mac or not have the
> focus border on Windows).
> 2) Select the Red item by clicking on it with the mouse (don't use keyboard)
> 3) Get the focus out of the selection list by pressing tab or clicking
> anywhere outside the selection list
> => The Red list item is deselected(no longer highlighted in blue, but
> in gray) BUT the output control still shows the empty value
>
> This behavior can be reproduced on firefox on my Mac in versions 7.0.1
> and  10.0.2 and on Windows in version 10.0.2 (the persones laptop was
> already on the latest version, so we didn't test it on an older
> version).
>
> Thanks in advance,
>
> Nick
>
> On Thu, Mar 1, 2012 at 03:41, Erik Bruchez [via Orbeon Forms
> (ops-users)] <[hidden email]> wrote:
>> Nick,
>>
>> I don't reproduce this with the latest code and Firefox 10.0.2. Which
>> version of Orbeon Forms are you using?
>>
>> -Erik
>>
>> On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]>
>> wrote:
>>
>>> Hi,
>>>
>>> The first manual selection is not reflected in the instance data when
>>> using Firefox (10.0.2).
>>>
>>> How to reproduce (use attached test case):
>>>
>>> Select 'Red' in the list using Firefox. The output control is not
>>> updated. If you select Orange, the output does change. The problem
>>> seems to be that the DOM-event "change" is not sent (the "focus"-event
>>> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
>>> 17.0.963.56 m (on those browsers the DOM change event is sent in all
>>> cases, also when doing the first selection).
>>>
>>>
>>> Server log (confirms the above finding)
>>>
>>> The log for the initial selection (using Firefox)
>>>
>>> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
>>> Received request
>>> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
>>> events and/or uploaded files
>>> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
>>> start handling external event {target id: "xf-4", event name:
>>> "DOMFocusIn"}
>>> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "DOMFocusIn", id: "xf-4"}
>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "0"}
>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
>>> end handling external event {time (ms): "3"}
>>> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
>>> events and/or uploaded files {time (ms): "5"}
>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
>>> handling regular Ajax response
>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing
>>> differences
>>> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
>>> differences {time (ms): "1"}
>>> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
>>> regular Ajax response {time (ms): "2"}
>>> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server - Timing:
>>> 15
>>>
>>> The log for the second selection (using Firefox)
>>>
>>> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
>>> Received request
>>> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
>>> events and/or uploaded files
>>> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
>>> start handling external event {target id: "xf-4", event name:
>>> "xxforms-value-change-with-focus-chan
>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "xforms-deselect", id: "xf-4"}
>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "1"}
>>> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "xforms-select", id: "xf-4"}
>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "1"}
>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
>>> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
>>> setting instance value {source: "client", old value: "", new value:
>>> "orange", instance: "xf-3"}
>>> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "0"}
>>> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
>>> "xf-3"}
>>> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "xforms-recalculate", id: "xf-2"}
>>> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "1"}
>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
>>> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
>>> start dispatching {name: "xforms-revalidate", id: "xf-2"}
>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>> start default action handler
>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>> end default action handler {time (ms): "0"}
>>> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
>>> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
>>> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
>>> performing refresh {container id: "#document"}
>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start
>>> cloning
>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
>>> cloning {time (ms): "0"}
>>> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
>>> updating bindings
>>> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
>>> updating bindings {time (ms): "1", controls visited: "2", repeat
>>> iterations visited: "0", bindings eval: "0"}
>>> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start
>>> evaluating
>>> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
>>> evaluating {time (ms): "1"}
>>> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
>>> skipping sending of UI events because no listener was found {container
>>> id: "#document"}
>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
>>> performing refresh {time (ms): "7"}
>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
>>> end handling external event {time (ms): "23"}
>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
>>> events and/or uploaded files {time (ms): "25"}
>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
>>> handling regular Ajax response
>>> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing
>>> differences
>>> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
>>> differences {time (ms): "1"}
>>> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
>>> regular Ajax response {time (ms): "3"}
>>> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server - Timing:
>>> 36
>>>
>>> Could you help us in solving the issue?
>>>
>>> --
>>> Regards,
>>>
>>> Nick Van den Bleeken
>>>
>>>
>>> --
>>> 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
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://orbeon-forms-ops-users.24843.n4.nabble.com/Initial-selection-in-select1-appearance-compact-doesn-t-work-in-Firefox-tp4431190p4433849.html
>> To start a new topic under Orbeon Forms (ops-users), email
>> [hidden email]
>> To unsubscribe from Orbeon Forms (ops-users), click here.
>> NAML
>
>
>
> --
> Regards,
>
> Nick Van den Bleeken



--
Regards,

Nick Van den Bleeken
Reply | Threaded
Open this post in threaded view
|

Re: Re: Initial selection in select1 appearance compact doesn't work in Firefox

Erik Bruchez
Administrator
Nick,

That was it! I now reproduce the issue.

-Erik

On Wed, Mar 7, 2012 at 3:35 AM, nvdbleek <[hidden email]> wrote:

> Hi Erik,
>
> I think I know why you aren't able to reproduce it. We use the 'new'
> span layout (we add <property as="xs:string"
> name="oxf.xforms.xhtml-layout" value="span" /> to our
> properties-local.xml file) and the 'bug' only occurs when you are
> using the 'new' span layout (and not when you use the nospan layout).
>
> Sorry for under-specifying the how-to-reproduce, but it slipped my
> mind that our build process adds a properties-local.xml file to do
> some tweaking.
>
> Regards,
>
> Nick Van den Bleeken
>
> On Fri, Mar 2, 2012 at 09:57, Nick Van den Bleeken <[hidden email]> wrote:
>
>> Erik,
>>
>> We are using a clone of the github repository of obreon that was done
>> on Monday. I can reproduce the problem on my Mac, but you need to be
>> careful how to reproduce it:
>> 1) You need to be sure the the selection list never had focus (the
>> empty selected item should be gray, not blue on Mac or not have the
>> focus border on Windows).
>> 2) Select the Red item by clicking on it with the mouse (don't use
>> keyboard)
>> 3) Get the focus out of the selection list by pressing tab or clicking
>> anywhere outside the selection list
>> => The Red list item is deselected(no longer highlighted in blue, but
>> in gray) BUT the output control still shows the empty value
>>
>> This behavior can be reproduced on firefox on my Mac in versions 7.0.1
>> and  10.0.2 and on Windows in version 10.0.2 (the persones laptop was
>> already on the latest version, so we didn't test it on an older
>> version).
>>
>> Thanks in advance,
>>
>> Nick
>>
>> On Thu, Mar 1, 2012 at 03:41, Erik Bruchez [via Orbeon Forms
>> (ops-users)] <[hidden email]> wrote:
>>> Nick,
>>>
>>> I don't reproduce this with the latest code and Firefox 10.0.2. Which
>>> version of Orbeon Forms are you using?
>>>
>>> -Erik
>>>
>>> On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> The first manual selection is not reflected in the instance data when
>>>> using Firefox (10.0.2).
>>>>
>>>> How to reproduce (use attached test case):
>>>>
>>>> Select 'Red' in the list using Firefox. The output control is not
>>>> updated. If you select Orange, the output does change. The problem
>>>> seems to be that the DOM-event "change" is not sent (the "focus"-event
>>>> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
>>>> 17.0.963.56 m (on those browsers the DOM change event is sent in all
>>>> cases, also when doing the first selection).
>>>>
>>>>
>>>> Server log (confirms the above finding)
>>>>
>>>> The log for the initial selection (using Firefox)
>>>>
>>>> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
>>>> Received request
>>>> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
>>>> events and/or uploaded files
>>>> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
>>>> start handling external event {target id: "xf-4", event name:
>>>> "DOMFocusIn"}
>>>> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "DOMFocusIn", id: "xf-4"}
>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "0"}
>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
>>>> end handling external event {time (ms): "3"}
>>>> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
>>>> events and/or uploaded files {time (ms): "5"}
>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
>>>> handling regular Ajax response
>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing
>>>> differences
>>>> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
>>>> differences {time (ms): "1"}
>>>> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
>>>> regular Ajax response {time (ms): "2"}
>>>> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server -
>>>> Timing:
>>>> 15
>>>>
>>>> The log for the second selection (using Firefox)
>>>>
>>>> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
>>>> Received request
>>>> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
>>>> events and/or uploaded files
>>>> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
>>>> start handling external event {target id: "xf-4", event name:
>>>> "xxforms-value-change-with-focus-chan
>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "xforms-deselect", id: "xf-4"}
>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "1"}
>>>> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "xforms-select", id: "xf-4"}
>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "1"}
>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
>>>> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
>>>> setting instance value {source: "client", old value: "", new value:
>>>> "orange", instance: "xf-3"}
>>>> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "0"}
>>>> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
>>>> "xf-3"}
>>>> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "xforms-recalculate", id: "xf-2"}
>>>> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "1"}
>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
>>>> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
>>>> start dispatching {name: "xforms-revalidate", id: "xf-2"}
>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>> start default action handler
>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>> end default action handler {time (ms): "0"}
>>>> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
>>>> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
>>>> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
>>>> performing refresh {container id: "#document"}
>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start
>>>> cloning
>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
>>>> cloning {time (ms): "0"}
>>>> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
>>>> updating bindings
>>>> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
>>>> updating bindings {time (ms): "1", controls visited: "2", repeat
>>>> iterations visited: "0", bindings eval: "0"}
>>>> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start
>>>> evaluating
>>>> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
>>>> evaluating {time (ms): "1"}
>>>> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
>>>> skipping sending of UI events because no listener was found {container
>>>> id: "#document"}
>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
>>>> performing refresh {time (ms): "7"}
>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
>>>> end handling external event {time (ms): "23"}
>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
>>>> events and/or uploaded files {time (ms): "25"}
>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
>>>> handling regular Ajax response
>>>> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing
>>>> differences
>>>> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
>>>> differences {time (ms): "1"}
>>>> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
>>>> regular Ajax response {time (ms): "3"}
>>>> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server -
>>>> Timing:
>>>> 36
>>>>
>>>> Could you help us in solving the issue?
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> Nick Van den Bleeken
>>>>
>>>>
>>>> --
>>>> 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
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>>
>>> http://orbeon-forms-ops-users.24843.n4.nabble.com/Initial-selection-in-select1-appearance-compact-doesn-t-work-in-Firefox-tp4431190p4433849.html
>>> To start a new topic under Orbeon Forms (ops-users), email
>>> [hidden email]
>>> To unsubscribe from Orbeon Forms (ops-users), click here.
>>> NAML
>>
>>
>>
>> --
>> Regards,
>>
>> Nick Van den Bleeken
>
>
>
> --
> Regards,
>
> Nick Van den Bleeken
>
> ________________________________
> View this message in context: Re: Initial selection in select1 appearance
> compact doesn't work in Firefox
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Initial selection in select1 appearance compact doesn't work in Firefox

Erik Bruchez
Administrator
And here is the relevant github issue:

https://github.com/orbeon/orbeon-forms/issues/60

-Erik

On Wed, Mar 7, 2012 at 8:41 AM, Erik Bruchez <[hidden email]> wrote:

> Nick,
>
> That was it! I now reproduce the issue.
>
> -Erik
>
> On Wed, Mar 7, 2012 at 3:35 AM, nvdbleek <[hidden email]> wrote:
>> Hi Erik,
>>
>> I think I know why you aren't able to reproduce it. We use the 'new'
>> span layout (we add <property as="xs:string"
>> name="oxf.xforms.xhtml-layout" value="span" /> to our
>> properties-local.xml file) and the 'bug' only occurs when you are
>> using the 'new' span layout (and not when you use the nospan layout).
>>
>> Sorry for under-specifying the how-to-reproduce, but it slipped my
>> mind that our build process adds a properties-local.xml file to do
>> some tweaking.
>>
>> Regards,
>>
>> Nick Van den Bleeken
>>
>> On Fri, Mar 2, 2012 at 09:57, Nick Van den Bleeken <[hidden email]> wrote:
>>
>>> Erik,
>>>
>>> We are using a clone of the github repository of obreon that was done
>>> on Monday. I can reproduce the problem on my Mac, but you need to be
>>> careful how to reproduce it:
>>> 1) You need to be sure the the selection list never had focus (the
>>> empty selected item should be gray, not blue on Mac or not have the
>>> focus border on Windows).
>>> 2) Select the Red item by clicking on it with the mouse (don't use
>>> keyboard)
>>> 3) Get the focus out of the selection list by pressing tab or clicking
>>> anywhere outside the selection list
>>> => The Red list item is deselected(no longer highlighted in blue, but
>>> in gray) BUT the output control still shows the empty value
>>>
>>> This behavior can be reproduced on firefox on my Mac in versions 7.0.1
>>> and  10.0.2 and on Windows in version 10.0.2 (the persones laptop was
>>> already on the latest version, so we didn't test it on an older
>>> version).
>>>
>>> Thanks in advance,
>>>
>>> Nick
>>>
>>> On Thu, Mar 1, 2012 at 03:41, Erik Bruchez [via Orbeon Forms
>>> (ops-users)] <[hidden email]> wrote:
>>>> Nick,
>>>>
>>>> I don't reproduce this with the latest code and Firefox 10.0.2. Which
>>>> version of Orbeon Forms are you using?
>>>>
>>>> -Erik
>>>>
>>>> On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]>
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> The first manual selection is not reflected in the instance data when
>>>>> using Firefox (10.0.2).
>>>>>
>>>>> How to reproduce (use attached test case):
>>>>>
>>>>> Select 'Red' in the list using Firefox. The output control is not
>>>>> updated. If you select Orange, the output does change. The problem
>>>>> seems to be that the DOM-event "change" is not sent (the "focus"-event
>>>>> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
>>>>> 17.0.963.56 m (on those browsers the DOM change event is sent in all
>>>>> cases, also when doing the first selection).
>>>>>
>>>>>
>>>>> Server log (confirms the above finding)
>>>>>
>>>>> The log for the initial selection (using Firefox)
>>>>>
>>>>> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
>>>>> Received request
>>>>> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
>>>>> events and/or uploaded files
>>>>> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
>>>>> start handling external event {target id: "xf-4", event name:
>>>>> "DOMFocusIn"}
>>>>> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "DOMFocusIn", id: "xf-4"}
>>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "0"}
>>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
>>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
>>>>> end handling external event {time (ms): "3"}
>>>>> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
>>>>> events and/or uploaded files {time (ms): "5"}
>>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
>>>>> handling regular Ajax response
>>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing
>>>>> differences
>>>>> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
>>>>> differences {time (ms): "1"}
>>>>> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
>>>>> regular Ajax response {time (ms): "2"}
>>>>> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server -
>>>>> Timing:
>>>>> 15
>>>>>
>>>>> The log for the second selection (using Firefox)
>>>>>
>>>>> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
>>>>> Received request
>>>>> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
>>>>> events and/or uploaded files
>>>>> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
>>>>> start handling external event {target id: "xf-4", event name:
>>>>> "xxforms-value-change-with-focus-chan
>>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "xforms-deselect", id: "xf-4"}
>>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "1"}
>>>>> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
>>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "xforms-select", id: "xf-4"}
>>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "1"}
>>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
>>>>> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
>>>>> setting instance value {source: "client", old value: "", new value:
>>>>> "orange", instance: "xf-3"}
>>>>> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
>>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "0"}
>>>>> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
>>>>> "xf-3"}
>>>>> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "xforms-recalculate", id: "xf-2"}
>>>>> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "1"}
>>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
>>>>> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
>>>>> start dispatching {name: "xforms-revalidate", id: "xf-2"}
>>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>>> start default action handler
>>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>>> end default action handler {time (ms): "0"}
>>>>> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
>>>>> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
>>>>> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
>>>>> performing refresh {container id: "#document"}
>>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start
>>>>> cloning
>>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
>>>>> cloning {time (ms): "0"}
>>>>> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
>>>>> updating bindings
>>>>> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
>>>>> updating bindings {time (ms): "1", controls visited: "2", repeat
>>>>> iterations visited: "0", bindings eval: "0"}
>>>>> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start
>>>>> evaluating
>>>>> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
>>>>> evaluating {time (ms): "1"}
>>>>> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
>>>>> skipping sending of UI events because no listener was found {container
>>>>> id: "#document"}
>>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
>>>>> performing refresh {time (ms): "7"}
>>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
>>>>> end handling external event {time (ms): "23"}
>>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
>>>>> events and/or uploaded files {time (ms): "25"}
>>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
>>>>> handling regular Ajax response
>>>>> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing
>>>>> differences
>>>>> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
>>>>> differences {time (ms): "1"}
>>>>> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
>>>>> regular Ajax response {time (ms): "3"}
>>>>> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server -
>>>>> Timing:
>>>>> 36
>>>>>
>>>>> Could you help us in solving the issue?
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> Nick Van den Bleeken
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>>
>>>> http://orbeon-forms-ops-users.24843.n4.nabble.com/Initial-selection-in-select1-appearance-compact-doesn-t-work-in-Firefox-tp4431190p4433849.html
>>>> To start a new topic under Orbeon Forms (ops-users), email
>>>> [hidden email]
>>>> To unsubscribe from Orbeon Forms (ops-users), click here.
>>>> NAML
>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Nick Van den Bleeken
>>
>>
>>
>> --
>> Regards,
>>
>> Nick Van den Bleeken
>>
>> ________________________________
>> View this message in context: Re: Initial selection in select1 appearance
>> compact doesn't work in Firefox
>> 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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Initial selection in select1 appearance compact doesn't work in Firefox

Alessandro  Vernet
Administrator
Nick,

I just checked in a fix, which will be in the in the next nightly
build. You'll let us know if it works for you.

Alex

On Thu, Mar 8, 2012 at 2:26 PM, Erik Bruchez <[hidden email]> wrote:

> And here is the relevant github issue:
>
> https://github.com/orbeon/orbeon-forms/issues/60
>
> -Erik
>
> On Wed, Mar 7, 2012 at 8:41 AM, Erik Bruchez <[hidden email]> wrote:
>> Nick,
>>
>> That was it! I now reproduce the issue.
>>
>> -Erik
>>
>> On Wed, Mar 7, 2012 at 3:35 AM, nvdbleek <[hidden email]> wrote:
>>> Hi Erik,
>>>
>>> I think I know why you aren't able to reproduce it. We use the 'new'
>>> span layout (we add <property as="xs:string"
>>> name="oxf.xforms.xhtml-layout" value="span" /> to our
>>> properties-local.xml file) and the 'bug' only occurs when you are
>>> using the 'new' span layout (and not when you use the nospan layout).
>>>
>>> Sorry for under-specifying the how-to-reproduce, but it slipped my
>>> mind that our build process adds a properties-local.xml file to do
>>> some tweaking.
>>>
>>> Regards,
>>>
>>> Nick Van den Bleeken
>>>
>>> On Fri, Mar 2, 2012 at 09:57, Nick Van den Bleeken <[hidden email]> wrote:
>>>
>>>> Erik,
>>>>
>>>> We are using a clone of the github repository of obreon that was done
>>>> on Monday. I can reproduce the problem on my Mac, but you need to be
>>>> careful how to reproduce it:
>>>> 1) You need to be sure the the selection list never had focus (the
>>>> empty selected item should be gray, not blue on Mac or not have the
>>>> focus border on Windows).
>>>> 2) Select the Red item by clicking on it with the mouse (don't use
>>>> keyboard)
>>>> 3) Get the focus out of the selection list by pressing tab or clicking
>>>> anywhere outside the selection list
>>>> => The Red list item is deselected(no longer highlighted in blue, but
>>>> in gray) BUT the output control still shows the empty value
>>>>
>>>> This behavior can be reproduced on firefox on my Mac in versions 7.0.1
>>>> and  10.0.2 and on Windows in version 10.0.2 (the persones laptop was
>>>> already on the latest version, so we didn't test it on an older
>>>> version).
>>>>
>>>> Thanks in advance,
>>>>
>>>> Nick
>>>>
>>>> On Thu, Mar 1, 2012 at 03:41, Erik Bruchez [via Orbeon Forms
>>>> (ops-users)] <[hidden email]> wrote:
>>>>> Nick,
>>>>>
>>>>> I don't reproduce this with the latest code and Firefox 10.0.2. Which
>>>>> version of Orbeon Forms are you using?
>>>>>
>>>>> -Erik
>>>>>
>>>>> On Wed, Feb 29, 2012 at 3:05 AM, Nick Van den Bleeken <[hidden email]>
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> The first manual selection is not reflected in the instance data when
>>>>>> using Firefox (10.0.2).
>>>>>>
>>>>>> How to reproduce (use attached test case):
>>>>>>
>>>>>> Select 'Red' in the list using Firefox. The output control is not
>>>>>> updated. If you select Orange, the output does change. The problem
>>>>>> seems to be that the DOM-event "change" is not sent (the "focus"-event
>>>>>> is sent). It does work in Internet Explorer 9.0.8112.16421 and Chrome
>>>>>> 17.0.963.56 m (on those browsers the DOM change event is sent in all
>>>>>> cases, also when doing the first selection).
>>>>>>
>>>>>>
>>>>>> Server log (confirms the above finding)
>>>>>>
>>>>>> The log for the initial selection (using Firefox)
>>>>>>
>>>>>> 2012-02-29 11:30:52,078 INFO  ProcessorService  - /xforms-server -
>>>>>> Received request
>>>>>> 2012-02-29 11:30:52,083 DEBUG XFormsServer  - start handling external
>>>>>> events and/or uploaded files
>>>>>> 2012-02-29 11:30:52,084 DEBUG XFormsServer  -   executeExternalEvent -
>>>>>> start handling external event {target id: "xf-4", event name:
>>>>>> "DOMFocusIn"}
>>>>>> 2012-02-29 11:30:52,085 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "DOMFocusIn", id: "xf-4"}
>>>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:30:52,086 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "0"}
>>>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "2", name: "DOMFocusIn", id: "xf-4"}
>>>>>> 2012-02-29 11:30:52,087 DEBUG XFormsServer  -   executeExternalEvent -
>>>>>> end handling external event {time (ms): "3"}
>>>>>> 2012-02-29 11:30:52,088 DEBUG XFormsServer  - end handling external
>>>>>> events and/or uploaded files {time (ms): "5"}
>>>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  - response - start
>>>>>> handling regular Ajax response
>>>>>> 2012-02-29 11:30:52,089 DEBUG XFormsServer  -   start computing
>>>>>> differences
>>>>>> 2012-02-29 11:30:52,090 DEBUG XFormsServer  -   end computing
>>>>>> differences {time (ms): "1"}
>>>>>> 2012-02-29 11:30:52,091 DEBUG XFormsServer  - response - end handling
>>>>>> regular Ajax response {time (ms): "2"}
>>>>>> 2012-02-29 11:30:52,093 INFO  ProcessorService  - /xforms-server -
>>>>>> Timing:
>>>>>> 15
>>>>>>
>>>>>> The log for the second selection (using Firefox)
>>>>>>
>>>>>> 2012-02-29 11:32:12,456 INFO  ProcessorService  - /xforms-server -
>>>>>> Received request
>>>>>> 2012-02-29 11:32:12,462 DEBUG XFormsServer  - start handling external
>>>>>> events and/or uploaded files
>>>>>> 2012-02-29 11:32:12,463 DEBUG XFormsServer  -   executeExternalEvent -
>>>>>> start handling external event {target id: "xf-4", event name:
>>>>>> "xxforms-value-change-with-focus-chan
>>>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "xforms-deselect", id: "xf-4"}
>>>>>> 2012-02-29 11:32:12,464 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:32:12,465 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "1"}
>>>>>> 2012-02-29 11:32:12,466 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "2", name: "xforms-deselect", id: "xf-4"}
>>>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "xforms-select", id: "xf-4"}
>>>>>> 2012-02-29 11:32:12,467 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "1"}
>>>>>> 2012-02-29 11:32:12,468 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "1", name: "xforms-select", id: "xf-4"}
>>>>>> 2012-02-29 11:32:12,469 DEBUG XFormsServer  -     xforms:setvalue -
>>>>>> setting instance value {source: "client", old value: "", new value:
>>>>>> "orange", instance: "xf-3"}
>>>>>> 2012-02-29 11:32:12,470 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "xxforms-value-changed", id: "xf-3"}
>>>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:32:12,471 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "0"}
>>>>>> 2012-02-29 11:32:12,472 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "2", name: "xxforms-value-changed", id:
>>>>>> "xf-3"}
>>>>>> 2012-02-29 11:32:12,473 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "xforms-recalculate", id: "xf-2"}
>>>>>> 2012-02-29 11:32:12,474 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "1"}
>>>>>> 2012-02-29 11:32:12,475 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "2", name: "xforms-recalculate", id: "xf-2"}
>>>>>> 2012-02-29 11:32:12,476 DEBUG XFormsServer  -     dispatchEvent -
>>>>>> start dispatching {name: "xforms-revalidate", id: "xf-2"}
>>>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> start default action handler
>>>>>> 2012-02-29 11:32:12,477 DEBUG XFormsServer  -       dispatchEvent -
>>>>>> end default action handler {time (ms): "0"}
>>>>>> 2012-02-29 11:32:12,478 DEBUG XFormsServer  -     dispatchEvent - end
>>>>>> dispatching {time (ms): "2", name: "xforms-revalidate", id: "xf-2"}
>>>>>> 2012-02-29 11:32:12,479 DEBUG XFormsServer  -     controls - start
>>>>>> performing refresh {container id: "#document"}
>>>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - start
>>>>>> cloning
>>>>>> 2012-02-29 11:32:12,480 DEBUG XFormsServer  -       controls - end
>>>>>> cloning {time (ms): "0"}
>>>>>> 2012-02-29 11:32:12,481 DEBUG XFormsServer  -       controls - start
>>>>>> updating bindings
>>>>>> 2012-02-29 11:32:12,482 DEBUG XFormsServer  -       controls - end
>>>>>> updating bindings {time (ms): "1", controls visited: "2", repeat
>>>>>> iterations visited: "0", bindings eval: "0"}
>>>>>> 2012-02-29 11:32:12,483 DEBUG XFormsServer  -       controls - start
>>>>>> evaluating
>>>>>> 2012-02-29 11:32:12,484 DEBUG XFormsServer  -       controls - end
>>>>>> evaluating {time (ms): "1"}
>>>>>> 2012-02-29 11:32:12,485 DEBUG XFormsServer  -       controls - refresh
>>>>>> skipping sending of UI events because no listener was found {container
>>>>>> id: "#document"}
>>>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -     controls - end
>>>>>> performing refresh {time (ms): "7"}
>>>>>> 2012-02-29 11:32:12,486 DEBUG XFormsServer  -   executeExternalEvent -
>>>>>> end handling external event {time (ms): "23"}
>>>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - end handling external
>>>>>> events and/or uploaded files {time (ms): "25"}
>>>>>> 2012-02-29 11:32:12,487 DEBUG XFormsServer  - response - start
>>>>>> handling regular Ajax response
>>>>>> 2012-02-29 11:32:12,488 DEBUG XFormsServer  -   start computing
>>>>>> differences
>>>>>> 2012-02-29 11:32:12,489 DEBUG XFormsServer  -   end computing
>>>>>> differences {time (ms): "1"}
>>>>>> 2012-02-29 11:32:12,490 DEBUG XFormsServer  - response - end handling
>>>>>> regular Ajax response {time (ms): "3"}
>>>>>> 2012-02-29 11:32:12,492 INFO  ProcessorService  - /xforms-server -
>>>>>> Timing:
>>>>>> 36
>>>>>>
>>>>>> Could you help us in solving the issue?
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>>
>>>>>> Nick Van den Bleeken
>>>>>>
>>>>>>
>>>>>> --
>>>>>> 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
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the discussion
>>>>> below:
>>>>>
>>>>> http://orbeon-forms-ops-users.24843.n4.nabble.com/Initial-selection-in-select1-appearance-compact-doesn-t-work-in-Firefox-tp4431190p4433849.html
>>>>> To start a new topic under Orbeon Forms (ops-users), email
>>>>> [hidden email]
>>>>> To unsubscribe from Orbeon Forms (ops-users), click here.
>>>>> NAML
>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> Nick Van den Bleeken
>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Nick Van den Bleeken
>>>
>>> ________________________________
>>> View this message in context: Re: Initial selection in select1 appearance
>>> compact doesn't work in Firefox
>>> 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
>


--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @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