Closed
Bug 1296217
Opened 6 years ago
Closed 6 years ago
[e10s] Suggest window and candidate window of IME isn't positioned as expected if the editor is zoomed in/out or rotated by CSS transform
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: masayuki, Assigned: masayuki)
References
()
Details
(Keywords: inputmethod)
Attachments
(1 file)
I realized that suggest window and candidate window of IME isn't positioned correctly only in e10s mode if focused editor is zoomed in/out or rotated by CSS transform. I'm not sure why it works well with translate... # Although, this is a bug in edge case, so, I cannot work on this soon. If you try to fix this bug, feel free to take this!
![]() |
||
Updated•6 years ago
|
tracking-e10s:
--- → +
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
OS: Windows → All
Assignee | ||
Comment 1•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=644efab95f2a
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8788470 [details] Bug 1296217 ContentEventHandler::OnQueryTextRectArray() should apply CSS transform to each character or line breaker rect https://reviewboard.mozilla.org/r/76968/#review75226 I assume you tested this all also when focus was in some iframe.
Attachment #8788470 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #3) > I assume you tested this all also when focus was in some iframe. Yeah, the URL, jsfiddle.net, runs the testcase in iframe and I tested in it. Additionally, bug 1291172 checks this bug too.
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/8a0e581059cc ContentEventHandler::OnQueryTextRectArray() should apply CSS transform to each character or line breaker rect r=smaug
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8a0e581059cc
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•3 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•