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 217055 - When searching for issues the window keeps jumping
Summary: When searching for issues the window keeps jumping
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on: 162190
Blocks:
  Show dependency tree
 
Reported: 2012-08-18 14:01 UTC by liono
Modified: 2012-11-24 13:08 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 liono 2012-08-18 14:01:24 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_06
Runtime = Java HotSpot(TM) Client VM 23.2-b09

When searching for issues the window jumps (moves) left and right, up and down whenever you click on a control. This makes it /extremely/ annoying to use this feature since input windows normally do not jump. When you fill in a value you immediately lose the total overview.

How to reproduce: Right click on one of the issue trackers, select the option "Find issues" and in the new window click on a text field (behind summary, comment or whiteboard) and the window contents move to the left.

Worse: click on a component (api or api docs) in the "find by product details" section and the window moves up, immediately rendering everything above this section invisible. This makes it /extremely/ bothersome to make sure that you filled out all the right search strings.

I really think this makes the whole thing unusable, thus I marked it P2.  Esp. since this window (report issue) doesn't behave in this crazy manner.
Comment 1 Petr Somol 2012-08-20 08:31:02 UTC
Reproduced with NetBeans Bugzilla tracker. The form does not align its text fields according to the enclosing window but has a constant width defined, which may easily fail to fit to the enclosing window. This has two negative effects - some UI components get cropped (right button at Keywords line) and moving focus/caret to certain places causes the whole form move as described in this issue. From UEX point of view any such arbitrary moves need to be avoided as they indeed ruin user experience.
Comment 2 Ondrej Vrabec 2012-08-20 17:03:45 UTC
a side-effect of bug #162190, IMO
Comment 3 Tomas Stupka 2012-09-10 09:42:11 UTC
fixed in core-main #00beb21107da
Comment 4 Tomas Stupka 2012-09-10 09:42:19 UTC
fixed in core-main #dbed61d1f57c
Comment 5 Quality Engineering 2012-09-12 02:09:15 UTC
Integrated into 'main-golden', will be available in build *201209120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/00beb21107da
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #217055 - When searching for issues the window keeps jumping
Comment 6 Quality Engineering 2012-11-24 13:08:31 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bb51a81cbf63
User: Tomas Stupka <tstupka@netbeans.org>
Log: fixed query panel resizing issues
see also issue #217055 - When searching for issues the window keeps jumping