Issue 2642: Textareas do not allow select all
http://code.google.com/p/chromium/issues/detail?id=2642

Comment #3 by [EMAIL PROTECTED]:
There are 2 issues in this bug.

1. The "select all" button is not working. This is caused by the call to the
this.form.formName.focus() in the onclick action. Removing this and just  
having
this.form.formName.select() works, thus selecting the text in the textarea.

The line of code for the button looks like:
<INPUT type="button" value="Select All"
onclick="this.form.killmail.select();this.form.killmail.focus();">

2. The 2nd issue is when you try select the text in the textarea either by
   - clicking on the textarea, right click, do a "select all"
   - or clicking on the textarea, do a CTRL+A
Doing a 'select all' selects everything in the page, not just the text in  
the
textarea.

**This is a webkit specific issue. Affects Chrome 0.2.149.30 and Safari 3.1

Reduced testcases can be found at:
http://go/reductions/2642/test_standard.html
no doctype: http://go/reductions/2642/test_quirks.html

Attachments:
        test_standard.html  1.2 KB
        test_quirks.html  1.1 KB


Issue attribute updates:
        Summary: Textareas do not allow select all
        Status: Untriaged
        Labels: has-reduction webkit-specific

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to