realm-browser-osx
realm-browser-osx copied to clipboard
Back Navigation not working properly
Consider the attached image. It has a Merchant Object which contains RealmList of Tag objects. On opening the database, If I click on Tag object in merchant row, it will open Tag Class view. On clicking back at top left corner of browser, it takes back to merchant row. Click on Tag again. Tag class view opens, On pressing back it doesn't take back to Merchant View. When you have navigated a lot, the navigational hierarchy gets messed up and on pressing back key in browser , you reach somewhere else. Becomes very difficult to browse the data I think it should follow parent child stack structure.

Hi @ankitbabbar89!
Thanks a lot for the issue! We've had a few reports about the navigation stack sometimes failing, but we haven't really had any good test data in which to test against. Would you be willing to provide us with that Realm file for us to test?
We're also considering alternative ways to display object relations. If you have any ideas about that yourself, we'd be interested to hear about them. Thanks a lot!
Sure Tim. Find the realm file attached. data.realm.zip
Also, another problem I forgot to mention related to navigation was, the model object should also get highlighted as per current class. ex: If I open the realm file, by default it will be first object(my case: Merchant). On clicking on Tag, the left column highlighting should change as per current selection.
I don't have any better ways of representation of relations as of now, as it's a database and this tabled representation does make sense to me. However, a good option could be of adding navigation hierarchy bar as - Merchant[0] > Tag[1] > Snapshot[2] where each item represents the particular class model dependency and we can navigate to specific object by just clicking on it, which will result in showing that class view and row selected. Just a thought!
Will share if something else pops up.