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 - I18N : regression from 6.8 - no underline for composed string since 201003240200
Summary: I18N : regression from 6.8 - no underline for composed string since 201003240200
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@editor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-04-07 03:50 UTC by Masaki Katakai
Modified: 2010-04-09 07:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (90.78 KB, image/png)
2010-04-07 03:50 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
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!