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 211920 - Local History: Navigation Arrows Work Half Way
Summary: Local History: Navigation Arrows Work Half Way
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: History (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-02 02:29 UTC by MackSix
Modified: 2012-05-25 05:43 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 MackSix 2012-05-02 02:29:38 UTC
Problem A:

1) Create a project java file with dozen local history points.
2) Start at the top of history list and press yellow down arrow and it works ok.
3) Change one or more history views to "Textual" view by clicking Textual tab.
4) Start at top of list again and click arrow down. The traversal stops on any history that is in "Textual" view mode.

Expected Result: The traversal continues as the down arrow is clicked and does not stop.

This does not occur if starting at the bottom and clicking the up arrow.

Problem B:

1) Start at the bottom of history list and click up arrow.
2) Traversal jumps to every other history line.

Expected Results: Traversal visits each history line.

This is half new feature/half regression. -> P1
Comment 1 MackSix 2012-05-02 02:57:44 UTC
Product Version: NetBeans IDE Dev (Build 201205010400)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 2 Tomas Stupka 2012-05-02 11:15:31 UTC
while this is a regression, the workaround is more then trivial (just click the next/prev row in the table) -> p3
Comment 3 Tomas Stupka 2012-05-23 20:31:25 UTC
fixed in core-main #29811016f7f6
Comment 4 Quality Engineering 2012-05-25 05:43:54 UTC
Integrated into 'main-golden', will be available in build *201205250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/29811016f7f6
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #211920 - Local History: Navigation Arrows Work Half Way