realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

Realm Studio

Results 187 realm-studio issues
Sort by recently updated
recently updated
newest added

1.9.0 When editing float values, they are sometimes not stored correctly.

T-Bug

It's possible to add characters in float values in the browser: ![image](https://user-images.githubusercontent.com/1215687/33266693-ff648e48-d376-11e7-8779-f3691a978506.png) If text is appended to the float its accepted. but when scrolling it disappears. If text is added...

T-Bug

When models are saved their file names are currently based on the start of the full URL, so you get file names like `realm%3A%2F%2F104.236.133-model.js` which is quite unintelligible. They should...

T-Bug

This is just a minor cosmetic issue: ![more-indicators](https://user-images.githubusercontent.com/1243959/33940685-3fcedda8-e010-11e7-952c-0e5d1ca8f20f.gif)

T-Bug

This is releated to #405

P-2-Expected
T-Bug
Estimate-1

This is what you'll see if removing all content in a string cell.

T-Bug

This is because we're using `this.realm.write` instead of `this.write` here: https://github.com/realm/realm-studio/blob/master/src/ui/realm-browser/RealmBrowserContainer.tsx#L390

P-2-Expected
T-Bug
First-Good-Issue
Estimate-1

We highlight the wrong row during this

P-2-Expected
T-Bug

Found the following reproducible bug (using today's realm studio 1.7.3.151): * open a synced realm file * select an object which has a List property (let's call that object "initial")...

T-Bug

![image](https://user-images.githubusercontent.com/1215687/36261464-be5539de-1264-11e8-9bc7-52bb078fa8bd.png) ![image](https://user-images.githubusercontent.com/1215687/36261487-cdb0491e-1264-11e8-8e76-a41e3638e658.png)

T-Bug