Trying to navigate to the first member of a structure gets confused with the structure itself
Version and Platform (required):
- Binary Ninja Version: 3.4.4164-dev Personal, 93fb7583
- OS: Windows 11, x64
Bug Description: When I try to jump a structure's first member by double clicking on it in the decompiler output, it confuses it with structure itself.
Steps To Reproduce: See the GIF please.
Expected Behavior: I expect it to jump into the first member.
Screenshots:

Any chance you can share this binary I wasn't able to repro.
This repros for me with any linux binary by repeating the steps on the ELF headers.
This is still an issue, but reverse now: Trying to navigate to a type will navigate to the first member of that type. We still need to enhance navigation events with more specific locations such as "Type Foo" vs "Member data0 of type Foo".