Project

General

Profile

Actions

Bug #5461

open

Wt::WidgetSet mode does not handle page refresh

Added by Adam Sowa over 7 years ago. Updated over 7 years ago.

Status:
Feedback
Priority:
High
Assignee:
-
Target version:
Start date:
12/09/2016
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by Koen Deforche over 7 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

Actions #2

Updated by Adam Sowa over 7 years ago

Looks like the issue is caused by wt_config.xml:

Auto

When I change tracking to URL it works.

Actions

Also available in: Atom PDF