Project

General

Profile

Broken Image Icons with WTableView in IE 9

Added by John Sully about 13 years ago

Hi,

I tried searching but couldn't find any information on this. I've created a WTableView with a custom data model. The table view works perfectly in firefox but in IE the headers and each cell have a broken image icon. I took a look at it in the IE debugger and found that Wt was emitting the following img tag:

The src value is the text of the cell.

I've attached an image showing the problem. I've repro'd this with both the default and polished themes.

Has anyone seen this? Is there a way to fix it?


Replies (1)

RE: Broken Image Icons with WTableView in IE 9 - Added by John Sully about 13 years ago

As it turns out the bug was in my custom data model. The ::data() method did not restrict its output to the Wt::DisplayRole.

    (1-1/1)