Closed
Bug 237788
Opened 21 years ago
Closed 20 years ago
event.screenY value is inverse of correct value
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.0
People
(Reporter: shy, Assigned: mikepinkerton)
Details
(Keywords: dom0, testcase)
Attachments
(1 file)
586 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
The screenY value of the Event Object recorded by Camino is inverse to the
correct value (i.e. higher values towards the top of the screen and lower values
towards the screen bottom)
This bug is related to bug 165607
(http://bugzilla.mozilla.org/show_bug.cgi?id=165607) which has already been
fixed and is apparently caused by the PostScript/PDF-based nature of MacOSX's
native coordinate system.
Reproducible: Always
Steps to Reproduce:
<input type="button" value="show event Y-position" onClick="alert(event.screenY)" >
Confirmed using Camino/2004-02-29-08. It works fine using Mozilla
2004-03-14-05-trunk and FireFox, so Camino only.
What is the version of OS currently used?
When it is the problem which occurs only by 10.3.x, does it depend with bug 224213?
This problem was reproduced although I was using 10.3.3.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; ja-JP; rv:1.7b) Gecko/20040317
Camino/0.7+
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Camino1.0
Comment 6•20 years ago
|
||
Yeah, fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
(...by Bug 281470.)
You need to log in
before you can comment on or make changes to this bug.
Description
•