Is there anything you do that triggers the problem? Since it’s not happening all the time, something is changing. By a soft reload I take it you mean you refresh the page in the browser? Have you tried clearing your browser’s cache and then see if error still occurs?
The big question is: Do any of your members also have this problem?
No they have not yet reported this error. I will ask some of them to keep an eye on this.
@merefield It is random and somewhat inconsistent to trigger this. but I encounter this everyday now. I will may be record a video when I encounter this bug again. And report here with more details.
Another issue
I am riddled with found another bug / (missing feature?) where unread messages in the category page is not styled in gray colour making all post look same. For example when viewing this category page the unread posts are indistinguishable.
Hello! We see the same bug on our forum. We were using the deprecated module. When upgrading to 2.8.0.beta8 we started having the same problem. We decided to use the new theme component, and it’s working except for theming those lists. The link color is wrong, but the padding is also wrong.
From what I can tell, the element is losing the topic-list-data CSS class, so it’s not applying the theme correctly. Deactivating the theme component fixes the issue.
Can someone explain exactly how we get the TC version working? We commented out the plugin and installed the TC but the page in question now just displays the traditional list of posts.
Having reviewed this it was not a bug, it was a breaking change due to changes in the core app.
Note we normally don’t support those mid-month so you are advised against upgrading mid-month normally.
However, I appreciate I’ve caused you guys to have to maintain your setups mid-month. So …
I’ve fixed the visited “low-lighting” of titles for both tiles and non-tiles views on desktop and brought the templates more up-to-date with some of the recent changes:
I’ll take a look at mobile at some point.
Please update your TC and let me know if you see any related issues.
I also want to report another tiny bug still remain.
When users include a large image in top of the post, the “excerpt” and “Read More” no longer clickable, because discourse generate lightbox for the image. The code <a class=\"lightbox\" href=\"\" data-download-href=\"\" title=\"Image title\"></a> included in excerpt break the link.
I understand that it may be discourse core problem of including lightbox code in excerpt, but I am not sure who can I reported to and whether they will fix it.
I am just thinking whether we can make the “read more” button clickable without wait until discourse remove the lightbox code from excerpt, because it may take some time.
With the TC only installed, there’s little I can do with the excerpts.
However, with the sidecar plugin added, I have more control.
That said I’m inclined to “dumb down” the excerpt to remove links and formatting to reduce the risk of display corruption. If you want the full thing you will just have to click through.
Given that the excerpts are a core feature though I arguably shouldn’t need to do any work in this space.
If this happens with the topic-list-previews theme component disabled, please feel free to make a new ux topic. If you can include a screenshot of the issue, that would be great!
I am willling to help with a script that would semi-automate this. Is there an overview of where each setting in the plugin would go in the theme component?