Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix #1399: Make the update dialog text selectable #2990

Merged
merged 3 commits into from
Mar 1, 2013

Conversation

TomMalbran
Copy link
Contributor

This fixes the last problem of #1399 by making the text in the update dialog selectable.

@ghost ghost assigned gruehle Feb 28, 2013

// Enable text selection, since URLs aren't clickable
cursor: auto;
-webkit-user-select: text;
Copy link
Member

Choose a reason for hiding this comment

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

Adding these rules to the .update-text selector makes all of the text in the dialog selectable. This causes odd selection drawing if the selection includes the message at the top of the dialog. I think it would be better to add these to the .update-info selector a few lines lower.

@gruehle
Copy link
Member

gruehle commented Feb 28, 2013

Initial review complete. Thanks @TomMalbran!

@TomMalbran
Copy link
Contributor Author

@gruehle Thanks and Done!

@gruehle
Copy link
Member

gruehle commented Mar 1, 2013

Looks good! Merging.

gruehle added a commit that referenced this pull request Mar 1, 2013
Fix #1399: Make the update dialog text selectable
@gruehle gruehle merged commit 72bedf8 into adobe:master Mar 1, 2013
@TomMalbran TomMalbran deleted the tom/fix-issue-1399 branch July 23, 2013 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants