Bug 326 - Can't skip or postpone on first head
Status:
RESOLVED FIXED
Component:
GUI
Version:
unspecified
Hardware:
PC Windows 2000
Importance:
P2 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Oct 21 2003 01:23:21 UTC
by:
Kees-Jan Dijkzeul
Modified:
Oct 24 2003 02:01:58 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Oct 24 2003 02:01:57 UTC | status | NEW | RESOLVED |
| resolution | FIXED |
Description
Kees-Jan Dijkzeul Oct 21 2003 01:23:21 UTC
When blocking user input, I'm blocked from clicking skip and postpone on the first head. The break window on the second head works correctly. I've verified that this problem exists in both the daily builds of oktober 11th and 21st.
Comment 1
Rob Caelers Oct 21 2003 10:22:48 UTC
I just checked on Linux. This bug seems to be Windows only. Grabbing is now done for all breakwindows (In BreakWindow.cc) instead of only once (in GUI.cc). On linux this is not problem (a grab overrides all previous grabs, and events for workrave windows are reported normally, events for *other* windows are reported to the break window) Fortunately, harpoon already supports multiple unblocked windows. [time passes] I moved all grabbing code to GUI.cc. Unfortunately, harpoon expects a va_list and I have no idea how to build one programatically (in a portable way). How about changing harpoon? An array would be easier. Raymond?
Comment 2
Rob Caelers Oct 24 2003 02:01:58 UTC
Should be fixed. Not tested on mulihead windows system....