Ember-inspector: full angle bracket name should be searchable

Created on 7 Nov 2019  路  6Comments  路  Source: emberjs/ember-inspector

Issue and Steps to Reproduce

This is a nuance to #1021. I expect to be able to search by the full component name, not just he first segment.

  • Navigate to https://tv.apple.com/
  • Open ember inspector
  • go to the "Components" tab and type nav. You should see the <NavHeader/> result
  • type navh and you should see no results

Your environment

stable chrome, latest ember inspector

Screenshots

expected

expected_Screen Shot 2019-11-07 at 08 52 22

unexpected

unexpected_Screen Shot 2019-11-07 at 08 54 11

I'd guess we are not correctly normalizing the entire component name for the case insensitive search. Hopefully it is a simple fix.

bug

Most helpful comment

Yeah, I鈥檒l take a look today. This should be a quick one.

All 6 comments

I'd guess we are not correctly normalizing the entire component name for the case insensitive search. Hopefully it is a simple fix.

Definitely sounds like that is the issue. @nummi mind taking a look?

Yeah, I鈥檒l take a look today. This should be a quick one.

@rwwagner90, I think we should do a deploy. My fix for this (https://github.com/emberjs/ember-inspector/issues/1021) is only on master.

Ah gotcha. I will get a deploy out

Can you test this on the latest (3.12.2) version?

Fixed!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

izackhub picture izackhub  路  6Comments

Turbo87 picture Turbo87  路  8Comments

davidchalifoux picture davidchalifoux  路  3Comments

ansmonjol picture ansmonjol  路  3Comments

lifeart picture lifeart  路  7Comments