Opened 13 years ago
Closed 13 years ago
#27009 closed defect (bug) (fixed)
Clicking image resize handle on image with caption causes caption to shrink
| Reported by: | gcorne | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | TinyMCE | Version: | 3.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | javascript |
Description
Steps to reproduce:
- Insert image with caption.
- Click image handle in the middle of one of the sides
Expected:
Nothing to happen
Actual:
Caption was shrunk to 10px wide and if the image is floated the text flows over the image.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
A check against the width fixes the issue. See attachment:27009-01.patch