Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual delta does not show unchanged values when there is no diff #312

Open
NogaMan opened this issue Aug 17, 2021 · 0 comments
Open

Visual delta does not show unchanged values when there is no diff #312

NogaMan opened this issue Aug 17, 2021 · 0 comments

Comments

@NogaMan
Copy link

NogaMan commented Aug 17, 2021

If I tick "Show unchanged values" checkbox on the demo page, I expect all unchanged values to change. Currently I only see those unchanged values that are kinda "in the middle" of the changed items.

The cases:

  1. Visual delta does not show unchanged values when there is no diff (example 1)
  2. Visual delta does not show diff fully (example 2, see last string in array)

Example 1:

Left JSON

[
  "e435",
  "3058"
]

Right JSON

[
  "e435",
  "3058"
]

Example 2

Left JSON

[
  "e435",
  "25c8",
  "6794",
  "6c7d",
  "bec4",
  "6193",
  "5334",
  "2b7f",
  "05d0",
  "17d7",
  "3058"
]

Right JSON

[
  "e435",
  "25c8",
  "e2d2",
  "41e9",
  "f8ac",
  "7cf2",
  "6c7d",
  "6193",
  "bec4",
  "2ca6",
  "8ccf",
  "5334",
  "6794",
  "2f08",
  "9036",
  "2b7f",
  "a529",
  "1d22",
  "17d7",
  "05d0",
  "3058"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant