5
AlgoRythm
10h

Getting this strange bug in Chrome where any div is readonly-editable (you can click and a cursor will appear, but you can't edit the text)

Either my install is bugged or Chrome devs are becoming exactly as skilled as Crowdstrike, AWS and Cloudflare devs.

Comments
  • 2
    AI says its designed that way or some shit. I don't know since when.

    Says run this in console:

    document.designMode = "on"
  • 2
    @YourMom as per usual, AI is retarded. Design mode is a fully editable configuration where you can change the text and even spellcheck enables. I've used it a few times mostly for the latter point.

    This is a readonly editable configuration where a caret/ cursor appears when I click in a text-containing element, but I'm not able to mutate it in any way. No spellcheck appears either. Chrome 142.0.7444.176, which is currently latest.
Add Comment