Closed
Bug 78023
Opened 24 years ago
Closed 23 years ago
javascript error in nsTransferable.js
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file, 1 obsolete file)
1.13 KB,
patch
|
Details | Diff | Splinter Review |
when dragging a folder from the personal toolbar into the content area:
JavaScript error:
chrome://global/content/nsTransferable.js line 60: supports.data has no
properties
build 20010426
Comment 1•24 years ago
|
||
I also see this error when dragging an image with an empty alt attribute (<img
src="foo.jpg" alt="">)
This prevents users from dragging some images into Composer.
marking p3 and mozilla0.9.7
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.7
It looks like you can no longer drag folders from the personal toolbar into the
content area (just acts like clicking on the folder), and I can't drag images
into composer. Marking mozilla1.1
Target Milestone: mozilla0.9.7 → mozilla1.1
Ok, I'm an idiot or this trackpad on this dell laptop is working against me.
Just saw the error. Moving back into mozilla0.9.7
Target Milestone: mozilla1.1 → mozilla0.9.7
Moving out to mozilla1.0.1
Target Milestone: mozilla0.9.7 → mozilla1.0.1
Reporter | ||
Comment 6•23 years ago
|
||
Haven't seen this for a while. Will reopen if I see it again...
20020117
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 7•23 years ago
|
||
reopening; this bug is still present
opening a local file with this html and then trying to drag image shows bug:
<html>
<head>
<title>test</title>
</head>
<body>
test<br>
<br>
<img src="foo.png" alt="">
<br>
</body>
</html>
[note: of course you need to make sure that you have the image and it's next to
the html file]
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 8•23 years ago
|
||
-> default assignee
Assignee: pchen → trudelle
Status: REOPENED → NEW
Target Milestone: mozilla1.0.1 → ---
Assignee | ||
Comment 10•23 years ago
|
||
sr=hewitt
Assignee | ||
Comment 11•23 years ago
|
||
Attachment #68670 -
Attachment is obsolete: true
Assignee | ||
Comment 12•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•