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 244639 - Stop writing font size when it's on min/max
Summary: Stop writing font size when it's on min/max
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 00:01 UTC by pekarna
Modified: 2014-08-02 05:07 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 pekarna 2014-05-22 00:01:17 UTC
In the editor pane, Alt + mouse scroll changes font size.
When it reaches minimum or maximum, this action still invokes writing of the new (lower/higher) value into configuration.

This leads into behavior when enlarging the font from some value way below minimum needs as long scrolling as was used to reach that value, so seemingly it doesn't work (until the minimum is reached again).

STR:
1) Use Alt + scroll down until minimal size is reached
2) Continue with Alt + scroll down
3) Use Alt + scroll up and see how it doesn't enlarge the font.
Comment 1 Milutin Kristofic 2014-08-01 09:43:20 UTC
http://hg.netbeans.org/jet-main/rev/abf1dc9f0d12
Comment 2 Quality Engineering 2014-08-02 05:07:16 UTC
Integrated into 'main-silver', will be available in build *201408020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/abf1dc9f0d12
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #244639 - Stop writing font size when it's on min/max