Daniel Weck

Results 1800 comments of Daniel Weck

Thank you for privately sharing the EPUB, much appreciated. I immediately see some authoring "errors", for example see the scrolling container that includes not just the table but also the...

I am able to reproduce the problem of absent scrollbars with "Table 4.12" and "Table III.3" with both Thorium Desktop and Apple Books.app reader. I am afraid the CSS styles...

Please keep an eye on this discussion thread too :) https://github.com/edrlab/thorium-reader/issues/3165#issuecomment-3608223588

Thank you for reporting this! The performance bug of Thorium Desktop reader version 3.2.0 was fixed but I think the culprit in v3.3.0 is the remaining backward-compatible filesystem persistence /...

See: https://github.com/edrlab/thorium-reader/issues/3169

Originally from @panaC : See this : https://github.com/edrlab/thorium-reader/pull/3144/files#r2368550641 See this PR : #3144 Follow this issue: #3136

`reduxPersistMiddleware()` in `main/redux/middleware/persistence.ts` is now only invoked when `yield put(winActions.session.setReduxState.build(winId, publicationIdentifier, reduxState))` is called (i.e. when the application gracefully shut down). This is when `createPatch()` from RFC6902 bogs down the...

Note that this problem exists in Thorium's GUI (e.g. note text editor) not just the popup floating overlay. In the above screenshot the Arabic renders in the correct RTL direction...

One sensible strategy would be to use the HTML document's own RTL / LTR and apply it to the floating callout, regardless of the text actually entered in ... but...