Closed
Bug 560166
Opened 15 years ago
Closed 15 years ago
the drag & drop any link to contents area completely fails.
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: alice0775, Assigned: enndeakin)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.61 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100417 Minefield/3.7a5pre ID:20100418183010
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100417 Minefield/3.7a5pre ID:20100418183010
In latest m-c hourly build.
The drag & drop any link to contents area completely fails.
And the following error message is shown in Error Console.
Error: Components.classes['@mozilla.org/content/dropped-link-handler;1'] is undefined
Source file: chrome://global/content/bindings/browser.xml
Line: 1142
Reproducible: Always
Steps to Reproduce:
1. Start Minefield with new profile
2. Drag drop html/xpi/txt file to content area from explorer
Steps to Reproduce:
1. Start Minefield with new profile
2. Drag drop a bookmark to content area from bookmarks sidebar
Steps to Reproduce:
1. Start Minefield with new profile
2. Open any page
3. Drag drop a link which in a current page to content area
Actual Results:
Can not drop any link
Expected Results:
Can drop and open any link to contentarea.
And does not open it.
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/f0a64b8f33b2
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100417 Minefield/3.7a5pre ID:20100418072611
Fails
http://hg.mozilla.org/mozilla-central/rev/d9c5998f3e41
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100417 Minefield/3.7a5pre ID:20100418115718
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f0a64b8f33b2&tochange=d9c5998f3e41
| Reporter | ||
Comment 1•15 years ago
|
||
In http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-win32/1271640610/firefox-3.7a5pre.en-US.win32.zip of m-c latest hourly.
a file of /components/contentAreaDropListener.js is missing.
| Reporter | ||
Comment 2•15 years ago
|
||
I think "/browser/installer/package-manifest.in" is wrong.
Updated•15 years ago
|
Assignee: nobody → enndeakin
blocking2.0: --- → ?
| Assignee | ||
Comment 3•15 years ago
|
||
Attachment #439931 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #439931 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
blocking2.0: ? → ---
Flags: in-testsuite+
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•