Closed
Bug 23779
Opened 25 years ago
Closed 25 years ago
window.screen[X|Y] return incorrect values on gtk
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WONTFIX
M16
People
(Reporter: danm.moz, Assigned: pavlov)
Details
The window position reported by JavaScript window.screenX and Y is the global coordinate (good)
corresponding to the window's client area, discounting the borders (bad). My understanding is that
there's no way to correct for window border size, since this is a function of the window manager
in use and there's no general API for asking that question of a window manager. This placeholder
bug report may be subjected to an instantaneous "won't fix" resolution. But it wants to be a known
problem, so here it is.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M16
Comment 1•25 years ago
|
||
*IGNORE* - more massive spam, changing open XPToolkit bug's QA contact to
jrgm@netscape.com
QA Contact: paulmac → jrgm
Comment 2•25 years ago
|
||
*IGNORE* - massive spam changing open XPToolkit bug's QA contact to
jrgm@netscape.com
Assignee | ||
Comment 3•25 years ago
|
||
this is window manager specific... it works on some and doesn't on others. it
is the same behavior 4.x has.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•