Bug #5461
openWt::WidgetSet mode does not handle page refresh
0%
Description
When using WApplication in Wt::WidgetSet mode ivoking Refresh in web browser causes Wt to loose control over the refreshed web page.
To reproduce just run examples\feature\widgetset
On initial page load, Wt application is instantied and Wt widgets are added to the web page.
After refreshing the page in browser, all Wt widgets are gone, the page is only static HTML.
The following error is printed:
[error] "Wt: bogus request: missing signal, discarding"
This makes the Wt::WidgetSet mode unusable, which is a pitty, because it is very productive to create the HTML by hand and only bind to a few DOM elements from Wt code.
Updated by Koen Deforche almost 8 years ago
- Status changed from New to Feedback
Hey,
We cannot reproduce this. Do you have wt_config.xml file? Can you share more details?
Koen
Updated by Adam Sowa almost 8 years ago
Looks like the issue is caused by wt_config.xml:
Auto
When I change tracking to URL it works.