Actions
Bug #1994
closedWithout javascript, WPaintedWidget's default method for browsers without SVG support does not render correctly.
Start date:
06/23/2013
Due date:
% Done:
0%
Estimated time:
Description
WPaintedWidget defaults to using HtmlCanvas for browsers that are not known to support inline SVG. If javascript is not available, this does not produce the intended output. This was observed with Safari/534.57.2 on Windows7, as well as Safari under OS X, using the git version of Wt 3.3.0-16-gacad52e.
A patch that defaults to PngImage for this case is attached. The patch seems to help, but has had only limited testing.
Files
Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee set to Wim Dumon
- Target version set to 3.3.1
Wim,
I believe you have been looking at this already?
koen
Updated by Koen Deforche about 11 years ago
- Status changed from InProgress to Resolved
- Assignee changed from Wim Dumon to Koen Deforche
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions