Closed
Bug 39070
Opened 25 years ago
Closed 23 years ago
Can't DnD image links created via <map> / <area> (drag and drop, D&D, img)
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: jmd, Assigned: bugzilla)
References
()
Details
(Whiteboard: DUPEME)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Summary says it all, best example is the mozilla home page. The banner at the
top has an href in the map/area for the text 'mozilla.org'. normall images that
are contained inside of an <a href> can have their link dragged. <area href>'s
can not.
(note, use the banner at the URL provided... some pages on mozilla.org have the
whole image in an <a href>)
IE5 corrently implements this.
Assignee | ||
Comment 1•25 years ago
|
||
reassigning to slamm
Assignee: trudelle → slamm
Severity: minor → normal
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets → XPApps
Ever confirmed: true
Assignee | ||
Comment 3•24 years ago
|
||
I don't know what I was talking about on May 12th. This isn't XPApps, or
Steve's. I don't know who should get this, reassigning to HTML Element
Assignee: slamm → clayton
Component: XP Apps → HTML Element
QA Contact: jrgm → petersen
Comment 4•24 years ago
|
||
Andrei, could you please help find the rightful owner of this bug? Thanks.
Assignee: clayton → av
Reassigning to pinkerton. Mike, are you our dnd guru?
Assignee: av → pinkerton
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M20 → mozilla1.0
Assignee | ||
Updated•24 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 9•24 years ago
|
||
hrm.. this should be an easy fix - mostly because the code is there but doesn't
seem to be functioning..
Assignee | ||
Comment 10•24 years ago
|
||
Well, it's not really there correctly. AREA is sharing code with IMG, but
that's not correct at all. It should be sharing with A. But even when I made
that change, this didn't work correctly in all cases, and it seems to have
nothing to do with us -- we never even get the onDragStart event. I think
there's some code somewhere that's too aggressively disallowing images to take
focus, because I could actually see a focus rect appear and quickly disappear
when I clicked on the mozilla.org banner.
Comment 11•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment 14•23 years ago
|
||
Waaah. I saw a dupe of this floating around in layout earlier, but I don't know
the number. Troll around in the bugs of whoever handles selection stuff...
Whiteboard: DUPEME
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.2
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.2 → Future
Assignee | ||
Comment 15•23 years ago
|
||
Assignee | ||
Comment 16•23 years ago
|
||
r=ben
sr=hewitt
checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 17•23 years ago
|
||
verified fixed patch checked in CVS (Rev 3.143)
Status: RESOLVED → VERIFIED
Comment 18•23 years ago
|
||
*** Bug 123274 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•