In #12320 the `Cache-Control` header could be added to the server, to control the maximum cache lifetime of static resources. This would be applied globally to all statically server files. However, this setting would only apply to Wt...Matthias Van Ceulebroeck
In case of a `WPushButton` receiving content from a resolved localized string, even if the `TextFormat` is set to `XHTML`, it will always be rendered as `Plain` in case the string contains an XHTML entity. A simple test case: ```xml ...Matthias Van Ceulebroeck
If the developer calls this function, it should be taken into account correctly. While this is often the case, various widgets do not behave properly, and if called with `WWebWidget::setInline(true)`, will still result in a `display: bl...Matthias Van Ceulebroeck
The [select](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select) elements does not support a [placeholder attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder). The cor...Matthias Van Ceulebroeck
A WAbstractItemView can have columns that are sortable. In that case, there will be a small indicator shown (in the form of an up and down arrow):  When hovering over these icons, the cursor chan...Matthias Van Ceulebroeck