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

When you start Realm Studio from command line on Linux, you get this output: ``` jed-dev-01 ~/wip/realm-core-private (upgrade) $ realm-studio-1.18.5-x86_64.AppImage installed: X-AppImage-BuildId=9928e890-1ae8-11a8-3708-af2338cfc952 image: X-AppImage-BuildId=9928e890-1ae8-11a8-3708-af2338cfc952 Failed when registering protocols Studio could...

T-Bug

If a user has selected an object and the list of objects chances (because of an unrelated change that got downloaded) another object will effectively be selected.

T-Bug

The index of an object is determined by asking the list what the index of the object is - if it's in the list twice, this will only return the...

T-Bug

If you edit a cell in a table and scroll the cell out of the view before you commit, the changes are lost.

T-Bug

If you edit an int field into something invalid (like "aaaaa"), a message box pops up with options "Leave without saving" and "Keep editing". If you click "Keep editing", the...

T-Bug

If you manually manipulate an int field into 999999999999999999999, it turns negative. Should probably show an error message instead. This is on Windows.

T-Bug

If your data model has a value that is apparently outside the dates supported by RealmJS, Studio fails to show anything from the selected table, but instead just shows "Invalid...

P-2-Expected
T-Bug
Estimate-2

**Describe the bug** If Realm Studio was launched by double-clicking a local *\*.realm* file, closing all Studio windows doesn't quit the application. Realm Studio puts lock on the file, prevents...

O-Community
T-Bug

In Realm Studio it is possible to select an empty (`null`) field for editing. However once you do, and blur / leave that field the value is no longer `null`,...

O-Community
T-Bug

I added this from [a comment on a Google Doc](https://docs.google.com/a/realm.io/document/d/18_R9NsTZAjgNJc6aRgoWH29yQjT8M3sevDz0o5veCns/edit?disco=AAAABdHM7LY): @bigfish24: > After they get access they should probably be presented with the ability to get a code snippet to...

T-Feature
Estimate-2
Pipeline-On-Hold