Resolve the misspelled word from the click/right-click position and the checker rather than from the .petal-misspelling DOM span: clicking a word moves the caret into it, which fires the decoration rebuild that deliberately un-underlines the caret word, so the span is already gone by the time the handler runs. Factored into openMisspellAt(pos), which only opens when the checker actually flags the word, and is gated to clicks inside .petal-prose so a click on a floating card doesn't resolve a word hidden behind it. Right-click now offers spelling corrections first on a misspelled word (the familiar "did you mean" gesture), falling back to word lookup otherwise. AskPetal: focus the input with preventScroll so opening the card doesn't jump the document to the top. Claude-Session: https://claude.ai/code/session_016Yr6jELuRc7hyzYLccQKZd
6.5 KiB
6.5 KiB