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 40687 - Suggest to improve appearance of "selection" on the form
Summary: Suggest to improve appearance of "selection" on the form
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-02 14:35 UTC by iformanek
Modified: 2005-10-06 14:51 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 iformanek 2004-03-02 14:35:22 UTC
Currently, the selected components on the form 
have a thick solid blue line around them, which 
makes the form look visually corrupted.

Suggest to use more de-facto "standard" approach 
of marking selected components with 8 small boxes 
in the corners and mids of the lines. Here comes 
example ascii art picture:

o            o            o
 x-----------------------x
o|        OK Button      |o
 x-----------------------x
o            o            o
Comment 1 Tomas Pavek 2004-03-15 18:30:49 UTC
I don't understand why the current selection "makes the form look
visually corrupted". It is IMO more practical than the 8 boxes that
hides the selected component, mainly if it is small. It also evokes a
notion that the component can be resized which is typically not the
case. I have no strong opinion against the 8 boxes, but would like to
know what is so great on them.
Comment 2 iformanek 2004-03-15 18:47:06 UTC
This is a matter of two things:
1. visual design: how "nice" is the visual artifact percieved
2. interaction design: how well the visual artifact communicates what
it needs to communicate

I agree that #2 might be atually worse for non-resize layout managers,
as it might imply resize behavior. On the other hand, the same
argument can be made against the solid line approach where the
resizability in Absolute layout is not communicated.

In #1, the solid lines introduce a very visible artifacts into the
layout that affect, and corrupt the visual perception of the UI. I am
arguing that more subtle way of communicating selection would be
beneficial, especially in the form designer, where the aesthetical
aspect is significant.
Comment 3 Tomas Pavek 2005-05-13 16:49:53 UTC
We are going to address this for 4.2 with the new layout design support.
Comment 4 Jan Stola 2005-10-06 14:51:08 UTC
Implemented some time ago.