Lines Matching refs:Root
8 **Root Cause:**
850 - **Root cause:** Function name collision - there were two `fuzzyMatch` functions
1109 …- Root cause: Calendar JSON files contain metadata keys (like "mapping") that were being parsed as…
1280 - Root cause: The comparison `$oldNamespace !== ''` was always FALSE for default namespace events
1289 - Root cause: `findEventNamespace()` was searching in the NEW namespace instead of ALL namespaces
1293 - Root cause: After deletion, `reloadCalendarData()` was called with the deleted event's namespace
1318 - Root cause: MutationObserver tried to observe `document.body` before DOM was ready
1325 - Root cause: `addAssets()` in action.php was loading empty `script.js` instead of `calendar-main.j…
1365 - Root cause: AJAX calls go through `action.php`'s switch statement, not `admin.php`'s `handle()` m…
1376 - Root cause: `style='color:...'` single quotes inside PHP `echo '...'` block terminated the PHP st…
1395 - Root calendar directory is never removed
1422 - Root cause: event's `namespace` field (stored in JSON) can differ from the filesystem directory w…
3404 ### The Root Cause
9676 ### The Root Cause
10678 **Root Cause**: Sidebar widget is server-rendered (PHP), not AJAX-reloaded like regular calendar.
11381 ### The Sorting Bug - Root Cause