#26915 closed defect (bug) (fixed)
Properly detect line height of Quick Draft box
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8.1 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
Quick Draft does some crazy things to grow and shrink the textarea as the user types. However, it's dealing with raw text under white-space: pre-wrap, not HTML, so we can drop a few of the calculations it makes. It's then a bit more accurate when line breaks and HTML are involved.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 27021: