This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 183615

Summary: I18N : regression from 6.8 - no underline for composed string since 201003240200
Product: editor Reporter: Masaki Katakai <masaki>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: normal Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Masaki Katakai 2010-04-07 03:50:43 UTC
Created attachment 96830 [details]
screenshot

Visual feedback (e.g. underline) during composing string with
input method had been fixed as bug 14549. However, it's
reproducible again since build 201003240200.

201003230200 works fine.

1. Start NetBeans in Japanese locale
2. Open a file in editor
3. Turn conversion on (e.g. ctrl+space on Solaris)
4. Type something
   The string is being composed - not committed yet so (usually) underline
   is displayed with the text for users to understand it's still composed.

No underline in build 201003240200.
Comment 1 Vitezslav Stejskal 2010-04-07 12:04:25 UTC
Does this get fixed if you use -J-Dorg.netbeans.editor.linewrap.disable=true?
Comment 2 Miloslav Metelka 2010-04-07 22:23:35 UTC
Both underlining and strikethrough effects should now be fixed:
http://hg.netbeans.org/jet-main/rev/95ac3cbc83db
Comment 3 Masaki Katakai 2010-04-08 01:20:59 UTC
Thank you very much Mila! I'll check the fix once the build is available.

Hi Vita, yes, using -J-Dorg.netbeans.editor.linewrap.disable=true can solve the issue.
Comment 4 Quality Engineering 2010-04-09 04:53:07 UTC
Integrated into 'main-golden', will be available in build *201004090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/95ac3cbc83db
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #183615 - I18N : regression from 6.8 - no underline for composed string since 201003240200.
Comment 5 Masaki Katakai 2010-04-09 07:23:03 UTC
Verified the fix on build 201004090201.

Thank you very much!