Closed
Bug 887731
Opened 12 years ago
Closed 11 months ago
Unable to copy text from style editor or debugger after switching docshells
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: miker, Unassigned)
Details
Switching the toolbox from the bottom of the browser window to the right, or undocking it, switches docshells and intermittently stops the "Copy" context menu item from being enabled when text is selected.
STR:
1. Open the style editor.
2. Select some text and right-click, "Copy" will be available.
3. Dock the toolbox to the side of the browser window or undock it using the buttons at the top right of the toolbox.
4. Select some text and then right-click to bring up the context menu, "Copy" will be available (you may need to switch docshells more than once).
Comment 1•12 years ago
|
||
Hmm. The browser is what decides to enable or not that context menu item. Why does it decide to not enable it?
Flags: needinfo?(gavin.sharp)
Comment 2•12 years ago
|
||
I may be misremembering but I think Gijs looked into something like this.
Flags: needinfo?(gavin.sharp)
Comment 3•12 years ago
|
||
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #2)
> I may be misremembering but I think Gijs looked into something like this.
If we're being very liberal, maybe bug 873518 qualifies as 'something like this'. :-)
No idea why this would happen, offhand, but a good point to start would be this code in browser.js:
http://hg.mozilla.org/mozilla-central/annotate/4ffb23062b3b/browser/base/content/browser.js#l3529
Updated•3 years ago
|
Severity: normal → S3
Comment 4•11 months ago
|
||
Tried following the reproduction steps and I am unable to reproduce (I can always copy the text). I'm going to mark this worksforme but if someone has new reproduction steps then we can re-open.
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•