Closed
Bug 50674
Opened 25 years ago
Closed 25 years ago
Assertion: Not implemented DocumentViewerImpl::CutSelection()
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: bratell, Assigned: anthonyd)
Details
(Keywords: helpwanted, perf, Whiteboard: [nsbeta3-][p:2])
I selected the full content of the urlbar and pressed Ctrl-X which gave me an
assertion in DocumentViewerImpl::CutSelection() in nsDocumentViewer.cpp about
the method not being implemented. I looked and it isn't.
It's called because nsDOMWindowController::DoCommand is called with the command
"cmd_cut" from some JavaScript code.
Comment 1•25 years ago
|
||
m19,perf,anthonyd
Comment 2•25 years ago
|
||
reviewed by Bijal and beppe, setting to nsbeta3+, p2
Comment 3•25 years ago
|
||
Cutting and pasting from the URL bar seems to work. So we don't think this is a
beta3 stopper at this point. Changing to nsbeta3-
Whiteboard: [nsbeta3+][p:2] → [nsbeta3-][p:2]
Comment 4•25 years ago
|
||
pdt deems this not necessary for beta3, setting it to nsbeta3- which places it
below the wire for beta and rtm, marking future and adding helpwanted. If this
impacts your work or impacts another bug, please state your arguement in the
bug, delete entries in the whiteboard for reconsideration.
Keywords: helpwanted
Target Milestone: M19 → Future
This bug was fixed a while ago.
anthonyd
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•