[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

--- Comment #7 from himajin100...@gmail.com ---
I confirmed that,this issue is not reproducible with the following nightly
build

https://dev-builds.libreoffice.org/daily/master/Win-x86_64@42/2018-05-16_23.27.22/

patch merged:
2018-05-16 04:42:06 UTC 
build start:
2018-05-16 23:27:22 UTC
msi would be available around
2018-05-17 00:56:00(about 01:30:00 + build start)
which means
2018-05-17 09:56 JST(UTC+9)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.1.0|target:6.1.0 target:6.0.5

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

--- Comment #6 from Commit Notification 
 ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to "libreoffice-6-0":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e822afc4989451674ae51df0d3e5ca233e8fd5fa=libreoffice-6-0

tdf#117596 set the size for Asian and Complex char height too

It will be available in 6.0.5.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Tomaz Vajngerl  ---
You were right ;)

Also a patch for LO 6.0 - https://gerrit.libreoffice.org/#/c/54408/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

--- Comment #4 from Commit Notification 
 ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d57c6f5d44ec7a8dff2121bd19103804329af66a

tdf#117596 set the size for Asian and Complex char height too

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

--- Comment #3 from himajin100...@gmail.com ---
Just a guess, didn't test this myself:

Developers often forget to change properties in CharacterPropertiesAsian and
CharacterPropertiesComplex, such as CharHeightAsian and CharHeightComplex, when
they change CharHeight in CharacterProperties. 

https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1TextShape.html
https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/VButton.cxx?r=36c88900#111
https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx?r=48fbfe38#2464
https://opengrok.libreoffice.org/xref/core/chart2/source/view/main/VLegend.cxx?r=48fbfe38#796

/* 
so did I forget them when I modified the code around pivot table styles(not
pivot chart, not that far)
https://gerrit.libreoffice.org/#/c/51727/
*/

I think, TextAutoGrowHeight should also be taken into account.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596

noga...@gmail.com changed:

   What|Removed |Added

Summary|Japanese text on the|Japanese text on the
   |listbox in pivot charts is  |listbox is big in pivot
   |big |charts

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs