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 179322 - After running "doctrine:build-all-reload" the cursor goes to the searching field (Ctrl+I)
Summary: After running "doctrine:build-all-reload" the cursor goes to the searching fi...
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 204888
Blocks:
  Show dependency tree
 
Reported: 2010-01-08 10:58 UTC by tirengarfio
Modified: 2013-07-12 11:33 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 tirengarfio 2010-01-08 10:58:18 UTC
Hi,

just that. After running that task, the cursor should be placed in the output window to type "y" or "n".

Regards

Javi
Comment 1 Tomas Mysik 2010-02-04 09:52:16 UTC
Likely problem in Output window? The external task is run (using external execution API) but the cursor (focus) is not placed in it. Or am I doing something incorrectly?

If I'm wrong, then please reassign back. Thanks.
Comment 2 Jaroslav Havlin 2011-11-07 15:40:42 UTC
Output window tabs are not focused automatically after creation. To show and focus it, something like this is needed:

InputOutput io = IOProvider.getDefault().getIO("ioName", false);
io.select();
IOContainer.getDefault().requestActive();

Reassigning back. Please try to focus the tab in your code. Maybe fix in extexecution will be needed.
Comment 3 Tomas Mysik 2011-11-09 13:29:19 UTC
(In reply to comment #2)
> Maybe fix in extexecution will be needed.

Correct. Filed as enhancement #204888.
Comment 4 Tomas Mysik 2013-07-12 11:33:16 UTC
Is this issue still valid? Please reopen if it is.

Thanks.