Modify ↓
Ticket #467 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
Image links within tables are not always recognized by the wiki parser
| Reported by: | pythonista@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.1 |
| Component: | wiki system | Version: | 0.7 |
| Severity: | major | Keywords: | table wiki link href |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Example:
| http://www.edgewall.com/gfx/proj_sidebar_logo.png | Image should display in previous column |
This worked in 0.6.x (the linked image would render properly in the cell). Have a couple pages here which use images in tables, and upon upgrading to 0.7-stable noticed the problem.
Attachments
Change History
comment:1 Changed 8 years ago by anonymous
comment:2 Changed 8 years ago by pythonista@…
- Summary changed from Image links are no longer rendered as images in tables in 0.7.x to Image links within tables are not always recognized by the wiki parser
comment:3 Changed 8 years ago by daniel
- Milestone set to 0.7.1
- Severity changed from normal to major
comment:4 Changed 8 years ago by jonas
- Status changed from new to assigned
comment:5 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [640].
Note: See
TracTickets for help on using
tickets.



Just realized what I was seeing in the example.
For some reason the parser is having trouble resolving the link, whereas before it was able to. (Perhaps bad style on my part to run them together anyway, but it did work on 0.6.x.)