Closed
Bug 839850
Opened 12 years ago
Closed 9 years ago
[contenteditable] <img> in contenteditable div has no event for resize
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: crownofdesign, Unassigned)
Details
Attachments
(1 file)
76.18 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20130201065344
Steps to reproduce:
<img> in contenteditable div has no event for resize.
I binded on <img> resize, resizestart, resizeend events. Works only in IE.
![]() |
||
Comment 4•12 years ago
|
||
(In reply to Rustam from comment #2)
> Created attachment 712262 [details]
> Test case
preferably without JQuery
I don't know how to write this on pure javascript. But effect will be similar as with jQuery.
Comment 6•12 years ago
|
||
Reproducible with the attached testcase on:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:21.0) Gecko/20130211 Firefox/21.0.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: x86 → All
Hi Rustam,
I haven't managed to reproduce this issue on the latest release(43.0.4) nor latest Nightly(46.0a1). The resize worked as expected in both release and Nightly.
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20160105164030
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160111030207
Can you please try to reproduce this on the latest release(43.0.4) and latest Nightly(46.0a1) and provide the results? When doing this, please try to reproduce with a new clean Firefox profile, maybe even in safe mode, as some of this issues may be caused by third party installed add-ons or custom settings(https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems).
Thanks,
Paul.
Flags: needinfo?(crownofdesign)
Since the reporter didn't provide the requested information, I will mark this issue as RESOLVED INCOMPLETE. If you still encounter this problem, please feel free to reopen this bug, or file a new one.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(crownofdesign)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•