다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Software Development
>
Interpreters
>
Mysaifu JVM
>
Ticket List/Search
>
Ticket #12914
Mysaifu JVM
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
Subversion
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
list of ML
mysaifujvm-announce
News
Ticket #12914
Ticket List
Submit New Ticket
RSS
Unmatched CR code on java.awt.TextArea
오픈 날짜:
2008-07-01 14:21
마지막 업데이트:
2008-11-10 10:00
monitor
ON
OFF
Reporter:
florian
소유자:
freebeans
Type:
Bugs
Status:
Closed
Component:
v0.3.9
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1
Details
java.awt.TextAreaにおいて、getText()とsetText()で改行
コードの扱いが異なります。
this.setText(this.getText());
と、すると、元の文章に改行が含まれている場合、改行の部
分に「□」が表示されます。
改行自体は行われます。
0.3.8においては正常に動作していたことを考えると、#12384
の派生バグである可能性があります。
Ticket History (3/5 Histories)
Show older Histories
2008-07-01 14:21
Updated by:
florian
File
2562: AWTTextTest.java
is attached
2008-07-23 21:01
Updated by:
freebeans
소유자
Update from
(None)
to
freebeans
Resolution
Update from
None
to
Accepted
2008-07-23 21:10
Updated by:
freebeans
Resolution
Update from
Accepted
to
Fixed
댓글 올리기
Logged In: YES
user_id=14530
修正しました。
2008-07-23 21:11
Updated by:
freebeans
댓글 올리기
Logged In: YES
user_id=14530
Version 0.4.0に反映予定です。
2008-11-10 10:00
Updated by:
freebeans
Status
Update from
Open
to
Closed
Ticket Close date
is changed to
2008-11-10 10:00
Attachment File List (
1
)
Attachment File List
AWTTextTest.java
(1KB)
改行を含む文字列をTextAreaに打ち込み、「menu」ボタンを押すと状況が再現できます。
Edit
Please login to add comment to this ticket »
Login
コードの扱いが異なります。
this.setText(this.getText());
と、すると、元の文章に改行が含まれている場合、改行の部
分に「□」が表示されます。
改行自体は行われます。
0.3.8においては正常に動作していたことを考えると、#12384
の派生バグである可能性があります。