Closed
Bug 56153
Opened 25 years ago
Closed 25 years ago
"window moved to offscreen position" printed for every char typed
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: akkzilla, Assigned: danm.moz)
Details
(Keywords: perf, Whiteboard: rtm, HARMLESS PATCH ATTACHED)
Attachments
(1 file)
|
1.15 KB,
patch
|
Details | Diff | Splinter Review |
For every character typed in an editor or text control, in a debug build, I see
the line:
window moved to offscreen position
printed on stdout.
Perhaps this is a condition someone needs to know about, but it should be
sandwiched in an #ifdef danm (cvs blame says he's the one who wants this).
Nobody else wants to see it, and it drastically slows down typing. The printf
is there in both windows and linux code.
This won't hurt optimized builds, but will make life much nicer for those of us
trying to test debug builds.
| Reporter | ||
Comment 1•25 years ago
|
||
Adding rtm SWB to request permission to check in the patch. Again, this cannot
hurt optimized builds since the code was already debug-only.
Keywords: perf
Whiteboard: rtm, HARMLESS PATCH ATTACHED
| Reporter | ||
Comment 2•25 years ago
|
||
I'm not the one who cares about these messages. They're intended as a warning for
others. #ifdef danm wouldn't be much benefit. See discussion in older bug 53621.
*** This bug has been marked as a duplicate of 53621 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•