Closed
Bug 169319
Opened 22 years ago
Closed 5 months ago
Expose `WSRunScanner` functinonality so other classes can use it
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: akkzilla, Unassigned)
References
Details
In bug 96470, Joe says:
> So *both* the find code and the copy code eventually need to have the
> nsWSRunObject thingy from editor pulled in.
I ask:
> Joe: if you're moving nsWSRunObject anyway, any chance it can be scriptable? I
> have code in EdReplace.js that mostly duplicates the whitespace-detection code
> in nsFind.cpp; if the interface could somehow be abstracted into a scriptable
> class then all these objects could call the same code.
and Joe replies:
> I guess so. Nonoe of this will happen for moz1.0 anyway. After that we should
> get together and plan out what functionality the find code and the copy code
> need, and design the right interface. Then I'll do brain surgery on the
> whitespace code and put the juicy bits over where content and find can find them.
I need a tracking bug for that issue so I know when the dependency is ready so I
can proceed on bug 96470. This is it.
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: mozeditor → nobody
Status: ASSIGNED → NEW
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Updated•2 years ago
|
Severity: normal → S3
Comment 2•5 months ago
|
||
In these days, compatibility between browsers is more important than before. And editor utils may need to treart temporary state for checking whether additional work is required for expected result. Therefore, it's not reasonable to share editor utils with outside of the editor module (opposite cases are fine, though).
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → WONTFIX
Summary: Expose WSRunObject functinonality so other classes can use it → Expose `WSRunScanner` functinonality so other classes can use it
You need to log in
before you can comment on or make changes to this bug.
Description
•