Closed
Bug 45445
Opened 25 years ago
Closed 25 years ago
Assertion in GetPointFromOffset when doing delete-word past a line break
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.2
People
(Reporter: akkzilla, Assigned: anthonyd)
Details
(Keywords: helpwanted)
Paste some lines into the editor. Set the caret a few words into one of the
lines (not the first one) and repeatedly do delete-word-backward. (On Unix,
this is wired to control-W. Not sure if Windows has an equivalent; you may have
to add an entry to editorBindings.xul or platformEditorBindings.xul.)
When it gets to the beginning of the line and has to wrap back to the previous
line, there's an assert:
###!!! ASSERTION: invalid offset passed to GetPointFromOffset: '0', file
nsTextFrame.cpp, line 3052
###!!! Break: at file nsTextFrame.cpp, line 3052
though the delete seems to work fine, so maybe the assertion isn't needed.
| Reporter | ||
Comment 1•25 years ago
|
||
Will look at it in the M18 timeframe, and at least evaluate whether the assert
is important.
Status: NEW → ASSIGNED
Target Milestone: --- → M18
| Reporter | ||
Comment 2•25 years ago
|
||
This magically got fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
*SPAM*: Changing the QA contact of all open/resolved Selection bugs from
elig@netscape.com to BlakeR1234@aol.com. After the many great years of service
Eli has given to Mozilla, it's time for him to move on; he has accepted a
position at Eazel. We'll be sad to see him go, and I'll do my best to fill his
spot...
QA Contact: elig → BlakeR1234
Moving to M19 as per beppe@netscape.com.
Keywords: perf
Target Milestone: M18 → M19
| Reporter | ||
Comment 7•25 years ago
|
||
Anthony is taking over selection bugs.
Assignee: akkana → anthonyd
Status: REOPENED → NEW
moving to 0.9 to at least investigate this in case its important.
anthonyd
Target Milestone: Future → mozilla0.9
Comment 9•25 years ago
|
||
asserts need to be cleared up, leaving in moz0.9 and leaving at p3
| Assignee | ||
Comment 10•25 years ago
|
||
setting to mozilla 0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 11•25 years ago
|
||
Akkana--is this assert still present?
moving to mozilla0.9.2
Target Milestone: mozilla0.9.1 → mozilla0.9.2
| Reporter | ||
Comment 12•25 years ago
|
||
It's gone in today's build.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•