Changeset a0bff44 in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
06/19/2026 11:45:23 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
9ef3c56
Parents:
06f3791
Message:

fix(editor): no autofocus on title on mobile (no keyboard popup)

autofocus on the title input immediately opened the mobile keyboard
when the editor was opened. Removed; the title now only gets focus on
desktop (matchMedia hover:hover + pointer:fine).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r06f3791 ra0bff44  
    1515
    1616### Opgelost
     17- Post bewerken op mobiel opende niet meer meteen het toetsenbord: de titel kreeg
     18  niet langer automatisch focus (`autofocus` weg). Op desktop focust de titel nog wel.
    1719- Posts schrijven op mobiel: een opmaakknop (vet/cursief/…) stal de focus uit het
    1820  tekstveld → de selectie ging verloren (vet kon niet meer uitgezet worden) en de
Note: See TracChangeset for help on using the changeset viewer.