FreshRSS / FreshRSS

A free, self-hostable news aggregator…
https://freshrss.org
GNU Affero General Public License v3.0
9.54k stars 816 forks source link

[Bug] No more title / date in headline #6463

Closed airbete closed 4 months ago

airbete commented 4 months ago

Describe the bug

Since commit aac3b21a, title and date are not shown anymore in the headline of articles.

Before commit before_commit

After commit after_commit

Collapsed mode is now useless.

To Reproduce

  1. Click on a any feed
  2. Observe the headline of any article

Expected behavior

Title and date should appear in the headline.

FreshRSS version

git as of bb1a6caf

Environment information

Additional context

No response

Alkarex commented 4 months ago

Could you please force refresh and/or try with another Web browser?

airbete commented 4 months ago

I forced refresh, restarted Firefox and tried with chrome. No change.

Alkarex commented 4 months ago

That's odd. Could you please git fetch && git reset --hard origin/edge just to make sure that there is nothing wrong there? Otherwise, please try to DOM inspect from your Web browser, to make sure that the text content is actually there:

image

math-GH commented 4 months ago

Which extensions are installed? TitleWrap too? Could you please update this extension?

airbete commented 4 months ago

@math-GH, you found it!

I forgot I had extensions activated. It's been a long time since I installed them and I haven't updated them since then. Updating is not as straight forward as "git pull"...

Updating (or disabling) TitleWrap gets everything back to normal. Thank you! very much.