Closed
Bug 3738
Opened 26 years ago
Closed 26 years ago
UMR: nsRangeList::TakeFocus()
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: bruce, Assigned: mjudge)
Details
nsRangeList::TakeFocus(), line 819 of nsRangeList.cpp:
if (beginoffset <= aOffset) yields an unitialized memory error for
'beginoffset'.
In this instance, this was gotten by clicking on the 'Homer' button in
apprunner, which (because of the bug in clicking on Linux), eventually yielded a
call to nsFrame::HandleDrag() which called nsRangeList::TakeFocus().
Updated•26 years ago
|
Target Milestone: M3
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Changing a few bugs at once...This is a bug that I have determined I am unable to properly verify. More than likely this would be
because it is outside my expertise or experience, or i don't have the necessary tools.
I am now ASKING PLEASE, please could the bug owner or reporter take it upon themselves to verify the fix for this bug and mark it
VERIFIED? Don't be shy, step right up. Thank you.
Comment 3•26 years ago
|
||
hey mike, I wasn't able to reproduce this bug in an old build (circa March13) and therefore can't truly verify the fix in a new build.
Probably cuz I don't fully understand the behavior (or lack thereof), could you mark it verified for me? That way we can finally get
it off of the M3 radar.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
I've not seen this since the fix. Thanks all.
Per a request from Selection and Search component eng (mjudge) and qa (elig),
moving all "Selection and Search" bugs to new "Selection" component. Original
"Selection and Search" component will be retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•