Description: After input a Korean Hangul Character "한", Choose Tools - Language - Hangul/Hanja Conversion (Asian language support must be enabled) shown selection radio buttons. "Hangul/Hanja" - The original characters are replaced by the suggested characters. "Hanja (Hangul)" - The Hangul part will be displayed in brackets after the Hanja part. "Hangul (Hanja)" - The Hanja part will be displayed in brackets after the Hangul part. "Hanja as ruby text above" - The Hanja part will be displayed as ruby text above the Hangul part. "Hanja as ruby text below" - The Hanja part will be displayed as ruby text below the Hangul part. "Hangul as ruby text above" - The Hangul part will be displayed as ruby text above the Hanja part. "Hangul as ruby text below" - The Hangul part will be displayed as ruby text below the Hanja part. Unlike OpenOffice, LibreOffice allows user to duplicate the above radio button two regions. between non-ruby regions radio buttons("Hangul/Hanja","Hanja (Hangul)","Hangul (Hanja)" ) and ruby regions radio buttons("Hanja as ruby text above","Hanja as ruby text below","Hangul as ruby text above","Hangul as ruby text below" ) (It's bugs) and It can't convert to ruby text("Hanja as ruby text above","Hanja as ruby text below","Hangul as ruby text above","Hangul as ruby text below" ) However, OpenOffice's same menu is correctly working. ex) 한 -> open menu, then select "Hanja as ruby text above" -> convert it! The Hanja part "漢" will be displayed as ruby text above the Hangul part "한". Steps to Reproduce: - input a Korean Hangul Character "한" then, Choose Tools - Language - Hangul/Hanja Conversion , select both "漢" and "Hanja as ruby text above", do Hangul/Hanja conversion. Expected result: The Hanja part "漢" will be displayed as ruby text above the Hangul part "한". 1. input a Korean Hangul Character "한" 2. Choose Tools - Language - Hangul/Hanja Conversion 3. select both "Hanja as ruby text above" and "漢" then convert it 4. result: 漢 Actual Results: 漢 Expected Results: The Hanja part "漢" will be displayed as ruby text above the Hangul part "한". Reproducible: Always User Profile Reset: No Additional Info: OpenOffice 4.1.5's same feature "Hangul/Hanja Conversion " is correctly working. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36
Created attachment 142350 [details] LibreOffice's Hangul/Hanja Conversion screenshot LibreOffice's Hangul/Hanja Conversion screenshot. Not working.
Created attachment 142351 [details] OpenOffice's Hangul/Hanja Conversion screenshot OpenOffice's Hangul/Hanja Conversion screenshot Hangul/Hanja Conversion menu is the same as LibreOffice.
On pc Debian x86-64 with master sources updated today, I created a brand new odt file, copy pasted your character then tried "Tools/language/Hangul/Hanja Conversion" but it didn't open any dialog. Must I use specific locale or check any option?
I found the Hangul/Hanja Conversion section of the libreoffice English manual Link: https://help.libreoffice.org/latest/en-US/text/shared/01/06200000.html?DbPAR=SHARED#bm_id3155757 """ To access this command... Choose Tools - Language - Hangul/Hanja Conversion (Asian language support must be enabled) """ I think, that menu is only visible when Asian language support is selected. In my opinion, use to select "Asian language support" option. (In reply to Julien Nabet from comment #3) > On pc Debian x86-64 with master sources updated today, I created a brand new > odt file, copy pasted your character then tried "Tools/language/Hangul/Hanja > Conversion" but it didn't open any dialog. > > Must I use specific locale or check any option?
On pc Debian x86-64 with master sources updated today, I could reproduce this. Thank you DaeHyun Sung, I finally found! I had to select "Korean (RoK)" for User interface + select for "Asian:" drop down associated list "Korean (RoK)"
Dear DaeHyun Sung, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
This still an issue with 6.2.3.2 as well as the master branch. Tested with 版本:6.2.3.2 (x64) 組建 ID:aecc05fe267cc68dde00352a451aa867b3b546ac CPU 執行緒:8; OS:Windows 10.0; UI 算繪:預設; VCL: win; 語言地區:zh-TW (zh_TW); UI語言:zh-TW Calc: threaded @DaeHun Sung: inspecting the source code, UI configuration file cui/uiconfig/ui/hangulhanjaconversiondialog.ui "group" property of the GtkRadioButton object "simpleconversion" is missing. ( Just compare that one with other GtkRadioButton. ) This should be an EasyHack. Do you want to take this issue?
(In reply to Mark Hung from comment #7) > This still an issue with 6.2.3.2 as well as the master branch. > Tested with > 版本:6.2.3.2 (x64) > 組建 ID:aecc05fe267cc68dde00352a451aa867b3b546ac > CPU 執行緒:8; OS:Windows 10.0; UI 算繪:預設; VCL: win; > 語言地區:zh-TW (zh_TW); UI語言:zh-TW > Calc: threaded > > > > @DaeHun Sung: > inspecting the source code, UI configuration file > cui/uiconfig/ui/hangulhanjaconversiondialog.ui > > "group" property of the GtkRadioButton object "simpleconversion" is missing. > ( Just compare that one with other GtkRadioButton. ) > > This should be an EasyHack. Do you want to take this issue? Yes, I'll check and work it on this weekend.
When I modified it according to your advice on MacOSX, It works. So I'll check it on Linux soon, Also If It works, I'll submit it. (In reply to Mark Hung from comment #7) > This still an issue with 6.2.3.2 as well as the master branch. > Tested with > 版本:6.2.3.2 (x64) > 組建 ID:aecc05fe267cc68dde00352a451aa867b3b546ac > CPU 執行緒:8; OS:Windows 10.0; UI 算繪:預設; VCL: win; > 語言地區:zh-TW (zh_TW); UI語言:zh-TW > Calc: threaded > > > > @DaeHun Sung: > inspecting the source code, UI configuration file > cui/uiconfig/ui/hangulhanjaconversiondialog.ui > > "group" property of the GtkRadioButton object "simpleconversion" is missing. > ( Just compare that one with other GtkRadioButton. ) > > This should be an EasyHack. Do you want to take this issue?
I modified and checked it on Linux. I just submit to fix UI script. https://gerrit.libreoffice.org/#/c/74105/ (In reply to DaeHyun Sung from comment #9) > When I modified it according to your advice on MacOSX, It works. > > So I'll check it on Linux soon, Also If It works, I'll submit it. > > (In reply to Mark Hung from comment #7) > > This still an issue with 6.2.3.2 as well as the master branch. > > Tested with > > 版本:6.2.3.2 (x64) > > 組建 ID:aecc05fe267cc68dde00352a451aa867b3b546ac > > CPU 執行緒:8; OS:Windows 10.0; UI 算繪:預設; VCL: win; > > 語言地區:zh-TW (zh_TW); UI語言:zh-TW > > Calc: threaded > > > > > > > > @DaeHun Sung: > > inspecting the source code, UI configuration file > > cui/uiconfig/ui/hangulhanjaconversiondialog.ui > > > > "group" property of the GtkRadioButton object "simpleconversion" is missing. > > ( Just compare that one with other GtkRadioButton. ) > > > > This should be an EasyHack. Do you want to take this issue?
DaeHyun Sung committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/cf4059d59752de6e9a6eca59b388beef27bcd7e6%5E%21 tdf#117857 fix to work "add Korean Ruby script" It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.