Closed Bug 209946 Opened 21 years ago Closed 21 years ago

Copying the text on the web by the right mouse button doesn't work.

Categories

(Core :: XUL, defect)

defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: u90614, Assigned: caillon)

References

()

Details

(Keywords: regression)

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030619
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030619

By using right mouse button, copying the text doesn't work but can do the text
in this kind of a text box.

Reproducible: Always

Steps to Reproduce:
1. Highlight the text on the web not on the text box.
2. Click the right mouse button and select "copy" from the menu.
3. Paste the text in the text editor.

Actual Results:  
There is no text.

Expected Results:  
Paste the copied text.
indeed... OS X 2003061903 trunk w/ bbedit as destination - this is broken as
well. I'm seeing the last thing in my clipboard on paste (for another app), not
the newly selected/copied content.

--> all/all & over to xp toolkit
Assignee: general → jaggernaut
Component: Browser-General → XP Toolkit/Widgets
Keywords: regression
OS: Windows 2000 → All
QA Contact: general → jrgm
Hardware: PC → All
potentially related... view selction source window is blank... clean profile,
same build as earlier, http://www.mozilla.org/start/ as test page
Severity: normal → major
confirming as i didn't see any dupes (theres unconfirmed bug 206764, but it
doesn't fit this window at all).

also, as to the regression window this wfm 2003061608/trunk OS X so somethign
screwed up in the last 2 1/2 days.
Status: UNCONFIRMED → NEW
Ever confirmed: true
my untrained eye didn't see any obvious culprits in bonsai... aside from perhaps
some of the i18n changes (bug 209220)... but i could be way off base on that.
*** Bug 209959 has been marked as a duplicate of this bug. ***
This occurs using Copy from the Edit menu too.  Copy is basically broken. 
Please fix asap.
caused by patch for bug 163645, assigning to caillon

note that this message appears on console when the copy fails: "An error
occurred executing the cmd_copy command"
Assignee: jaggernaut → caillon
Venkman shows this:
Exception ``[Exception... "Component returned failure code: 0x80004003
(NS_ERROR_INVALID_POINTER) [nsIController.doCommand]" nsresult: "0x80004003
(NS_ERROR_INVALID_POINTER)" location: "JS frame ::
chrome://global/content/globalOverlay.js :: goDoCommand :: line 69" data: no]''
thrown from function goDoCommand(command=string:"cmd_copy") in
<chrome://global/content/globalOverlay.js> line 69.
Stopped for thrown exception.
#0: function goDoCommand(command=string:"cmd_copy") in
<chrome://global/content/globalOverlay.js> line 69
067: var controller =
top.document.commandDispatcher.getControllerForCommand(command);
068: if ( controller && controller.isCommandEnabled(command))
069: controller.doCommand(command);
070: }
071: catch (e) {
Continuing from thrown exception.
A fix was just checked in with r=bzbarsky, sr=jst.

Marking fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Blocks: 210020
fwiw spellchecker was also affected:
Exception ``[Exception... "Security error" code: "1000" nsresult: "0x805303e8
(NS_ERROR_DOM_SECURITY_ERR)"
+location: "chrome://editor/content/EdSpellCheck.js Line: 65"]'' thrown from
function Startup() in
+<chrome://editor/content/EdSpellCheck.js> line 65.

And the patch fixed that too
Attached patch The fixSplinter Review
Just for the record...
*** Bug 210137 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: