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

[on hold] fix #696 Resizable dialog prevents selection #701

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gprasad
Copy link
Contributor

@Gprasad Gprasad commented Sep 3, 2013

This fixes the issue that was preventing the selection of the text in page after the dialog resize.

@ghost ghost assigned jakub-g Sep 6, 2013
text = window.getSelection().text;
}
text = text + "";
this.assertTrue(text.length >= 0, "Text not selected correctly");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Those lines:

text = text + "";
this.assertTrue(text.length >= 0)

will always produce true regardless of everything. I guess it should be > 0 instead of >= 0?

@jakub-g
Copy link
Collaborator

jakub-g commented Sep 6, 2013

Please update the commit message according to our standards to sth like:

fix #696 text not selectable after Dialog resize

Close #701.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants