Closed
Bug 6508
Opened 26 years ago
Closed 26 years ago
[BLOCK] screenx and screeny not implemented for the event object
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: hyatt, Assigned: joki)
Details
screenx and screeny are not implemented for the event object. (Over
in nsDOMEvent.cpp, it just says NS_ERROR_NOTYETIMPLEMENTED.)
This is (unfortunately) a major blocker for us as far as the delivery of context
menus and popup content, since we need the screen coordinates of the
event.
I'd be happy to work on implementing this, if it turns out that others are
too busy to handle it by M6. Let me know. :)
Updated•26 years ago
|
Assignee: vidur → joki
Comment 1•26 years ago
|
||
Events are Tom's domain.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
They are now, baby! (I'm a little punchy this morning)
Comment 3•26 years ago
|
||
sounds suspiciously like a code level fix.
Need developer ok for verification.
Assignee | ||
Comment 4•26 years ago
|
||
hyatt, you want to verify this for me since you needed it?
Comment 5•26 years ago
|
||
The context menus don't popup at 50,50 anymore. This a verification of the fix.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Thanks!
Verified 6/18
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•