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 60962 - Chnaging font size for Java editor results in wrong carret size and line spacing in JSP editor
Summary: Chnaging font size for Java editor results in wrong carret size and line spac...
Status: VERIFIED DUPLICATE of bug 16087
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 10:25 UTC by Max Sauer
Modified: 2007-11-05 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-07-14 10:25:19 UTC
When a user sets a different font size for Java Editor and then opens a *.jsp
file, JSP line spacing, Code Folding size and carret size will be appropriate
for the Java Editor's font size, altough the font size for JSP Editor will stay
unchanged. This looks pretty weird, especially for bigger font sizes.

System specs:
----------------
Solaris 10 Sparc
JDK 1.5.0_04
build 200507131800
Comment 1 Martin Roskanin 2005-11-07 15:32:00 UTC
lineheight is static. The fix is not a trivial change - TM -> future
Comment 2 Martin Roskanin 2005-11-07 15:44:43 UTC
No, I was wrong. The new options solve this problem. Issue seems to be fixed.
Comment 3 Max Sauer 2005-11-11 10:40:43 UTC
Issue is still valid in 051111 trunk build.

Steps to reproduce:
-------------------
1) Open New Options dialog
2) Open Fonts & Colors
3) Choose jsp as language
4) Change font size
--> fontsize won't get updated.

Comment 4 Martin Roskanin 2006-01-10 12:50:42 UTC
reproduced. This is old problem - issue #16087



*** This issue has been marked as a duplicate of 16087 ***
Comment 5 Max Sauer 2006-01-12 11:38:58 UTC
Verified duplicate.