#7387 closed defect (bug) (fixed)
Press This Text textarea should have height defined
| Reported by: | zamoose | Owned by: | noel |
|---|---|---|---|
| Priority: | low | Milestone: | 2.6.1 |
| Component: | Administration | Version: | 2.6 |
| Severity: | normal | Keywords: | press-this, textarea, css, formatting |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Note: This is seen when the RTE is disabled. With RTE it looks good.