Activity log for bug #1475205

Date Who What changed Old value New value Message
2015-07-16 08:48:09 Penk Chen bug added bug
2015-07-16 08:48:09 Penk Chen attachment added ubuntu-system-settings.png https://bugs.launchpad.net/bugs/1475205/+attachment/4429979/+files/ubuntu-system-settings.png
2015-07-16 08:49:32 Penk Chen attachment added news-scope.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4429980/+files/news-scope.png
2015-07-16 11:55:03 Pat McGowan bug task added canonical-devices-system-image
2015-07-16 11:55:28 Pat McGowan canonical-devices-system-image: importance Undecided High
2015-07-16 11:55:28 Pat McGowan canonical-devices-system-image: status New Confirmed
2015-07-16 11:55:28 Pat McGowan canonical-devices-system-image: milestone ww34-2015
2015-07-16 11:55:28 Pat McGowan canonical-devices-system-image: assignee Pat McGowan (pat-mcgowan)
2015-07-16 11:55:48 Pat McGowan ubuntu-ui-toolkit (Ubuntu): importance Undecided High
2015-07-16 11:55:48 Pat McGowan ubuntu-ui-toolkit (Ubuntu): status New Confirmed
2015-07-16 11:55:48 Pat McGowan ubuntu-ui-toolkit (Ubuntu): assignee Zsombor Egri (zsombi)
2015-07-17 07:52:54 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status Confirmed Incomplete
2015-07-17 09:04:15 Penk Chen attachment added quick-controls.qml.tgz https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4430414/+files/quick-controls.qml.tgz
2015-07-17 09:09:06 Penk Chen attachment added reproduce.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4430420/+files/reproduce.png
2015-07-17 09:13:20 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status Incomplete Confirmed
2015-07-17 09:13:27 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): assignee Zsombor Egri (zsombi) Tim Peeters (tpeeters)
2015-07-17 11:06:00 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status Confirmed In Progress
2015-07-20 12:26:12 Tim Peeters bug task added ubuntu-font-family-sources (Ubuntu)
2015-07-20 12:26:21 Tim Peeters ubuntu-font-family-sources (Ubuntu): importance Undecided High
2015-07-20 12:26:29 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status In Progress Invalid
2015-07-20 16:00:32 Tim Peeters description After applied 50 GU setting in image, we started seeing randomly missing Chinese characters across scopes and apps header, not clipped at the begin or end of string, sometimes in the middle. STEPS: 1. Switch display language to zh_CN in system settings 2. Reboot the phone EXPECTED: I should see all header strings displayed properly. ACTUAL: Randomly missing character. VERSIONS: current build number: 51 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh-proposed last update: 2015-07-16 04:59:10 version version: 51 version ubuntu: 20150716 version device: 20150709-8965e37 version custom: 20150716-819-9-6 After applied 50 GU setting in image, we started seeing randomly missing Chinese characters across scopes and apps header, not clipped at the begin or end of string, sometimes in the middle. STEPS: 1. Switch display language to zh_CN in system settings 2. Reboot the phone EXPECTED: I should see all header strings displayed properly. ACTUAL: Randomly missing character. VERSIONS: current build number: 51 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh-proposed last update: 2015-07-16 04:59:10 version version: 51 version ubuntu: 20150716 version device: 20150709-8965e37 version custom: 20150716-819-9-6 ---------- update ---------- The problem of missing characters can be reproduced even on a desktop, outside of the header, even importing Ubuntu.Components: import QtQuick 2.0 Item { width: 800 height: 600 Text { anchors.centerIn: parent text: "系统设置 one two" font.family: "Ubuntu" font.pixelSize: 69 font.weight: Font.Light } } The problem only appears to occur with this specific combination of font family, pixelSize and weight. I reproduced the problem on vivid on a laptop without changing the defaults for the language (LANGUAGE="en_US").
2015-07-20 16:03:02 Tim Peeters description After applied 50 GU setting in image, we started seeing randomly missing Chinese characters across scopes and apps header, not clipped at the begin or end of string, sometimes in the middle. STEPS: 1. Switch display language to zh_CN in system settings 2. Reboot the phone EXPECTED: I should see all header strings displayed properly. ACTUAL: Randomly missing character. VERSIONS: current build number: 51 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh-proposed last update: 2015-07-16 04:59:10 version version: 51 version ubuntu: 20150716 version device: 20150709-8965e37 version custom: 20150716-819-9-6 ---------- update ---------- The problem of missing characters can be reproduced even on a desktop, outside of the header, even importing Ubuntu.Components: import QtQuick 2.0 Item { width: 800 height: 600 Text { anchors.centerIn: parent text: "系统设置 one two" font.family: "Ubuntu" font.pixelSize: 69 font.weight: Font.Light } } The problem only appears to occur with this specific combination of font family, pixelSize and weight. I reproduced the problem on vivid on a laptop without changing the defaults for the language (LANGUAGE="en_US"). After applied 50 GU setting in image, we started seeing randomly missing Chinese characters across scopes and apps header, not clipped at the begin or end of string, sometimes in the middle. STEPS: 1. Switch display language to zh_CN in system settings 2. Reboot the phone EXPECTED: I should see all header strings displayed properly. ACTUAL: Randomly missing character. VERSIONS: current build number: 51 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh-proposed last update: 2015-07-16 04:59:10 version version: 51 version ubuntu: 20150716 version device: 20150709-8965e37 version custom: 20150716-819-9-6 ---------- update ---------- The problem of missing characters can be reproduced even on a desktop, outside of the header, without importing Ubuntu.Components: import QtQuick 2.0 Item {     width: 800     height: 600     Text {         anchors.centerIn: parent         text: "系统设置 one two"         font.family: "Ubuntu"         font.pixelSize: 69         font.weight: Font.Light     } } The problem only appears to occur with this specific combination of font family, pixelSize and weight. Tim Peeters reproduced the problem on vivid on a laptop without changing the default settings for the language (LANGUAGE="en_US").
2015-07-20 20:29:12 Tim Peeters summary Random Chinese character missing in header with 50 GU Random Chinese character missing with Ubuntu font
2015-07-21 17:54:05 Launchpad Janitor ubuntu-font-family-sources (Ubuntu): status New Confirmed
2015-07-22 06:23:31 Yuan-Chen Cheng bug added subscriber Yuan-Chen Cheng
2015-07-23 12:43:25 Pat McGowan attachment added Main.qml https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4432959/+files/Main.qml
2015-07-23 12:44:36 Pat McGowan bug task added qtdeclarative-opensource-src (Ubuntu)
2015-07-23 12:44:51 Pat McGowan ubuntu-font-family-sources (Ubuntu): status Confirmed Incomplete
2015-07-31 08:24:31 Launchpad Janitor qtdeclarative-opensource-src (Ubuntu): status New Confirmed
2015-07-31 12:15:34 Pat McGowan qtdeclarative-opensource-src (Ubuntu): importance Undecided High
2015-07-31 12:15:34 Pat McGowan qtdeclarative-opensource-src (Ubuntu): assignee Gary.Wang (gary-wzl77)
2015-07-31 18:55:18 Pat McGowan canonical-devices-system-image: status Confirmed In Progress
2015-08-05 02:27:11 Yuan-Chen Cheng bug task added qtbase-opensource-src (Ubuntu)
2015-08-05 02:27:46 Yuan-Chen Cheng qtbase-opensource-src (Ubuntu): status New Confirmed
2015-08-05 02:28:47 Gary.Wang qtdeclarative-opensource-src (Ubuntu): assignee Gary.Wang (gary-wzl77)
2015-08-05 02:28:54 Gary.Wang qtdeclarative-opensource-src (Ubuntu): status Confirmed Invalid
2015-08-05 02:55:28 Gary.Wang attachment added enable_fonts_always_smoothly.patch https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4439416/+files/enable_fonts_always_smoothly.patch
2015-08-05 04:24:40 Ubuntu Foundations Team Bug Bot tags patch
2015-08-05 04:24:48 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2015-08-05 08:11:07 Timo Jyrinki qtbase-opensource-src (Ubuntu): assignee Timo Jyrinki (timo-jyrinki)
2015-08-05 08:11:10 Timo Jyrinki qtbase-opensource-src (Ubuntu): importance Undecided High
2015-08-05 08:24:38 Timo Jyrinki qtbase-opensource-src (Ubuntu): status Confirmed In Progress
2015-08-05 08:40:45 Timo Jyrinki attachment added enable_fonts_always_smoothly_qt54.patch https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4439602/+files/enable_fonts_always_smoothly_qt54.patch
2015-08-06 12:03:57 Timo Jyrinki attachment added my combined test qml https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4440445/+files/Main.qml
2015-08-10 06:52:38 Timo Jyrinki attachment added withoutppa.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4442047/+files/withoutppa.png
2015-08-10 06:52:48 Timo Jyrinki attachment added withppa.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4442048/+files/withppa.png
2015-08-10 07:11:28 Ethan Chang attachment added qml.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4442056/+files/qml.png
2015-08-11 03:47:44 Gary.Wang bug added subscriber Gary.Wang
2015-08-11 09:32:57 Ethan Chang attachment added 0811.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4442816/+files/0811.png
2015-08-11 09:41:17 Timo Jyrinki qtbase-opensource-src (Ubuntu): assignee Timo Jyrinki (timo-jyrinki)
2015-08-11 09:41:20 Timo Jyrinki qtbase-opensource-src (Ubuntu): status In Progress Confirmed
2015-08-14 01:49:40 Gary.Wang attachment added fix-on-touch.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4444521/+files/fix-on-touch.png
2015-08-14 06:47:17 Timo Jyrinki qtbase-opensource-src (Ubuntu): status Confirmed In Progress
2015-08-14 06:47:20 Timo Jyrinki qtbase-opensource-src (Ubuntu): assignee Timo Jyrinki (timo-jyrinki)
2015-08-14 07:42:21 Ethan Chang attachment added test.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4444596/+files/test.png
2015-08-14 10:46:02 Timo Jyrinki qtbase-opensource-src (Ubuntu): status In Progress Fix Committed
2015-08-14 11:50:39 Jean-Baptiste Lallement canonical-devices-system-image: status In Progress Fix Committed
2015-08-14 16:30:55 Launchpad Janitor qtbase-opensource-src (Ubuntu): status Fix Committed Fix Released
2015-08-31 15:18:56 Pat McGowan canonical-devices-system-image: status Fix Committed Fix Released
2016-03-09 03:43:01 Adolfo Jayme Barrientos bug task deleted ubuntu-font-family-sources (Ubuntu)