firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLs between cropLimit/2 and cropLimit are not cropped properly

Loirooriol opened this issue · comments

Rep({
  object: "http://example.com/foobarbaz",
  cropLimit: 50,
}).props.children[1].props.children

Result: "http://example.com/fooba…://example.com/foobarbaz"
Expected: "http://example.com/foobarbaz"

Regressed by bug 1419479, probably e923826. Causes bug 1427095.

Cc @nchevobbe

this might be similar as the URLs encoding is also off here
firefox-devtools/debugger#4902

this might be similar as the URLs encoding is also off here
firefox-devtools/debugger#4902

I don't get what is your issue jason ?

Sorry about that @Loirooriol . The fix will be part of a devtools-reps-0.18.0 bundle