Issue 342 in xmonad: Firefox `save as` dialog doesnot appear

Status: New Owner: ---- New issue 342 by z_a...@163.com: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 %pacman -Q|grep -i haskell haskell-utf8-string 0.3.5-1.1 haskell-x11 1.4.6.1-2.2 haskell-x11-xft 0.3-9 %ghc --version The Glorious Glasgow Haskell Compilation System, version 6.10.4 In firefox, the `save as` dialog doesnot appear when i want to choose picture to save by clicking the mouse.(even the default config) Attachments: xmonad.hs 3.9 KB -- 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 #1 on issue 342 by hgabreu: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 I also use Archlinux (x86_64) with the exact same versions and can't reproduce this issue with the attached config or the default. This is probably a problem with your firefox. I use Arch packed one, which is called Shiretoko (3.5.5-1). It seems that you're not using it since you match "Firefox" className at your manageHook. -- 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 #2 on issue 342 by z_a...@163.com: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 Yes, i use a binary version directly downloaded from mozilla. -- 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 #3 on issue 342 by allbery.b: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 You might want to make sure you're running the latest version of Firefox; I understand they recently fixed an annoying bug where it would raise its main window over any dialogs. -- 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 #4 on issue 342 by z_a...@163.com: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 I always use the menu `help/check update` to keep firefox updated. -- 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 #5 on issue 342 by hgabreu: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 Sorry if this sound too trivial, but have you tested it with another window manager? What makes you think it's a xmonad problem? Anyway, you could add the following line to your manageHook to verify if the window is even created, looking for the its title at /tmp/lastWindowTitle , [ title >>= \t -> liftX (io $ writeFile "/tmp/lastWindowTitle" t) >> idHook ] -- 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 342 by z_a...@163.com: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 After `pacman -Syu`, the problem disappears !(i never updated firefox) Using `xprop |grep -i class`: . for firefox: WM_CLASS(STRING) = "Navigator", "Firefox" . for `save as` dialog: WM_CLASS(STRING) = "firefox-bin", "Firefox-bin" Although it is fixed, i really donot know what causes the problem ! BTW, Using ` [ title >>= \t -> liftX (io $ writeFile "/tmp/lastWindowTitle" t)
idHook ] `, i cannot see what is in /tmp/lastWindowTitle because the contents is messed after open the `save as` dialog.
-- 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

Updates: Status: Invalid Comment #7 on issue 342 by byorgey: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 OK, I'm closing this ticket for now, assuming this is a Firefox bug, unless someone thinks otherwise... -- 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
participants (1)
-
codesite-noreply@google.com