Raine Revere

Results 298 issues of Raine Revere

Tested on iOS Safari. ## Steps to Reproduce ``` - a - b ``` 1. Set the caret on `a` 2. Drag `a` below `b` ## Current Behavior Caret is...

bug

## Steps to Reproduce Activate a modal such as the Export Modal. ## Current Behavior The modal is rendered and all other components are unrendered. ## Expected Behavior Fade in...

feature

Add a new multiselect mode that allows multiple thoughts to be selected and modified at once. Activating a command while more than one thought is selected should typically execute the...

feature

When in the Context View, if the thought is in the root context, it will display a home icon. ## Current Behavior The cursor cannot be set on the home...

bug

Because column 2 starts further to the right, its descendant content ends up being squished right. Instead, the translation should be increased so the autofocus shifts the content back into...

bug

- [x] Depends on #503 ![881DC60F-4E6F-4C34-A450-AA5F6D700DD0](https://user-images.githubusercontent.com/750276/78497701-9070a800-7707-11ea-836d-0c0005a53784.jpeg) ## Steps to Reproduce 1. Convert a thought into a table (click the table icon in the toolbar) 2. Create a thought in the...

bug

Stop scrolling as soon as a gesture has been initiated. Re-enable as soon as the gesture ends. See [`MultiGesture`](https://github.com/cybersemics/em/blob/dev/src/components/MultiGesture.js) component. A "gesture" is any sequence of swipes, for example right-down,...

bug

When starting a drag operation with the mouse on desktop, the css cursor gets changed to `cursor: copy` for a split second. Here is what it looks like on Mac:...

bug

Some metaprogramming attributes are used to apply attributes to a different part of the tree. - =focus/Zoom - =children - =grandchildren e.g. `=children/=style/color/red` sets the color of all children of...

bug

Nested table: 🛠 Next - Nested table thought colspan 2 - Shift inner table left so that its column 2 bullets are about one indentation to the right of the...

bug