werpu / jsfs_js_ts

Apache License 2.0
2 stars 1 forks source link

add client window id test #15

Closed henningn closed 3 years ago

henningn commented 3 years ago

This test is based on a Tobago page. It tests if the Tobago component, view state and client window id is updated properly.

In tobago we use the current typescript implementation of jsf.js. Currently there is a problem when updating the hidden input field of the client window id. After an ajax request, the hidden input field disappear and the client window id (without the input field) is rendered on the page.

To reproduce the behavior:

Result: The jfwid will be visible on the bottom of the page.

werpu commented 3 years ago

Hi Henning, sorry for answering so late, I was sick the last week, so I stayed low and did not do any singificant work. I will tackle the issue the next few days.

henningn commented 3 years ago

Hello Werner, thanks alot and get well soon. :)

lofwyr14 commented 3 years ago

Hi Werner, we checking the open issues for a first Tobago 5 release. Is it possible to fix this issue in the next weeks?

werpu commented 3 years ago

Hi sorry for the delay, but I had health problems besides fulfilling my day to day job duties, which took high priority which are mostly fixed now. Either way I will pick up the issue today in the afternoon. So expect a fix today or tomorrow. Again sorry for the delay.

werpu commented 3 years ago

Found the issue, the client window is indeed not properly processed like it should be! Will fix that, must have overlooked it, and also forgot about the testcase. Thans for providing one.

werpu commented 3 years ago

Fixed