Commit a0013c1
test(260602-9lw): correct lit flatpickr-behavior fixme rationale — CR-01 fix lands GAP-2/3, GAP-4 rangePlugin shadow-DOM residual
The prior fixme rationale was wrong: it claimed the hasUpdated guard eliminated the lit
mount fire and blamed a "separate pre-existing lit firstUpdated bug." Per CR-01 the
hasUpdated gate never skipped the mount fire (hasUpdated is already true during the first
updated()), so the all-42-cells-disabled-at-mount defect WAS the $watch-emit defect.
With CR-01 fixed (__rozieFirstUpdateDone gate), the lit cell now PASSES GAP-2 (zero
disabled cells at mount, ~12 weekend cells after toggle) and GAP-3 (French locale
reconciles) — verified in gate-logs/13-cr01-acceptance.log.
A narrower, genuine lit-only residual remains in GAP-4 (rangePlugin): the second input
`#fp-range-end` stays empty after picking a range — rangePlugin is configured with a
document-level selector `input: '#fp-range-end'` but lit renders the wrapper input inside
shadow DOM, so flatpickr's rangePlugin cannot resolve/write back to the light-DOM input.
No console.error/pageerror. NOT a $watch defect (GAP-2/3 prove the watcher route is
correct on lit) and NOT fixable by touching packages/ui/flatpickr (byte-identical
:plugins passthrough to the 5 passing targets). Pre-approved 5/6 fixme fallback (CONTEXT);
follow-up: /gsd-debug the lit-shadow-DOM rangePlugin selector-resolution path.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 819707d commit a0013c1
1 file changed
Lines changed: 29 additions & 18 deletions
Lines changed: 29 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
0 commit comments