Opened 12 years ago
Closed 12 years ago
#22765 closed defect (bug) (fixed)
When inserting an image in Firefox < 17, it is inserted at the top
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.5 | Priority: | highest omg bbq |
Severity: | blocker | Version: | 3.5 |
Component: | Media | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Seems to happen in all Firefox versions up to 16.02 and is related to the new media modal.
Attachments (1)
Change History (7)
#3
@
12 years ago
The problem here is that in Firefox versions less than 17 (currently latest) all images are inserted at the top of the content in the Visual editor, regardless of where the caret is.
So if there are several paragraphs and the user clicks in the last one and inserts an image, it will be inserted in the first paragraph instead. With the above patch it should be inserted where the user has clicked/typed last before opening the modal.
Note: See
TracTickets for help on using
tickets.
Seems caused by setting
overflow: hidden
on the main window when opening the modal. 22765.patch removes that bit.