Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cursor issue with oql editor and improve styling and behavior #2976

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

alisman
Copy link
Collaborator

@alisman alisman commented Jan 9, 2020

The cursor would sometimes skip to the end during typing when validation service responded with certain timing in relation to further typing.
Also applied a minimum height to the validation error tokens the appear below textarea when a user types a nonexistant or ambiguous gene name. This allows bubbles to appear without forcing other elements to move.

image

@alisman alisman force-pushed the fixQuery branch 4 times, most recently from c640b9a to e448ea5 Compare January 14, 2020 20:25
@alisman alisman changed the title Do not allow rendering of OQLTextarea component Fix cursor issue with oql editor and improve styling and behavior Jan 14, 2020
@@ -133,11 +133,6 @@ export default class GeneSetSelector extends QueryStoreComponent<{}, {}> {
<i className={'fa fa-external-link'} />
</a>
}
promises={[
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't want to show loader anymore. it's pointless and distracting to typing user

Copy link
Contributor

@adamabeshouse adamabeshouse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@alisman alisman merged commit b33f2d1 into cBioPortal:master Jan 15, 2020
@inodb inodb added the bug label Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants