Closed
Bug 917406
Opened 10 years ago
Closed 10 years ago
[e10s] Apostrophe does not work in text fields
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: playwatch, Assigned: evilpie)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
1.11 KB,
patch
|
mikedeboer
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release) Build ID: 20130910160258 Steps to reproduce: Start Nighly with browser.tabs.remote set to true. Try typing ' in Google. Actual results: Nighltly entered the apostrophe in the Quick find (link only) bar. Expected results: Nighly should have entered ' in Google text field.
I can confirm this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
I guess this is probably a regression from bug 666816. Maybe we should disable the / and ' shortcuts in e10s for now?
Blocks: 666816
Assignee | ||
Comment 3•10 years ago
|
||
Yeah, we have to change the code that decides whether to open the quickfind stuff. In the shorterm I can't add some hack.
Component: Untriaged → File Handling
Assignee | ||
Updated•10 years ago
|
Component: File Handling → Find Toolbar
Product: Firefox → Toolkit
Assignee | ||
Comment 4•10 years ago
|
||
This fixes the problem, we use a CPOW for the contentDocument to check if an input element is active. The right solution would be that the content asks chrome to open the findbar at the right time, but that is part of a bigger key handling problem.
![]() |
||
Comment 5•10 years ago
|
||
Related to Bug 910729 ?
Assignee | ||
Comment 6•10 years ago
|
||
Didn't you just write "This bug exists since Firefox3.0" in that Bug? This bug is specific to builds with e10s enabled.
![]() |
||
Comment 7•10 years ago
|
||
Sorry, spam.
Comment 8•10 years ago
|
||
Comment on attachment 806185 [details] [diff] [review] temporary fix Review of attachment 806185 [details] [diff] [review]: ----------------------------------------------------------------- Hack smell. Which bug can this bug/ I depend on/ watch to update or remove this code again?
Attachment #806185 -
Flags: review?(mdeboer) → review+
Assignee | ||
Comment 9•10 years ago
|
||
I filed Bug 918376 as a followup, with the correct dependency on the e10s keyhandling bug. http://hg.mozilla.org/integration/mozilla-inbound/rev/32025f35568f
Assignee | ||
Comment 10•10 years ago
|
||
Seems like that slipped through during a merge: http://hg.mozilla.org/mozilla-central/rev/32025f35568f
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•