Closed
Bug 683087
Opened 13 years ago
Closed 5 years ago
Fennec: While editing, about:config items dont have a context menu, so no way to paste/copy text for an item
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: BijuMailList, Unassigned)
References
Details
While editing, about:config items dont have a context menu, so no way to paste/copy text for an item
Updated•13 years ago
|
Severity: normal → minor
Comment 1•13 years ago
|
||
http://mxr.mozilla.org/mozilla-central/source/mobile/chrome/content/content.js#917
917 } else if ((elem instanceof Ci.nsIDOMHTMLInputElement &&
918 elem.mozIsTextField(false)) || elem instanceof Ci.nsIDOMHTMLTextAreaElement) {
919 let selectionStart = elem.selectionStart;
920 let selectionEnd = elem.selectionEnd;
921
922 state.types.push("input-text");
This code might need to be adjusted to include xul textboxes or something to fix this bug.
Comment 3•5 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•