#154 closed bug (invalid)
Please add B_AVOID_FOCUS to TBarWindow.
Reported by: | Owned by: | axeld | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
src/apps/deskbar/BarWindow.cpp
Please add B_AVOUD_FOCUS to TBarWindow. TBarWindow::TBarWindow()
: BWindow(BRect(-1000.0f, -1000.0f, -1000.0f, -1000.0f), "Deskbar",
B_BORDERED_WINDOW, B_WILL_ACCEPT_FIRST_CLICK | B_NOT_ZOOMABLE | B_NOT_CLOSABLE
| B_NOT_MOVABLE | B_AVOID_FRONT | B_ASYNCHRONOUS_CONTROLS | B_AVOID_FOCUS,
B_ALL_WORKSPACES)
Change History (10)
comment:1 by , 19 years ago
Owner: | changed from | to
---|
comment:2 by , 19 years ago
Summary: | Please add B_AVOUD_FOCUS to TBarWindow. → Please add B_AVOUD_FOCUS to TBarWindow. |
---|
comment:3 by , 19 years ago
comment:4 by , 19 years ago
Resolution: | → invalid |
---|
comment:5 by , 19 years ago
Status: | new → closed |
---|
comment:6 by , 19 years ago
SetFocus does Deskbar to Desktop::SetFocusWindow()
Procedure launch StyledEdit (Active) ALT+space bar (canna active) --> Deskbar(SetFocus) --> StyledEdit(deactive)
comment:7 by , 19 years ago
Is that procedure reproducible when you're using the canna input method under R5? Because that sounds like a bug to me that shouldn't be hidden this way, even if it worked.
comment:8 by , 19 years ago
Summary: | Please add B_AVOUD_FOCUS to TBarWindow. → Please add B_AVOID_FOCUS to TBarWindow. |
---|
comment:9 by , 19 years ago
# hey "application/x-vnd.Be-TSKB" Get Flags of Window 1 Reply BMessage(B_REPLY):
"result" (B_INT32_TYPE) : 524529 (0x000800F1)
It did not become it so in hrev5. It is another reason. Therefore, it withdraws.
Is that procedure reproducible when you're using the canna input method under R5?
case R5 launch StyledEdit (Active) ALT+space bar (canna active)
case Haiku launch StyledEdit (Active) ALT+space bar (canna active) --> Deskbar(SetFocus) --> StyledEdit(deactive)
comment:10 by , 19 years ago
bug_group: | → developers |
---|
This would break add-ons that need keyboard input. Any reason for wanting to have that flag set, anyway?