Bug report #8609
HTML Annotation does not display HTML
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | |||
| Category: | Map Canvas | ||
| Affected QGIS version: | master | Regression?: | No |
| Operating System: | OSX | Easy fix?: | No |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 17350 |
Description
Using master / 2.1 setting the html page for an html annotation has no effect, the box remains white. I tested using the small snippet:
<html>
<head>
</head>
<body>
<table border="1">
<tr>
<td>Row 1 Cell 1</td>
<td>Row 1 Cell 2</td>
</tr>
<tr>
<td>Row 2 Cell 1</td>
<td>Row 2 Cell 2</td>
</tr>
</table>
</body>
</html>
I also tried testing with a locally downloaded page from my web browser.
Associated revisions
Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map layer it will
always render the html.
Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map layer it will
always render the html.
(cherry-picked from 53c3ed2dc02baf43c3a5cc7323f37869f434f25a)
Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map layer it will
always render the html.
(cherry-picked from 53c3ed2dc02baf43c3a5cc7323f37869f434f25a)
Fix HTML annotation does not display HTML (fix #8609)
Annotation was only rendering html when it was associated with a
map layer. Now if it isn't associated with a map layer it will
always render the html.
(cherry-picked from 53c3ed2dc02baf43c3a5cc7323f37869f434f25a)
History
#1
Updated by Nathan Woodrow about 12 years ago
They work for me here however you have to have a active layer before you add it otherwise it doesn't render.
Should it work without an active layer?
#2
Updated by Nyall Dawson about 9 years ago
- Status changed from Open to Closed
Fixed in changeset 53c3ed2dc02baf43c3a5cc7323f37869f434f25a.
