#7387 closed defect (bug) (fixed)
Press This Text textarea should have height defined
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.6.1 |
| Component: | Administration | Version: | 2.6 |
| Severity: | normal | Keywords: | press-this, textarea, css, formatting |
| Cc: |
Description
The current implementation of the posting textarea in the Press This interface has a width specified, but no height. This results in extreme ugliness and nigh-unusability, particularly in Gecko-powered browsers. To wit, this screencap shows how, when a block of text is highlighted and Press This is clicked, the text itself is pretty much useless.
The textarea ought to have a rows="" or similar to define a minimum height of at least 5 lines, IMNSHO.
Attachments (1)
Change History (7)
Here's a simple diff that adds rows="10" to the textarea affected. Looks great in my non-RTE-enabled setup, though 15 could be even better.
Fix is attached to ticket:7310
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Note: This is seen when the RTE is disabled. With RTE it looks good.