Closed
Bug 862296
Opened 12 years ago
Closed 10 years ago
Mouse handlers functions at the wrong place with elements in the CANVAS element
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: h.broers, Unassigned)
Details
Attachments
(1 file)
|
49.32 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1
Build ID: 20130410205058
Steps to reproduce:
Using the same javascript code as else
Updating Seamonkey (autoupdate) and then the mouse event handlers are at the wrong place.
Actual results:
Checking it in Seamonkey 2.8 --- it is working
Checking it in FireFox 12.0 and 18.0 --- it is working
Checking it in Seamonkey 2.17 and FireFox 20 --- it is not working
The mouse-event handlers are place as if the drawing is on 0.0 but the drawing has another X and Y coordinate.
It is in the functioncall: function performscreenshowupdates(sTextss)
Expected results:
Mouse-event handlers that does work like in Previous versions and in Chrome
| Reporter | ||
Updated•12 years ago
|
Whiteboard: Gecko engine CANVAS Mouse event coordinates
| Reporter | ||
Updated•12 years ago
|
Whiteboard: Gecko engine CANVAS Mouse event coordinates → Gecko engine CANVAS Mouse event coordinates, It does work in FireFox version 23.0a1 (2013-04-15)
Whiteboard: Gecko engine CANVAS Mouse event coordinates, It does work in FireFox version 23.0a1 (2013-04-15)
Could you attach a minimal testcase to the bug, please.
Flags: needinfo?(h.broers)
Keywords: testcase-wanted
| Reporter | ||
Updated•12 years ago
|
Whiteboard: Now behind companyfirewall tomorrow 6:00 UTC http://puppylinux.eu:5080
| Reporter | ||
Updated•12 years ago
|
Whiteboard: Now behind companyfirewall tomorrow 6:00 UTC http://puppylinux.eu:5080 → Is Teamviewer a possibility? Now behind companyfirewall tomorrow 6:00 UTC http://puppylinux.eu:5080
Please, stop filing the "whiteboard" field, use the comment textarea.
Just attach a minimal tescase (as html file or zip archive if more one file is necessary).
Whiteboard: Is Teamviewer a possibility? Now behind companyfirewall tomorrow 6:00 UTC http://puppylinux.eu:5080
| Reporter | ||
Comment 3•12 years ago
|
||
Working with FireFox version 23a1 --- That solves the problem
For seeing the bug: (For epinal99: See mail)
Is Teamviewer a possibility? Now behind companyfirewall tomorrow 6:00 UTC http://puppylinux.eu:5080
Flags: needinfo?(h.broers)
Updated•11 years ago
|
Component: Untriaged → Canvas: 2D
Product: Firefox → Core
Closing based on comment 3. Please reopen this bug if you can still reproduce the issue in a current Firefox version.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•