Closed
Bug 566552
Opened 15 years ago
Closed 15 years ago
Spell offset with an s especially nsHTMLEditor::AddPositioningOffet
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
2.68 KB,
patch
|
glazou
:
review+
|
Details | Diff | Splinter Review |
/editor/libeditor/html/nsHTMLAbsPosition.cpp
* line 503 -- nsHTMLEditor::AddPositioningOffet(PRInt32 & aX, PRInt32 & aY)
* line 547 -- AddPositioningOffet(x, y);
/editor/libeditor/html/nsHTMLEditor.h
* line 910 -- void AddPositioningOffet(PRInt32 & aX, PRInt32 & aY);
/editor/libeditor/html/nsWSRunObject.h
* line 324 -- nsCOMPtr<nsIDOMNode> mStartNode; // node/offet where ws starts
* line 329 -- nsCOMPtr<nsIDOMNode> mEndNode; // node/offet where ws ends
Summary: Spell offset with an s → Spell offset with an s especially nsHTMLEditor::AddPositioningOffet
Comment on attachment 445922 [details] [diff] [review]
patch
eh, r=me
Attachment #445922 -
Flags: review?(daniel) → review+
Updated•15 years ago
|
Keywords: checkin-needed
Comment 3•15 years ago
|
||
Severity: minor → trivial
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•