Closed
Bug 1181000
Opened 10 years ago
Closed 10 years ago
Candidate window is overlapped into composition string on GTK3 with HiDPI
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
(Keywords: inputmethod)
Attachments
(1 file, 1 obsolete file)
|
3.11 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
When using HiDPI + GTK 3.16, candidate window is overlapped into composition string.
- Env
GNOME/GTK 3.16
ibus-mozc 1.5.10
- Step
1. Launch Firefox with GDK_SCALE=2
2. Focus awesome bar
3. Input あああ using mozc
- Result
Candidate window is overlapped into composition string.
| Assignee | ||
Updated•10 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
| Assignee | ||
Comment 1•10 years ago
|
||
This is 2 issues
- GTK API for window returns logical pixel, but GtkIMModule doesn't consider it.
- Framework bug
- fcitx -> https://github.com/fcitx/fcitx/issues/211
- ibus -> not filed yet.
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Assignee: nobody → m_kato
| Assignee | ||
Updated•10 years ago
|
Attachment #8631448 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8638455 [details] [diff] [review]
Use logical pixel to set IME candidate window
Calculate correct unit for HiDPI
Attachment #8638455 -
Flags: review?(karlt)
Updated•10 years ago
|
Attachment #8638455 -
Flags: review?(karlt) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
url: https://hg.mozilla.org/integration/mozilla-inbound/rev/1eb0af29f4c6bafe669e17ca1d85fb80b9004514
changeset: 1eb0af29f4c6bafe669e17ca1d85fb80b9004514
user: Makoto Kato <m_kato@ga2.so-net.ne.jp>
date: Mon Jul 27 14:37:02 2015 +0900
description:
Bug 1181000 - Use logical pixel to set IME candidate window. r=karlt
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•