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 64355 - Properties panel is uncomfortable
Summary: Properties panel is uncomfortable
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-14 15:31 UTC by tprochazka
Modified: 2008-12-22 12:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tprochazka 2005-09-14 15:31:04 UTC
Properties panel don't remember last scroll position and category. When i switch to 
another component must again (and again) find correct section. I often need modify any 
properties in more components (set tolltip text, for example)

This was discussed in mailing list:
http://www.netbeans.org/servlets/BrowseList?list=nbusers&by=thread&from=223668
Comment 1 Jan Stola 2005-09-14 16:01:14 UTC
openide/property sheet is responsible for this => reassigning.
Comment 2 Martin Krauskopf 2005-09-14 16:38:42 UTC
This is actually not a bug. I think that this behaviour is accroding to the
specification. PropertySheet remembers its scroll and position per node (e.g.
JButton, JLabel in your case). So if not otherwise this is probably WONTFIX. But
I agree with you that sometime it is annoying. But in other cases this behaviour
may be desirable. Probably we should make this behaviour customizable.
Comment 3 tprochazka 2005-09-14 20:39:15 UTC
> I agree with you that sometime it is annoying.
> But in other cases this behaviour may be desirable.
> Probably we should make this behaviour customizable.

Thanks you, this will be great, because I don't understand how existing behavior 
can satisfy for somebody. I think, when NB can remember this for all node, don't 
be complicated remember only one position for all. I know, that not all 
component has the same properties, but this is triviality.
Comment 4 Martin Krauskopf 2005-09-15 03:35:19 UTC
May be we could remembere position per Class type?
Comment 5 tprochazka 2005-09-15 07:09:23 UTC
This is much better for me, but for me suffice when it remember only one 
position for all. What about add to Properties panel on the right corner small 
icon with lock or with pin, which blocks changes of category or scroll panel .
Comment 6 Martin Krauskopf 2005-09-15 08:16:14 UTC
I see. I would like your solution as well. But the original solution had to have
some reason. And another problem is that there are not anybody from HIE
controlling property sheet behaviour and I don't feel like a person who should
decide what is the right behaviour in all cases. I will speak about this with
the core manager probably. Is is not just this issue (this one is presuabmly
minor) when such a decision is needed.
Maybe that just sending info about a change to some mailing list will be enough.
But definitelly out of topic for this issue :)
Comment 7 tprochazka 2006-07-23 13:12:26 UTC
I see, that dev build of Netbeans 5.5 now rememer scroll position, but not 
category.
Comment 8 Stanislav Aubrecht 2007-10-23 11:42:37 UTC
seems to me that property panel already remembers scroll position and category as well in latest builds (nb 60 beta 2)