Modify ↓
Opened 19 years ago
Closed 19 years ago
#3290 closed defect (worksforme)
Selecting text in textarea (Opera only)
| Reported by: | Humberto Diógenes <humberto---digi.com.br> | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | wiki system | Version: | 0.9.3 |
| Severity: | minor | Keywords: | opera |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When editing a wiki page, it's impossible to select any text inside the textarea. If I want to copy/paste something, I have to do it via keyboard, pressing shift (Ctrl+A doesn't work either).
Notes:
- Only happens in Opera
- Only when editing a wiki page
- Only when using both trac.css and wiki.css
One workaround is to comment out lines 73-75 in trac.css:
/*
input[type=text]:focus, input.textwidget:focus, textarea:focus {
border: 1px solid #886;
}
*/
Versions:
- Trac 0.9.3 and latest revision (3426)
- Opera 8.54 on Linux
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Milestone: | 0.10 |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Opera 9 is out for Linux, and it seems to work fine for me.