Modify ↓
Opened 16 years ago
Closed 16 years ago
#7356 closed defect (invalid)
Can not replace images on Wiki pages
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.10.3 |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Heres what happens:
- I add an attachment "Widget.gif"
- I display this as in image in a page using the Image macro. eg
[[Image(Widget.gif)]]
- I then want to update this image. So I click the links to add an attachment, and check the "Replace Attachment with Same Name" box.
- I would expect the Image on the page to be updated to this new attachment. It does not.
The only workaround is for me to uniquely rename the image every time I update it. (eg Widget1.gif, Widget2.gif, Widget3.gif) and then to manually edit the Image Macro.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Keywords: | needinfo added |
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
As pointed out to me, the problem is not in Trac, the problem was that my browser cached the image. Pressing F5 on the browser makes the image update.
I'm impressed by the speed of response.
Note:
See TracTickets
for help on using tickets.
Replying to andrew.shepherd@qwc.qld.gov.au:
Are you sure your web browser does not cache the old image?
Force a cache refresh (F5, empty cache, whatever else…)