Expanding/collapsing fields is broken when there's dates in the JSON #200301
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Kibana version:
8.15.3
Elasticsearch version:
8.15.3
Server OS version:
macOS
Browser version:
Firefox and also Chrome
Browser OS version:
Firefox 132.0.1 / Chrome 131.0.6778.70
Original install method (e.g. download page, yum, from source, etc.):
n/a
Describe the bug:
Expanding/collapsing fields is broken when there's dates in the JSON
Steps to reproduce:
add the following document to Elasticsearch
GET testcollapse/_doc/1
Try to collapse the "fields"-field with the down arrow on line 9, the "other-fields" is "swallowed up" in the collapsing"
Or
Click on the up arrow on line 13, it will be marked in red.
I think it has something to do with the fact that the two date fields are dates. If they are strings, the field is collapsed correctly.
Expected behavior:
Should be collapsed correctly.
Screenshots (if relevant):
Errors in browser console (if relevant):
n/a
Provide logs and/or server output (if relevant):
n/a
Any additional context:
The text was updated successfully, but these errors were encountered: