Re: Issue 311 in xmonad: using noBorders on tabbed layout freezes tab bar on workspace change

Updates: Status: Accepted Labels: Type-Defect Component-Contrib Comment #5 on issue 311 by byorgey: using noBorders on tabbed layout freezes tab bar on workspace change http://code.google.com/p/xmonad/issues/detail?id=311 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #6 on issue 311 by s...@archlinux.us: using noBorders on tabbed layout freezes tab bar on workspace change http://code.google.com/p/xmonad/issues/detail?id=311 I have the same issue, using xmonad 0.9.1-8 and xmonad-contrib 0.9.1-6 on ArchLinux 64-bit. My xmonad.hs is attached. Attachments: xmonad.hs 7.0 KB

Comment #7 on issue 311 by allbery.b: using noBorders on tabbed layout freezes tab bar on workspace change http://code.google.com/p/xmonad/issues/detail?id=311 I haven't seen this, but have seen a possibly related anomaly involving noBorders and tabbed: I have a layout with a moderately involved PerWorkspace layout on one workspace (toggling between tabbed and several others as clients of the IM layout, for flexibility) and the rest using Full. What I found was that, if (noBorders Full) was specified *after* PerWorkspace, tabs were only drawn once, and ignored my theme. I could see something trying to update them afterward (flickering on focus changes), but no actual changes were painted. If I moved noBorders *above* the PerWorkspace, tabs worked as expected. The same happened if I substituted smartBorders for noBorders anywhere in the above. (Additionally, I find that tabbed is only using parts of my theme, even though if I trace through the code it looks like the right colors are being passed to the right places. I don't know if this is related, a different bug, or if I'm doing something silly, though.) It'll take some work to simplify my xmonad.hs enough to provide a test case/example.
participants (1)
-
codesite-noreply@google.com