File talk:20230705 Inconsistent simultaneous displays of same image in two articles.png
Jump to navigation
Jump to search
Possible solution
[edit]You purged the server, if you now
- clear your broswer cache
or
- Purge this site by
- open en:Global_warming_controversy#Scientific_consensus and
- purge your local browser (keep en:Global_warming_controversy#Scientific_consensus as the active tab)
Please purge your browser’s cache or enable JavaScript in your Browser's settings. (You only need to do it once.)
Operating system Browser |
Microsoft Windows or Linux | macOS |
---|---|---|
Chrome | Press Ctrl+F5 or ⇧ Shift+F5 or hold down ⇧ Shift while clicking Reload |
Press ⌘ Cmd+F5 or ⇧ Shift+F5 or hold down ⇧ Shift while clicking Reload |
Mozilla Firefox | Hold down ⇧ Shift while clicking Reload (or press Ctrl+F5 or Ctrl+⇧ Shift+R) |
Press ⌘ Cmd+R (reload page) or ⌘ Cmd+⇧ Shift+R (reload page and rewrite cache) |
Safari | Hold down ⇧ Shift+Alt while clicking Reload | |
Press Ctrl+R | Press ⌘ Cmd+⌥ Option+E (clear browser cache) or ⌘ Cmd+R (update) | |
Opera | Press Ctrl+F5 or ⇧ Shift+F5 | |
Konqueror | ||
Internet Explorer | Press Ctrl+F5 |
Then the issue of different rendering is fixed. — Johannes Kalliauer - Talk | Contributions 13:33, 8 July 2023 (UTC)
- Thank you again, User:JoKalliauer, for all the help that you provide to this community.
- Result: I repeatedly emptied the cache on my 2023 Mac mini in Chrome (⇧Shift...Reload), and in Firefox, and in Safari. Regrettably this simple step did not solve the problem. In fact, now both Climate_change_denial and Global_warming_controversy#Scientific_consensus displayed wrong. (Before, at least one of two was right!) RCraig09 (talk) 20:11, 8 July 2023 (UTC)
Work-around
[edit]- Work-around: I found a work-around: eliminate use of
<tspan>
as follows:- Old (BAD):
<switch> <text x="550" y="60" id="trsvg26-ja" systemLanguage="ja"> <tspan id="trsvg1-ja">人間が要因である地球温暖化に関する</tspan> </text> <text x="550" y="60" id="trsvg26"> <tspan id="trsvg1">Academic studies of scientific consensus</tspan> </text> </switch>
- New (GOOD):
<switch> <text x="550" y="60" id="trsvg26-ja" systemLanguage="ja">人間が要因である地球温暖化に関する</text> <text x="550" y="60" id="trsvg26">Academic studies of scientific consensus</text> </switch>
- If you don't object, I plan to report this finding at Phabricator T340379. RCraig09 (talk) 20:11, 8 July 2023 (UTC)
- Please do so, thanks :-)
- Consider adding it to
- — Johannes Kalliauer - Talk | Contributions 19:31, 10 July 2023 (UTC)
- @RCraig09: Because the new version renders it wrong I wouldn't have purged the server and used the old version. — Johannes Kalliauer - Talk | Contributions 19:32, 10 July 2023 (UTC)
- User:JoKalliauer, I'm confused by the last sentence of your 19:32 post. I found that the new version, without
tspan
, renders correctly. RCraig09 (talk) 05:27, 11 July 2023 (UTC)- @RCraig09: Sorry for my confusion, I ment why the new librsvg-version rendered the old version wrong. The old librsvg-version did not contain this bug and rendered all svg-versions correct — Johannes Kalliauer - Talk | Contributions 05:36, 11 July 2023 (UTC)
- User:JoKalliauer, I'm confused by the last sentence of your 19:32 post. I found that the new version, without
- @RCraig09: Because the new version renders it wrong I wouldn't have purged the server and used the old version. — Johannes Kalliauer - Talk | Contributions 19:32, 10 July 2023 (UTC)
- Work-around: I found a work-around: eliminate use of