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 53627 - Change mouse cursor when adding components is active
Summary: Change mouse cursor when adding components is active
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-01-19 08:16 UTC by Milan Kubec
Modified: 2005-05-13 18: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 Milan Kubec 2005-01-19 08:16:15 UTC
[dev-200501181900, JDK 1.5.0_02]

Add button cannot be added to form toolbar. Most
of the time it's not possible to show add button
on form toolbar. Usually after using new component
palette. Once I was able to show the button but
after clicking the palette it wasn't possible again.
Comment 1 _ lcincura 2005-01-19 10:42:33 UTC
I cannot reproduce this. There is no problem with add button on my
machine with latest q-build candidate.
Comment 2 Tomas Pavek 2005-01-19 10:44:58 UTC
It works for me as well.
Comment 3 Milan Kubec 2005-01-19 12:37:38 UTC
Yes, works the same way as in 4.0. If user selects some component then
it's not possible to show the button until the component is deselected.
Comment 4 _ lcincura 2005-01-19 13:36:48 UTC
This is good candidate for usability enhancement. You can see how
confusing this was for experienced user of NB, now imagine the
confusion of new user.
The clicks within IDE during add active behaves deifferently and
sometimes user does not know why. The solution would be to change
mouse cursor to arrow with little plus sign (similar to arrow
displayed when windows are drag&dropped) or arrow with the gui
component underneath.
Comment 5 Tomas Pavek 2005-05-13 14:45:41 UTC
The add button is likely going to be removed. By default it is not in the
toolbar and I doubt anybody ever found how to add it. Contextual "Add from
palette..." is enough in most cases. Also in 4.2 the added components will be
moved with the cursor (previewed). So closing this.
Comment 6 Milan Kubec 2005-05-13 14:55:52 UTC
"By default it is not in the toolbar and I doubt anybody ever found how to add
it." - how can you be so certain? I personaly use it because I don't want the
palette to steal half of my work place if I just need to tune layout manager,
for example. Are there any data to support removing the Add button from UI?
Comment 7 Tomas Pavek 2005-05-13 18:07:56 UTC
It is only my guess. The Add button is not in UI by default. It is hidden - you
must know about it to enable it. It is in no UI spec. It is even not in help (I
believe). Also the icon does not match with the other icons in the toolbar. I'd
say it is rather an unofficial feature that was forgotten somehow. We should
either make it official, or drop it. The later means less work ;) And you can do
the same job via context menu on a container.

(Maybe it stays there if we forget to remove it and nobody will file bugs on it,
but don't tell anybody ;)