Hi,
we work with Chrome websites, and we often have the problem (using browser mode in 6.4.2), as if changes were not reported to the browser. It's as if the browser is not registering that input or dropdowns have been made.
E.g. I have an input field which automatically performs a search for each input key. Although I can fill this field by write stage, the search with the corresponding popup will not be performed.
On the other hand, I have a simple dropdown which I can start and select with SelectItem. However, the browser still thinks that the default item is selected.
Why is the change event not generated? Is it possible to generate it manually?
Thanks!
Mark