Closed
Bug 321145
Opened 20 years ago
Closed 20 years ago
Dragging an image may lose that image in designMode
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 299343
People
(Reporter: ilkkah, Assigned: mozeditor)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
551 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Say, if you have HTML code like this in designMode
<p>Lorem ipsum</p>
<img border="0" align="right" src="/pic.jpg" />
Now, if you drag the image to the begining of the window, which is supposed to be just after the <p> opening tag and before "Lorem", the image will disappear from the screen and from the source. This didn't happen with Firefox/1.0x
Reproducible: Always
Steps to Reproduce:
1.create some html
2.drag the image to the begining of the screen
Actual Results:
Image will disappear completely from the source.
Expected Results:
Should not disappear - should move correctly.
Comment 1•20 years ago
|
||
Confirmed.
Works in Mozilla1.7, fails in current trunk build.
Updated•20 years ago
|
Assignee: nobody → mozeditor
Status: UNCONFIRMED → NEW
Component: General → Editor
Ever confirmed: true
Keywords: regression,
testcase
Product: Firefox → Core
QA Contact: general
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Ria, care to find the regression range for this bug?
Comment 3•20 years ago
|
||
That is between 1.8b2_2005061506 and 1.8b2_2005061606.
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-06-15+05%3A00%3A00&maxdate=2005-06-16+06%3A00%3A00&cvsroot=%2Fcvsroot
Comment 4•20 years ago
|
||
Thanks, Ria!
Backing out the fix for bug 142965 doesn't help here.
Comment 5•20 years ago
|
||
Well, only the fix for bug 286300 seems like a possible candidate for this regression to me.
Comment 6•20 years ago
|
||
Ah, the patch in bug 299343 fixes this (which is in tomorrow's trunk build).
*** This bug has been marked as a duplicate of 299343 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•