You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reportedly only on Windows 7. There is no report from Windows 8 and above users. Here is the list of device names reported at Google Japanese Input user forum.
HP ZBook14
DELL Optiplex 9020
ATI Mobility Radeon HD 4250 Graphics
NVIDIA GeForce GTX 570
GeForce 8800GT (Driver version 341.81)
Steps to reproduce
Build Mozc 2.17.2288.102 for Windows.
Install Mozc into Windows 7 SP1.
Focus in a text field.
Type あ and hit space key to convert it.
Expected behavior
After step 4, candidate window is correctly rendered with candidate strings.
Actual behavior
After step 4, no text is rendered on the candidate window. Only background color is rendered.
Internal issue id 23803925
The text was updated successfully, but these errors were encountered:
We decided to disable DirectWrite in text rendring on Windows until we
figure out the root cause of #348.
BUG=#348
TEST=
REF_BUG=23803925
REF_CL=102326567
Interestingly, rendering issues reported in #348 were only fron Windows
Vista/7 users. Thus it's worth trying to re-enable DirectWrite-based
text rendering, which has been disabled by a previous CL [1], only on
newer platforms. This CL uses Windows 8.1 as the minimum OS version to
do that because it is the first Windows OS that supports color-Emoji
rendering.
[1]: f1deddf
BUG=#348
TEST=
REF_BUG=23803925
REF_CL=114070280
REF_TIME=2016-02-07T16:28:27-08:00
REF_TIME_RAW=1454891307 -0800
The root cause of #348 is the lack of D2DERR_RECREATE_TARGET handling in
|DirectWriteTextRenderer::dc_render_target_|. We can easily reproduce
this issue by manually disabling a display adaptor on the device
manager.
Note that we actually have had D2DERR_RECREATE_TARGET handling for
|dc_render_target_->EndDraw()|, which, however, has never worked because
any failure of |dc_render_target_->BindDC(dc, &total_rect)| can cause
early exit.
With this CL, we can more reliably recover from D2DERR_RECREATE_TARGET
state.
BUG=#348
TEST=manually done
REF_BUG=23803925
REF_CL=137123575
REF_TIME=2016-10-24T23:53:42-07:00
REF_TIME_RAW=1477378422 -0700
Environment
Reportedly only on Windows 7. There is no report from Windows 8 and above users. Here is the list of device names reported at Google Japanese Input user forum.
341.81
)Steps to reproduce
あ
and hit space key to convert it.Expected behavior
Actual behavior
Internal issue id 23803925
The text was updated successfully, but these errors were encountered: