Ticket #154 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Please add B_AVOID_FOCUS to TBarWindow.

Reported by: bxi07354@… Owned by: axeld
Priority: normal Milestone: R1
Component: Applications Version:
Cc: Blocked By:
Platform: Blocking:

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

Changed 3 years ago by korli

  • owner changed from sikosis to axeld

Changed 3 years ago by korli

  • summary changed from Please add B_AVOUD_FOCUS to TBarWindow. to Please add B_AVOUD_FOCUS to TBarWindow.

Changed 3 years ago by axeld

This would break add-ons that need keyboard input. Any reason for wanting to have that flag set, anyway?

Changed 3 years ago by axeld

  • resolution set to invalid

Changed 3 years ago by axeld

  • status changed from new to closed

Changed 3 years ago by bxi07354@…

SetFocus does Deskbar to Desktop::SetFocusWindow()

Procedure launch StyledEdit (Active) ALT+space bar (canna active) --> Deskbar(SetFocus) --> StyledEdit(deactive)

Changed 3 years ago by axeld

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.

Changed 3 years ago by axeld

  • summary changed from Please add B_AVOUD_FOCUS to TBarWindow. to Please add B_AVOID_FOCUS to TBarWindow.

Changed 3 years ago by bxi07354@…

# 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 r5. 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)

Changed 3 years ago by korli

  • bug_group set to developers
Note: See TracTickets for help on using tickets.