Closed
Bug 824516
Opened 13 years ago
Closed 13 years ago
Regression: cannot select the content text
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: tetsuharu, Assigned: tetsuharu)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.16 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
Enviroment:
http://hg.mozilla.org/mozilla-central/rev/84320dffec6e
Status:
I cannot select the page text.
Info:
This error is shown in logcat:
JavaScript Error: "ReferenceError: rootElement is not defined" (file: "chrome://browser/content/browser.js" line: 1546
In Bug 708048 (http://hg.mozilla.org/mozilla-central/rev/ce34fa2b2189), NativeWindow._sendToContent was fixed. But this patch has the mistake that did not change |rootElement| to |target|.
Assignee | ||
Updated•13 years ago
|
Blocks: 708048
Keywords: regression
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #695522 -
Flags: review?(bugmail.mozilla)
Comment 2•13 years ago
|
||
Comment on attachment 695522 [details] [diff] [review]
patch v1
Review of attachment 695522 [details] [diff] [review]:
-----------------------------------------------------------------
Good catch, thanks.
Attachment #695522 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•13 years ago
|
||
Thank you for speedy review.
Comment 4•13 years ago
|
||
Does this patch fix bug 824516 as well?
Comment 5•13 years ago
|
||
You mean bug 824475? Maybe, I'm not sure what's causing that one.
https://hg.mozilla.org/integration/mozilla-inbound/rev/e4b389a23a95
Keywords: checkin-needed
Updated•13 years ago
|
Assignee: nobody → saneyuki.s.snyk
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•