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 54208 - Events properties scrolled to the end
Summary: Events properties scrolled to the end
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: RANDOM
: 56681 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-31 11:50 UTC by Milan Kubec
Modified: 2008-12-22 21: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 Milan Kubec 2005-01-31 11:50:25 UTC
[dev-200501301900, JDK 1.5.0_02]

1) Open/create some form file
2) Select Events in its Properties window
3) Select first event in the list
4) Switch editor to Source view
5) Switch back to Design
Events properties are allways scrolled to the end
of the list.
Comment 1 Milan Kubec 2005-01-31 13:29:13 UTC
Exact steps to reproduce:

2a) Create one event handler (it will bring you to editor)
2b) Go back to form properties
2c) Click the same event you genereated 
2d) Click another event (it will bring you to editor - already filed
as another issue)
2e) Go back to form properites
Comment 2 Jan Stola 2005-01-31 13:34:40 UTC
The "form" property sheet is a global property sheet
of the IDE. Form editor cannot affect its scrolling =>
=> reassigning to property sheet for evaluation.
Comment 3 Martin Krauskopf 2005-01-31 13:36:38 UTC
reassingning....
Comment 4 Martin Krauskopf 2005-02-01 11:26:18 UTC
It happens often but not every time...
Comment 5 Martin Krauskopf 2005-03-21 12:15:08 UTC
*** Issue 56681 has been marked as a duplicate of this issue. ***
Comment 6 Stanislav Aubrecht 2005-11-24 12:10:16 UTC
fixed

Checking in SelectionAndScrollPositionManager.java;
/cvs/openide/explorer/src/org/openide/explorer/propertysheet/SelectionAndScrollPositionManager.java,v
 <--  SelectionAndScrollPositionManager.java
new revision: 1.2; previous revision: 1.1
done
Checking in PSheet.java;
/cvs/openide/explorer/src/org/openide/explorer/propertysheet/PSheet.java,v  <--
 PSheet.java
new revision: 1.3; previous revision: 1.2
done
Comment 7 Milan Kubec 2005-12-12 14:33:11 UTC
Verified in dev-200512111900.