Changeset 859bace0 in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
06/19/2026 12:20:35 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
7d81265
Parents:
2d596cf
Message:

fix(editor): mobile writing field as bounded box with internal scroll

The field grew with the text → the whole page scrolled to the caret on a
formatting command. On mobile now min-height 240 / max-height 62vh +
overflow auto: caret scroll stays within the box, the page does not jump,
and the toolbar sits sticky above it. Fullscreen resets max-height to none
(fills the page).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r2d596cf r859bace0  
    1616### Opgelost
    1717- Editor: het beeld verspringt niet meer bij het aanklikken van een opmaakknop.
    18   `execCommand` scrollde de caret in beeld; de scrollpositie wordt nu vastgehouden
    19   rond elk opmaak-commando, zodat je zelf scrollt.
     18  Op mobiel heeft het schrijfveld nu een begrensde hoogte met eigen interne scroll
     19  (een "box"), zodat de caret-scroll die mobiel Chrome forceert binnen de box blijft
     20  i.p.v. de hele pagina te laten verspringen. De toolbar staat sticky erboven.
     21  (Plus: scrollpositie wordt vastgehouden rond elk opmaak-commando.)
    2022- Post-editor op mobiel: de Opslaan/Annuleren-balk blijft nu net bóven het
    2123  toetsenbord (sticky met dynamische bottom-offset = max van toetsenbord- en
Note: See TracChangeset for help on using the changeset viewer.