chadliu23 / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Candidate Popup is hidden by Cinnamon menu #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm luyikei,Cinnamon developer.
I found this bug and I thought this bug is caused by mozc.

To fix this bug, we should make GTK_WINDOW_TOPLEVEL GTK_WINDOW_POPUP.
And, in mutter and muffin , the popup should be recognized as 
META_WINDOW_POPUP_MENU

_____________________

What steps will reproduce the problem?
1.Use Mozc and Cinnamon or Gnome-Shell

What version of the product are you using? On what operating system?
All versions of Linux,Mozc,Gnome-Shell,Cinnamon

Please provide any additional information below.

If I use anthy, the bug will not appear in Cinnamon.

Original issue reported on code.google.com by luyikei....@gmail.com on 31 Jul 2013 at 8:25

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the report.

According to screen shots you attached, this seems to be an issue of 
mozc_renderer.
If so, an easy work around is simply uninstalling (removing) mozc_renderer. 
Then IBus default candidate popup will be used like Anthy.

Anyway let me calibrating the priority compared with other issues including 
Google Japanese Input.

Thanks,

Original comment by yukawa@google.com on 8 Aug 2013 at 1:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks.
But the solution can not fix the essential problem.
I want Mozc Team to fix mozc_renderer.

Original comment by luyikei....@gmail.com on 8 Aug 2013 at 2:16

GoogleCodeExporter commented 9 years ago
Yes, the root cause should be fixed. I just want to say that there is a 
*workaround* for this issue. This is why I didn't change the status to 
"WontFix".

Original comment by yukawa@google.com on 9 Aug 2013 at 2:54

GoogleCodeExporter commented 9 years ago
Thanks. 
Good luck on fixing this bug :)

Original comment by luyikei....@gmail.com on 9 Aug 2013 at 3:01

GoogleCodeExporter commented 9 years ago
As for Cinnamon menu, the attached patch should fix the issue.

On the other hand, under the Gnome-Shell environment, it seems that we need to 
implement the popup UI as a part of Gnome-Shell like the default candidate 
popup UI of IBus.  As far as I've tested, we are unable to show any window over 
the immersive search window of Gnome-Shell no matter what _NET_WM_WINDOW_TYPE 
is specified.  Is this correct?

Original comment by yukawa@google.com on 28 Oct 2013 at 6:47

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'm not Gnome-shell developer so I'm not sure about fixing Mozc under the 
Gnome-shell environment

But I can say that the patch will fix the bug on Cinnamon.Thank you.

Original comment by luyikei....@gmail.com on 3 Nov 2013 at 1:06

GoogleCodeExporter commented 9 years ago
OK. Thank you for taking time to test it. The next release will contain the 
attached patch.

Let me close this issue as Fixed since the issue you reported for Cinnamon is 
fixed.

Original comment by yukawa@google.com on 3 Nov 2013 at 7:15