Open
Bug 772048
Opened 12 years ago
Updated 2 years ago
When an image is aligned in contentEditable div the resize handles show in the wrong position
Categories
(Core :: Web Painting, defect)
Tracking
()
NEW
People
(Reporter: samjclarke, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11
Steps to reproduce:
1. Click on an image that is in an editable div
2. Change the images alignment using execCommand() with justify[left/center/right/full]
Video demonstration: http://dl.dropbox.com/u/56830471/ImageAlignBug.ogv
Actual results:
The images resize handles are shown in the wrong position
Expected results:
The resize handles should be shown at the same position as the image
Attachment #640193 -
Attachment mime type: text/plain → text/html
Comment 1•12 years ago
|
||
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/49afabda6701
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120115 Firefox/12.0a1 ID:20120115033312
Bad:
http://hg.mozilla.org/mozilla-central/rev/823072af2430
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120115 Firefox/12.0a1 ID:20120115035713
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=49afabda6701&tochange=823072af2430
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/59cb54c6dfe1
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120114 Firefox/12.0a1 ID:20120114195007
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/5e6e63f3aed8
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120114 Firefox/12.0a1 ID:20120114201408
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=59cb54c6dfe1&tochange=5e6e63f3aed8
Suspected; Bug 598482
Blocks: 598482
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: View Rendering
Ever confirmed: true
Keywords: regression
Product: Firefox → Core
Updated•12 years ago
|
OS: Linux → All
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•