You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment selection feedback timing β Verify pending SELECTED events are properly deferred and cancelled instead of racing with rendered highlights; drop superseded events.
Metadata anchor validation β Reject overlapping anchored-metadata ranges (INVALID_TARGET) instead of silently creating duplicate content controls; normalize selection on remove to prevent stale carets.
Custom XML synchronization β Route metadata and customXml writes through the parts mutation layer so partChanged fires and part-sync publishes correctly across clients.
Custom XML tombstone handling β Record tombstones for deleted custom XML parts on remote deletes and late-join; clear stale tombstones when parts are recreated or hydrated from authoritative state.
Bibliography cache invalidation β Invalidate converter caches when custom XML paths are written or hydrated, preventing export from rebuilding parts with stale cached content.
Metadata payload validation β Validate payload serializability during attach preview (before document mutation) rather than inside the part-sync sandbox, preventing orphaned content controls on serialization failure.