creating a post with bookmarklet does not open the editor and it directly triggers a translation #56

Closed
opened 2026-07-20 18:32:56 +00:00 by hugo · 1 comment
Owner

when creating a post via bookmarklet, the post editor does not open - the draft is created, the post activity is active, but the post editor does not open. also there is a direct translation via AI triggered, but that english version is actually empty. Translations must never be triggered by automatic saves, be it from creation of posts or auto-save. They are only to be done automatically with the very first manual save that happens on a post. Outside of that, only manual translation is acceptable.

when creating a post via bookmarklet, the post editor does not open - the draft is created, the post activity is active, but the post editor does not open. also there is a direct translation via AI triggered, but that english version is actually empty. Translations must never be triggered by automatic saves, be it from creation of posts or auto-save. They are only to be done automatically with the very first manual save that happens on a post. Outside of that, only manual translation is acceptable.
hugo added the bug label 2026-07-20 18:32:56 +00:00
Author
Owner

Implemented in fe6bf3e. Blogmark completion now uses the same tab-opening workflow as every other post, so the post editor is activated with preview synchronization, menu state, panel fallback, and semantic-tag loading. Regression coverage verifies preview-mode Blogmarks open visibly and that neither Blogmark creation/preview persistence nor timed autosave queues AI translation, even with an endpoint configured. Neutral review matched bDS2 editor activation and the Allium manual-save-only translation rules. Verified with cargo test --workspace and cargo build --workspace.

Implemented in fe6bf3e. Blogmark completion now uses the same tab-opening workflow as every other post, so the post editor is activated with preview synchronization, menu state, panel fallback, and semantic-tag loading. Regression coverage verifies preview-mode Blogmarks open visibly and that neither Blogmark creation/preview persistence nor timed autosave queues AI translation, even with an endpoint configured. Neutral review matched bDS2 editor activation and the Allium manual-save-only translation rules. Verified with cargo test --workspace and cargo build --workspace.
hugo closed this issue 2026-07-20 19:15:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hugo/RuDS#56