Issue 15285 - Toolboxes don't get the focus initially
Summary: Toolboxes don't get the focus initially
Status: CLOSED FIXED
Alias: None
Product: ui
Classification: Code
Component: ui (show other issues)
Version: current
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1
Assignee: ru
QA Contact: issues@ui
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2003-06-04 14:22 UTC by ru
Modified: 2003-07-16 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ru 2003-06-04 14:25:52 UTC
If one opens a toolbox from an toolbar button the main window gets eventually
the focus instead of the toolbox. Thus an at-tool reports on the main window.
Comment 1 ru 2003-06-04 14:27:21 UTC
.
Comment 2 kay.ramme 2003-06-11 13:32:11 UTC
Target corrected.
Comment 3 ru 2003-06-12 12:41:42 UTC
I don't think that this bug should have the target RC. It's
appropriate to fix that bug for final version of OO.
The implication of that focus problem is that when the toolbox opens
initially the main window is reported instead the content of the
toolbox. If the user sets the focus in the toolbox via mouse the the
content is reported.
Comment 4 stephan_schaefer 2003-06-12 17:33:50 UTC
.
Comment 5 stephan_schaefer 2003-06-26 15:47:15 UTC
Because for Java only one frame may be active we ignore activate
events for a frame when a decorated child frame is already active. The
test for the decoration uses the WB_MOVEABLE flag which was
overwritten due to multiple use of a WinBit flag. WB_TABSTOP which is
used for keyboard navigation is unfortunately the same as WB_MOVEABLE,
so this information was lost as soon as the Toolbox was opened. As a
workaround the FloatingWindow's TitleType is checked now.
Comment 6 stephan_schaefer 2003-06-27 16:53:38 UTC
ssa->ru: please verify with vcl14.
Comment 7 ru 2003-06-30 10:54:39 UTC
.
Comment 8 ru 2003-06-30 10:54:54 UTC
.
Comment 9 ru 2003-07-04 14:46:50 UTC
.
Comment 10 oc 2003-07-16 09:59:18 UTC
Doesn't make it in OOo1.1RC, but will be integrated in OOo1.1Final