Closed
Bug 599322
Opened 14 years ago
Closed 14 years ago
Base href ignored for drag/drop or copy/paste in designMode
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: spocke, Assigned: ehsan.akhgari)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
4.43 KB,
patch
|
roc
:
review+
christian
:
approval1.9.2.11+
christian
:
approval1.9.1.14+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E)
The <base href=".."> gets ignored when you perform a drag/drop or copy/paste inside a designMode area. This affects existing products like TinyMCE and this didn't happen before the 3.6.9 minor release. I would guess that the mfsa2010-62 has something to do with this.
Reproducible: Always
Steps to Reproduce:
1. Open the attached URL.
2. Drag/drop or copy/paste the images inside the iframe.
3. Notice that the image becomes broken.
Actual Results:
The images are broken after a drag/drop since the URLs are relative to the current page not the base path.
Expected Results:
The images should have the URL intact or be relative to the right location.
I guess this one messed things up:
http://www.mozilla.org/security/announce/2010/mfsa2010-62.html
It might be better to not filter the contents in drag/drop or copy/paste on the same domain if possible. Since elements can contain other things you want to retain such as custom attributes.
blocking1.9.2: --- → ?
blocking2.0: --- → ?
OS: Windows Vista → All
Priority: -- → P3
Version: unspecified → 1.9.2 Branch
Assignee | ||
Comment 1•14 years ago
|
||
This doesn't have anything to do with the fix to MSFA2010-62. The same problem is reproducible in 3.6.8 using the test case in this bug as well.
Assignee | ||
Updated•14 years ago
|
Ahh we had a fix in TinyMCE for this issue where we use a custom attribute called _mce_src that holds the original url. We restore the correct url by using that attribute on drop. The MSFA2010-62 strips all attributes except valid ones so that custom attribute gets removed and then our fix doesn't work any more. I guess should file a new bug report regarding that but this issue is the original bug that prompted us to do the workaround.
So you should be able to use a HTML5 data attribute instead of a custom one (bug 598105) to workaround, correct?
Yes, but existing applications that uses TinyMCE would break such as Wordpress and there is a lot of users out there that would get upset. We use the _mce_ prefix similar to the _moz_ prefix in TinyMCE and it would be ideal if they where retained. But the attribute filtering issue is being discussed at a separate bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=596300
So please remove the reference to MSFA2010-62 from this bug if possible since it doesn't have any relevance to this one. This one is only about the base href being ignored when dropping or pasting contents.
Assignee | ||
Comment 5•14 years ago
|
||
Spocke, I have a very safe patch (it's a one-liner code wise) which solves this issue, and I think we can take that patch on the branch. But until the next dot-release, you can use Christian's suggestion.
Christian, may I recommend that this bug blocks the next dot release for both branches?
blocking1.9.1: --- → ?
Assignee | ||
Comment 6•14 years ago
|
||
GetDocBaseURI returns the base URI if one is available, or the document URI if it's not. With this, the base URI if present ends up overriding the document URI, which is what we want.
Assignee | ||
Updated•14 years ago
|
Attachment #478351 -
Flags: approval2.0?
Attachment #478351 -
Flags: review?(roc) → review+
blocking2.0: ? → final+
Assignee | ||
Updated•14 years ago
|
Attachment #478351 -
Flags: approval2.0?
Marking as blocking. Ehsan, do you think this will come in by tomorrow night, or do you think it should be deferred until the next one?
blocking1.9.1: ? → .14+
blocking1.9.2: ? → .11+
Assignee | ||
Comment 8•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b7
Assignee | ||
Comment 9•14 years ago
|
||
(In reply to comment #7)
> Marking as blocking. Ehsan, do you think this will come in by tomorrow night,
> or do you think it should be deferred until the next one?
It will hopefully come in by tonight. :-)
Assignee | ||
Updated•14 years ago
|
Attachment #478351 -
Flags: approval1.9.2.11?
Attachment #478351 -
Flags: approval1.9.1.14?
Attachment #478351 -
Flags: approval1.9.2.11?
Attachment #478351 -
Flags: approval1.9.2.11+
Attachment #478351 -
Flags: approval1.9.1.14?
Attachment #478351 -
Flags: approval1.9.1.14+
Assignee | ||
Comment 10•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/0a7c2a5e6783
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/50468ded710c
status1.9.1:
--- → .14-fixed
status1.9.2:
--- → .11-fixed
Assignee | ||
Comment 11•14 years ago
|
||
Assignee | ||
Comment 12•14 years ago
|
||
Test fix followup on branches: SimpleTest.waitForFocus is not available on branches, so I just replaced it with a setTimeout.
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/ee78fb6afe02
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/09e1a8d09661
Comment 13•14 years ago
|
||
apparently SimpleTest.waitForClipboard is also not available? See oranges.
Comment 14•14 years ago
|
||
I've backed this out from 1.9.2 due to persisting test failures:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/d59afde40273
It looks like 1.9.1 could do with a similar backout/fix...
Comment 15•14 years ago
|
||
Sorry, this bug is still fixed on trunk, so shouldn't have reopened it - the status1.9.2 flag should be enough to track this.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•14 years ago
|
||
(In reply to comment #13)
> apparently SimpleTest.waitForClipboard is also not available? See oranges.
Sigh. Without SimpleTest.waitForClipboard, this is not possible to test reliably. I guess I'll have to steal waitForClipboard's code from trunk and add it to the test.
Assignee | ||
Comment 17•14 years ago
|
||
Landed with test fixes:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/4e4a45a5045d
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/8d0accc2738f
status1.9.2:
--- → .11-fixed
Assignee | ||
Comment 18•14 years ago
|
||
Test fix ported to 1.9.1:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/944aa1640267
Assignee | ||
Comment 19•14 years ago
|
||
Yet another follow-up to work around the fact that querySelector is not available on 1.9.1.
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a95320254fbb
Assignee | ||
Comment 20•14 years ago
|
||
Argh, pushed one final 1.9.1 fix which makes the test pass for me locally:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/5d57c5cc2033
You need to log in
before you can comment on or make changes to this bug.
Description
•