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 145371 - saving a JSP causes Output window to grab the focus
Summary: saving a JSP causes Output window to grab the focus
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 02:13 UTC by David Konecny
Modified: 2008-09-03 17:24 UTC (History)
1 user (show)

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 David Konecny 2008-08-28 02:13:42 UTC
I created a web application, deployed it and minimized the Output window. Now whenever I make a change in a JSP file and
press CTRL+S the output window is shown and it steals my focus from editor. If Output window is in docked state (always
visible) the problem does not happen. I figured out now that pressing ESC returns me back to my editor but from
usability point of view this is really annoying (P2). 

Petr, I'm not sure who to file this against but chose you as you worked on deploy on save and you are close to server
plugins. I'm using Glassfish server.

  Product Version         = NetBeans IDE Dev (Build 080828)
  Operating System        = Linux version 2.6.24-19-generic running on i386
  Java; VM; Vendor        = 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_06-b02
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.06/jre
Comment 1 Petr Hejl 2008-08-28 06:47:23 UTC
I think it is a duplicate of issue 144756.
Comment 2 David Konecny 2008-08-28 21:42:16 UTC
Possibly.
Comment 3 David Konecny 2008-09-01 00:04:52 UTC
Still reproducible on today's build so probably not a dupl of issue 144756.
Comment 4 Petr Hejl 2008-09-01 11:08:24 UTC
This seems to be specific to GF as it is very agressive in displaying (selecting) the output tab.

This won't happen with tomcat.
Comment 5 Vince Kraemer 2008-09-02 21:35:13 UTC
http://hg.netbeans.org/main/rev/1122ef086fd6
Comment 6 Quality Engineering 2008-09-03 17:24:34 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1122ef086fd6
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #145371 : saving a JSP causes Output window to grab the focus