Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading mode doesn't work #3043

Open
3 tasks
kazerniel opened this issue Sep 26, 2024 · 7 comments
Open
3 tasks

Reading mode doesn't work #3043

kazerniel opened this issue Sep 26, 2024 · 7 comments
Labels

Comments

@kazerniel
Copy link

OS/Platform

Windows

Installed

Other (please use 'Additional context' field below to mention how exactly)

Version

129.0.6668.58

Have you tested that this is not an upstream issue or an issue with your configuration?

  • I have tried reproducing this issue in Chrome and it could not be reproduced there
  • I have tried reproducing this issue in vanilla Chromium and it could not be reproduced there
  • I have tried reproducing this issue in ungoogled-chromium with a new and empty profile using --user-data-dir command line argument and it could not be reproduced there

Description

I click the Reading mode menu button and nothing happens.

How to Reproduce?

  1. Go to a website with articles that browser reading modes generally support. (I used this URL.)
  2. Follow the instructions to use Reading mode by clicking the three-dots menu > More tools > Reading mode.
  3. See error (nothing happens).

Actual behaviour

Nothing happens. (Tried on multiple sites with articles that Firefox's reading mode supports.)

Expected behaviour

Reading mode opens.

Relevant log output

No response

Additional context

Updated via Chromium Update Notifier extension

@kazerniel kazerniel added the bug label Sep 26, 2024
@sanel
Copy link

sanel commented Oct 3, 2024

Can confirm the same behavior on 129.0.6668.70 version, Linux, Slackware 15 64bit.

@PF4Public
Copy link
Contributor

Did it work before? At which version did it stop working?

@rany2
Copy link
Member

rany2 commented Oct 3, 2024

I'm sure it worked on 106.0.5249.119, but that's a very long time ago :')

@kazerniel
Copy link
Author

Did it work before? At which version did it stop working?

This was the first time I've tried reading mode in Unloogled Chromium, so no clue sorry 😅

@sanel
Copy link

sanel commented Oct 3, 2024

On 126.0.6478.61 version would open Reading Mode window, but will not display anything. On 128.x and 129.x won't even open Reading Mode window.

@PF4Public
Copy link
Contributor

I think it is being removed here:

- // Install ReadAnythingAppController on render frames with the Read Anything
- // url, which is chrome-untrusted. ReadAnythingAppController installs v8
- // bindings in the chrome.readingMode namespace which are consumed by
- // read_anything/app.ts, the resource of the Read Anything WebUI.
- if (render_frame()->GetWebFrame()->GetDocument().Url() ==
- chrome::kChromeUIUntrustedReadAnythingSidePanelURL) {
- ReadAnythingAppController::Install(render_frame());
- }

as it was depending on some of the pruned binaries from screen-ai.

Unfortunately I'm very limited with Internet access and computing power right now, so cannot tell if/when I could investigate further :(

@kazerniel
Copy link
Author

kazerniel commented Oct 7, 2024

I just realised that there's a separate Windows repository, where someone also opened a ticket: ungoogled-software/ungoogled-chromium-windows#373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants